[dovecot-cvs] dovecot dovecot-example.conf,1.194.2.25,1.194.2.26

tss at dovecot.org tss at dovecot.org
Wed Nov 8 13:18:01 UTC 2006


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv29011

Modified Files:
      Tag: branch_1_0
	dovecot-example.conf 
Log Message:
Comment updates, wiki link updates.



Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.194.2.25
retrieving revision 1.194.2.26
diff -u -d -r1.194.2.25 -r1.194.2.26
--- dovecot-example.conf	5 Nov 2006 16:01:30 -0000	1.194.2.25
+++ dovecot-example.conf	8 Nov 2006 13:17:59 -0000	1.194.2.26
@@ -737,7 +737,7 @@
   # allow both system users (/etc/passwd) and virtual users to login without
   # duplicating the system users into virtual database.
   #
-  # http://wiki.dovecot.org/Authentication
+  # http://wiki.dovecot.org/PasswordDatabase
   #
   # By adding master=yes setting inside a passdb you make the passdb a list
   # of "master users", who can log in as anyone else. Unless you're using PAM,
@@ -815,6 +815,7 @@
   #}
 
   # passwd-like file with specified location
+  # http://wiki.dovecot.org/AuthDatabase/PasswdFile
   #passdb passwd-file {
     # Path for passwd-file
     #args = 
@@ -822,24 +823,28 @@
 
   # checkpassword executable authentication
   # NOTE: You will probably want to use "userdb prefetch" with this.
+  # http://wiki.dovecot.org/PasswordDatabase/CheckPassword
   #passdb checkpassword {
     # Path for checkpassword binary
     #args = 
   #}
 
   # SQL database
+  # http://wiki.dovecot.org/AuthDatabase/SQL
   #passdb sql {
     # Path for SQL configuration file, see doc/dovecot-sql.conf for example
     #args = 
   #}
 
   # LDAP database
+  # http://wiki.dovecot.org/AuthDatabase/LDAP
   #passdb ldap {
     # Path for LDAP configuration file, see doc/dovecot-ldap.conf for example
     #args = 
   #}
 
   # vpopmail authentication
+  # http://wiki.dovecot.org/AuthDatabase/VPopMail
   #passdb vpopmail {
     # [cache_key=<key>] - See cache_key in PAM for explanation.
     #args =
@@ -849,8 +854,7 @@
   # 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
+  # http://wiki.dovecot.org/UserDatabase
   #
 
   # /etc/passwd or similar, using getpwnam()
@@ -862,37 +866,39 @@
   }
 
   # passwd-like file with specified location
+  # http://wiki.dovecot.org/AuthDatabase/PasswdFile
   #userdb passwd-file {
     # Path for passwd-file
     #args =
   #}
 
   # static settings generated from template
+  # http://wiki.dovecot.org/UserDatabase/Static
   #userdb static {
-    # Template for settings. Can return anything a userdb could normally
-    # return, eg.: uid, gid, home, mail, nice
-    #
-    # A few examples:
+    # Template for the fields. Can return anything a userdb could normally
+    # return. For example:
     #
     #  args = uid=500 gid=500 home=/var/mail/%u
-    #  args = uid=500 gid=500 home=/home/%u mail=mbox:/home/%u/mail nice=10
     #
     #args =
   #}
 
   # SQL database
+  # http://wiki.dovecot.org/AuthDatabase/SQL
   #userdb sql {
     # Path for SQL configuration file, see doc/dovecot-sql.conf for example
     #args = 
   #}
 
   # LDAP database
+  # http://wiki.dovecot.org/AuthDatabase/LDAP
   #userdb ldap {
     # Path for LDAP configuration file, see doc/dovecot-ldap.conf for example
     #args = 
   #}
 
   # vpopmail
+  # http://wiki.dovecot.org/AuthDatabase/VPopMail
   #userdb vpopmail {
   #}
 
@@ -900,7 +906,7 @@
   # needed information and there's no need to do a separate userdb lookup.
   # This can be made to work with SQL and LDAP databases, see their example
   # configuration files for more information how to do it.
-  # http://wiki.dovecot.org/AuthSpecials
+  # http://wiki.dovecot.org/UserDatabase/Prefetch
   #userdb prefetch {
   #}
 



More information about the dovecot-cvs mailing list