changeset 3028:16183e87beaf HEAD

Added wiki references.
author Timo Sirainen <tss@iki.fi>
date Wed, 29 Dec 2004 19:38:14 +0200
parents 7321b943b34e
children 166916ab6b1b
files dovecot-example.conf
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <path>: passwd-like file with specified location
   #   static uid=<uid> gid=<gid> home=<dir template>: 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 [<service> | *]: PAM authentication