Hi;
[root@example jack]# /usr/local/sbin/dovecot --version 2.0.15
[root@example jack]# /usr/local/bin/doveconf -n # 2.0.15: /usr/local/etc/dovecot/dovecot.conf doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:5: imap_client_workarounds=outlook-idle is no longer necessary doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:17: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:21: passdb sql {} has been replaced by passdb { driver=sql } doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:24: userdb sql {} has been replaced by userdb { driver=sql } doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:27: userdb prefetch {} has been replaced by userdb { driver=prefetch } doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:29: auth_user has been replaced by service auth { user } # OS: Linux 2.6.18-028stab094.3 x86_64 CentOS release 5.4 (Final) vzfs auth_mechanisms = plain login mail_location = maildir:/var/vmail/%d/%u passdb { args = /usr/local/etc/dovecot/sql.conf driver = sql } plugin { quota = maildir:storage=10240:messages=1000 trash = /usr/local/etc/dovecot/trash.conf } service auth { unix_listener /var/run/dovecot/auth-master { group = mail mode = 0660 user = vmail } unix_listener /var/spool/postfix/private/auth { group = mail mode = 0660 user = postfix } user = nobody } ssl = no userdb { args = /usr/local/etc/dovecot/sql.conf driver = sql } userdb { driver = prefetch } protocol imap { imap_client_workarounds = delay-newmail mail_plugins = quota imap_quota } protocol pop3 { mail_plugins = quota pop3_client_workarounds = outlook-no-nuls oe-ns-eoh } protocol lda { info_log_path = /var/log/dovecot-deliver.log log_path = /var/log/dovecot-deliver.log mail_plugins = quota postmaster_address = postmaster@creative.vi }
It appears that I have postfix at least partially working:
postfix/pipe[5280]: 9FDE0579012F: to=uhuh@yup.com, relay=spamfilter, delay=6, delays=3/0.01/0/3, dsn=2.0.0, status=sent (delivered via spamfilter service)
I don't know where it ended up :-} There's nothing in /var/vmail, the dovecot destination. This is true even before I set the postfix content_filter to spamassassin (when it said "delivered to Maildir" or some such). Please advise.
TIA, Jack