(FreeBSD 5.4 - 130 Users)
- Server: Intel Dual P3 1.4ghz, raid10 scsi
- OS: FreeBSD 5.4
- RAM: 4gig
- Server: Intel Dual P3 1.2ghz, raid10 scsi
- OS: FreeBSD 6.0
- RAM: 2gig
- Server: Intel Dual P4 2.2ghz, raid10 scsi
- OS: FreeBSD 5.4
- RAM: 2gig
- Users: ~ 130
- Auth: LDAP
- Maildir size: total around 3gigs
- Dovecot version: 1.0 beta 3
Client Software: Horde/IMP, RoundCube, Outlook2k3, Eudora, Pine
I am currently using filenames for pop3 uidl info, as I have found no way to keep uid in sync between servers. I have found only one imap client that was making use of uid between sessions, and as only I was making use of it, I set it to only contact the same server.
This setup allows me to have multible hot mailservers, with no offline backups, all mx hosts deliever direct to mailbox.
I truly wonder how many rfc's this might violate.
{{{protocols = imap pop3 default_mail_env = maildir:/var/spool/virtual/%d/%n/maildir
protocol imap {
- login_executable = /usr/local/libexec/dovecot/imap-login mail_executable = /usr/local/libexec/dovecot/imap imap_max_line_length = 65536 mail_use_modules = no mail_modules = /usr/local/lib/dovecot/imap imap_client_workarounds = delay-newmail outlook-idle netscape-eoh tb-extra-mailbox-sep
}
protocol pop3 {
- login_executable = /usr/local/libexec/dovecot/pop3-login mail_executable = /usr/local/libexec/dovecot/pop3 pop3_no_flag_updates = yes pop3_uidl_format = %f pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
} }}}
