Timo Sirainen wrote:
On Nov 27, 2009, at 1:18 AM, Jim Pazarena wrote:
I am on FreeBSD with Dovecot 1.2.4 I need to have both POP3 & IMAP working to replace vm-pop3d (which was POP3 only). Local users are: mbox:/home/%u/mail/:INBOX=/mail/%u with password in /etc/passwd .. Virtual users (which vm-pop3d handled readily) are mbox:/home/VIRTUAL/%d/%u:INBOX/mail/VIRTUAL/%d/%u with password in /exim/etc/VIRTUAL/%d/passwd
Probably would be easiest if you just got rid of system users and had everyone use virtual users to access their mails.. But if you want to do it like this, you probably need to do something like:
this is a lot easier!
Is there a way to have dovecot 'tack on' a default @domain.name if the user submits a username only?
for example, if the user submits "joe" (instead of joe@qcislands.net), dovecot tries /home/VIRTUAL//joe /mail/VIRTUAL//joe
I would like a 'default' of /home/VIRTUAL/qcislands.net/joe etc
thanks!