[Dovecot] New Fedora/Sendmail Install Assistance
    Jakob Hirsch 
    jh at plonk.de
       
    Wed Nov  2 11:13:18 EET 2005
    
    
  
Cliff Hayes wrote:
> tried and failed once.  The problem is, Dovecot wants a home directory for
> each one.  We don't use home directories.  So, when I try to pop one of
You didn't tell which version of dovecot you want to use or how your auth
config looks like...
With the test/alpha versions, this works fine (using maildir and the users
in a plain text file):
default_mail_env = maildir:%h/./Maildir/
auth default {
 ...
  passdb passwd-file {
    # relative to the chrooted directory!
    args = /passwd
  }
  userdb static {
    args = uid=103 gid=104 home=/var/spool/vmail/%Lu
  }
 ...
    
    
More information about the dovecot
mailing list