Hello All
Been working at getting a mail server running using postfix dovecot sasl tsl and mysql as per here. Have solved most of the detailed configuration along the way by googling /var/log/maillog
The final hurdle is with dovecot pop3 and imap saying I have 0 messages - BUT mail is being delivered nicely to the virtual user directories in /usr/local/virtual
Anyone come across this behaviour of dovecot?
this is my dovecot -n output:
Any ideas?
Thanks
Been working at getting a mail server running using postfix dovecot sasl tsl and mysql as per here. Have solved most of the detailed configuration along the way by googling /var/log/maillog
The final hurdle is with dovecot pop3 and imap saying I have 0 messages - BUT mail is being delivered nicely to the virtual user directories in /usr/local/virtual
Anyone come across this behaviour of dovecot?
this is my dovecot -n output:
Code:
dovecot -n
# OS: FreeBSD 6.4-RELEASE-p1 i386 ufs
protocols: imap imaps pop3 pop3s
ssl_cert_file: /etc/ssl/dovecot/cert.pem
ssl_key_file: /etc/ssl/dovecot/key.pem
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/local/libexec/dovecot/imap-login
login_executable(imap): /usr/local/libexec/dovecot/imap-login
login_executable(pop3): /usr/local/libexec/dovecot/pop3-login
login_greeting: Welcome to myhost - Dovecot ready.
first_valid_uid: 125
last_valid_uid: 125
first_valid_gid: 125
last_valid_gid: 125
mail_privileged_group: mail
mail_uid: 125
mail_gid: 125
mail_location: maildir:/usr/local/virtual/%d/%n
mail_executable(default): /usr/local/libexec/dovecot/imap
mail_executable(imap): /usr/local/libexec/dovecot/imap
mail_executable(pop3): /usr/local/libexec/dovecot/pop3
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3): quota
mail_plugin_dir(default): /usr/local/lib/dovecot/imap
mail_plugin_dir(imap): /usr/local/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3
auth default:
mechanisms: plain login
passdb:
driver: sql
args: /usr/local/etc/dovecot-sql.conf
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
Thanks