diff dovecot-example.conf @ 5263:8384f797c0fc HEAD

PAM service name supports variables now.
author Timo Sirainen <tss@iki.fi>
date Sat, 10 Mar 2007 16:14:47 +0200
parents b6be3258cf9d
children b02f3ec21baf
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Mar 10 16:09:02 2007 +0200
+++ b/dovecot-example.conf	Sat Mar 10 16:14:47 2007 +0200
@@ -811,11 +811,11 @@
     #   %u%r - Username and remote IP address must match.
     #   %u%s - Username and service (ie. IMAP, POP3) must match.
     # 
-    # If service name is "*", it means the authenticating service name
-    # is used, eg. pop3 or imap (/etc/pam.d/pop3, /etc/pam.d/imap).
+    # The service name can contain variables, for example %Ls expands to
+    # pop3 or imap.
     #
     # Some examples:
-    #   args = session=yes *
+    #   args = session=yes %Ls
     #   args = cache_key=%u dovecot
     #args = dovecot
   }