# HG changeset patch # User Timo Sirainen # Date 1104341894 -7200 # Node ID 16183e87beaf7b1552cbe17f1d218ca7a44a1007 # Parent 7321b943b34e491e28009f113d17e0b63772ab50 Added wiki references. diff -r 7321b943b34e -r 16183e87beaf dovecot-example.conf --- a/dovecot-example.conf Wed Dec 29 19:31:54 2004 +0200 +++ b/dovecot-example.conf Wed Dec 29 19:38:14 2004 +0200 @@ -87,12 +87,14 @@ # chroot login process to the login_dir. Only reason not to do this is if you # wish to run the whole Dovecot without roots. +# http://wiki.dovecot.org/Rootless #login_chroot = yes # User to use for the login process. Create a completely new user for this, # and don't use it anywhere else. The user must also belong to a group where # only it has access, it's used to control access for authentication process. # Note that this user is NOT used to access mails. +# http://wiki.dovecot.org/UserIds #login_user = dovecot # Set max. process size in megabytes. If you don't use @@ -531,6 +533,8 @@ # User database specifies where mails are located and what user/group IDs # own them. For single-UID configuration use "static". + # http://wiki.dovecot.org/Authentication + # http://wiki.dovecot.org/VirtualUsers # passwd: /etc/passwd or similiar, using getpwnam() # passwd-file : passwd-like file with specified location # static uid= gid= home=: static settings @@ -540,6 +544,7 @@ userdb = passwd # Password database specifies only the passwords for users. + # http://wiki.dovecot.org/Authentication # passwd: /etc/passwd or similiar, using getpwnam() # shadow: /etc/shadow or similiar, using getspnam() # pam [ | *]: PAM authentication