nuke $Id$ in /packages as well
[openwrt/svn-archive/archive.git] / mail / dovecot / patches / 002-example_conf.patch
1 --- dovecot-1.1.2-orig/dovecot-example.conf 2008-07-12 01:14:14.000000000 +0200
2 +++ dovecot-1.1.2/dovecot-example.conf 2008-07-29 21:16:02.000000000 +0200
3 @@ -502,19 +502,19 @@
4
5 protocol imap {
6 # Login executable location.
7 - #login_executable = /usr/libexec/dovecot/imap-login
8 + #login_executable = /usr/lib/dovecot/imap-login
9
10 # IMAP executable location. Changing this allows you to execute other
11 # binaries before the imap process is executed.
12 #
13 # This would write rawlogs into ~/dovecot.rawlog/ directory:
14 - # mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
15 + # mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap
16 #
17 # This would attach gdb into the imap process and write backtraces into
18 # /tmp/gdbhelper.* files:
19 - # mail_executable = /usr/libexec/dovecot/gdbhelper /usr/libexec/dovecot/imap
20 + # mail_executable = /usr/lib/dovecot/gdbhelper /usr/lib/dovecot/imap
21 #
22 - #mail_executable = /usr/libexec/dovecot/imap
23 + #mail_executable = /usr/lib/dovecot/imap
24
25 # Maximum IMAP command line length in bytes. Some clients generate very long
26 # command lines with huge mailboxes, so you may need to raise this if you get
27 @@ -571,11 +571,11 @@
28
29 protocol pop3 {
30 # Login executable location.
31 - #login_executable = /usr/libexec/dovecot/pop3-login
32 + #login_executable = /usr/lib/dovecot/pop3-login
33
34 # POP3 executable location. See IMAP's mail_executable above for examples
35 # how this could be changed.
36 - #mail_executable = /usr/libexec/dovecot/pop3
37 + #mail_executable = /usr/lib/dovecot/pop3
38
39 # Don't try to set mails non-recent or seen with POP3 sessions. This is
40 # mostly intended to reduce disk I/O. With maildir it doesn't move files
41 @@ -692,7 +692,7 @@
42 ##
43
44 # Executable location
45 -#auth_executable = /usr/libexec/dovecot/dovecot-auth
46 +#auth_executable = /usr/lib/dovecot/dovecot-auth
47
48 # Set max. process size in megabytes.
49 #auth_process_size = 256
50 @@ -825,7 +825,7 @@
51 # database (passwd usually), you can use static userdb.
52 # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
53 # authentication to actually work. <doc/wiki/PasswordDatabase.PAM.txt>
54 - passdb pam {
55 + #passdb pam {
56 # [session=yes] [setcred=yes] [failure_show_msg=yes]
57 # [cache_key=<key>] [<service name>]
58 #
59 @@ -854,15 +854,15 @@
60 # args = session=yes %Ls
61 # args = cache_key=%u dovecot
62 #args = dovecot
63 - }
64 + #}
65
66 # System users (NSS, /etc/passwd, or similiar)
67 # In many systems nowadays this uses Name Service Switch, which is
68 # configured in /etc/nsswitch.conf. <doc/wiki/AuthDatabase.Passwd.txt>
69 - #passdb passwd {
70 + passdb passwd {
71 # [blocking=yes] - See userdb passwd for explanation
72 #args =
73 - #}
74 + }
75
76 # Shadow passwords for system users (NSS, /etc/shadow or similiar).
77 # Deprecated by PAM nowadays.
78 @@ -1129,7 +1129,7 @@
79 # a dictionary so it can be quickly determined which mailboxes contain
80 # expired mails. The actual expunging is done in a nightly cronjob, which
81 # you must set up:
82 - # dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool
83 + # dovecot --exec-mail ext /usr/lib/dovecot/expire-tool
84 #expire = Trash 7 Spam 30
85 #expire_dict = db:/var/lib/dovecot/expire.db
86