Displaying 3 results from an estimated 3 matches for "mailserv1".
Did you mean:
mailserv
2008 Aug 06
2
Dovecot PAM sessions with Maildir
I am configuring a new mail server on RHEL 5 x64. I have configured
dovecot as follows:
...
protocols = imaps
...
ssl_cert_file = /etc/pki/dovecot/certs/mailserver.cer
ssl_key_file = /etc/pki/dovecot/private/mailserver.pem
...
login_process_size = 64
...
mail_location = maildir:~/Maildir
...
passdb pam {
args = "session=yes cache_key=%u%s dovecot"
}
...
I'm getting the following
2008 Sep 17
5
Mail being delivered to mbox instead of Maildir
I thought I had Dovecot configured to use Maildir instead of mbox, but
apparently it is still using mbox.
Excerpt from dovecot.conf:
mail_location = maildir:~/Maildir
Excerpt from sendmail.mc:
MAILER(dovecot)dnl
dovecot.m4:
########################################
### DOVECOT Mailer Specification ###
########################################
Mdovecot,
2006 Feb 28
1
vpopmail over NFS not seeing new messages.
...new on the filesystem. The
timestamps on new messages on the NFS filesystems don't appear to be
formatted correctly, I'm guessing this could cause the POP weirdness?
On an NFS client...
[root at mailserv2 new]# ls -ltr
total 4
-rw------- 1 vpopmail vchkpw 854 Feb 28 2006 1141126119.27119.mailserv1,S=773
Whereas on the NFS mailstore...
[root at tempmailstore1a new]# ls -ltr
total 4
-rw------- 1 vpopmail vchkpw 854 Feb 28 12:44 1141126119.27119.mailserv1,S=773
'touch'ing the files, either from the client or server doesn't appear
to fix the timestamps.
The old FC mailstores were...