________________________________
From: john <[email protected]>
To: [email protected]
Sent: Sunday, October 23, 2011 5:06 PM
Subject: Re: Down To One Problem?
Yes, this *should* be over on the dovecot list, *however* nobody there has
responded all weekend long and my client has vowed to drop my service tomorrow
if I don't fix it today :- {
> It looks to me as though you are using a Dovecot 1.x config on a Dovecot
> 2.x install.
> the dovecot - doveconf -n will output (suggested) 2.x config that can be
> used as a start.
THAT is __slick__. Cudos to whoever thought up that trick. However, I still get
the same failure minus all the warnings:
Oct 23 14:16:31 13gems postfix/pipe[7479]: 148135790317: to=<[email protected]>,
relay=dovecot, delay=0.55, delays=0.51/0.01/0/0.03, dsn=4.3.0, status=deferred
(temporary failure)
Here's the new dovecot.conf file:
auth_mechanisms = plain login
mail_location = maildir:/var/vmail/%d/%u
passdb {
driver = pam
}
plugin {
quota = maildir:storage=10240:messages=1000
trash = /usr/local/etc/dovecot/trash.conf
}
protocols = imap pop3
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = root
}
ssl_cert = </etc/pki/tls/certs/mail.bar.com.cert
ssl_cipher_list = ALL:!LOW:!SSLv2
ssl_key = </etc/pki/tls/private/mail.bar.com.key
ssl_key_password = password
userdb {
driver = passwd
}
protocol imap {
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 = [email protected]
}
TIA,
Jack