Hello,
Am 23.05.2015 um 04:49 schrieb Tuyosi Takesima:
# telnet a.mydns.jp 143
Trying 192.168.100.101...
Connected to a.mydns.jp.
Escape character is '^]'.
Connection closed by foreign host.
~~~~~~~~~~~~~
What is the output of
# tail -f /var/log/maillog
when you try to connect?
/etc/dovecot/dovecot.conf
-------------------------
protocols = imap
listen = *
mail_location = maildir:~/Maildir
Is that the full output of your dovecot.conf?
/etc/dnsmasq.conf <- is dns not nessesary ?
It is not necessary to run your own DNS.
i wonder 2 ponts.
1)
in /usr/local/share/doc/dovecot/wiki/PasswordDatabase.PAM.txt
but no example about openBSD .
2)
in /etc/dovecot/conf.d/auth-system.conf.ext
# PAM authentication. Preferred nowadays by most systems.
# PAM is typically used with either userdb passwd or userdb static.
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
# authentication to actually work. <doc/wiki/PasswordDatabase.PAM.txt>
i donot know how to make /etc/pam.d/dovecot
You don't need /etc/pam.d/dovecot on OpenBSD.
The correct settings should already be in the
/etc/dovecot/conf.d/auth-system.conf.ext file:
...
# PAM-like authentication for OpenBSD.
# <doc/wiki/PasswordDatabase.BSDAuth.txt>
passdb {
driver = bsdauth
...
# System users (NSS, /etc/passwd, or similiar). ...
userdb {
# <doc/wiki/AuthDatabase.Passwd.txt>
driver = passwd
...