[dovecot-cvs] dovecot dovecot-example.conf,1.128,1.129
cras at dovecot.org
cras at dovecot.org
Wed Dec 29 19:38:16 EET 2004
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.66,
1.67 master-settings.c, 1.79, 1.80 master-settings.h, 1.51, 1.52
- Next message: [dovecot-cvs] dovecot/doc Makefile.am, 1.10, 1.11 USE-WIKI-INSTEAD,
NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv27341
Modified Files:
dovecot-example.conf
Log Message:
Added wiki references.
Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- dovecot-example.conf 29 Dec 2004 17:31:54 -0000 1.128
+++ dovecot-example.conf 29 Dec 2004 17:38:14 -0000 1.129
@@ -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
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.66,
1.67 master-settings.c, 1.79, 1.80 master-settings.h, 1.51, 1.52
- Next message: [dovecot-cvs] dovecot/doc Makefile.am, 1.10, 1.11 USE-WIKI-INSTEAD,
NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list