/[smeserver]/rpms/dovecot/sme7/dovecot-1.0.rc15-default-settings.patch
ViewVC logotype

Annotation of /rpms/dovecot/sme7/dovecot-1.0.rc15-default-settings.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Fri Sep 19 21:26:12 2008 UTC (15 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import COS5 version of dovecot

1 slords 1.1 --- dovecot-1.0.rc15/src/master/master-settings.c.default-settings 2006-11-12 18:56:07.000000000 +0100
2     +++ dovecot-1.0.rc15/src/master/master-settings.c 2006-11-21 09:47:40.000000000 +0100
3     @@ -269,8 +269,8 @@
4     MEMBER(syslog_facility) "mail",
5    
6     /* general */
7     - MEMBER(protocols) "imap imaps",
8     - MEMBER(listen) "*",
9     + MEMBER(protocols) "imap imaps pop3 pop3s",
10     + MEMBER(listen) "[::]",
11     MEMBER(ssl_listen) "",
12    
13     MEMBER(ssl_disable) FALSE,
14     @@ -281,7 +281,7 @@
15     MEMBER(ssl_parameters_regenerate) 168,
16     MEMBER(ssl_cipher_list) "",
17     MEMBER(ssl_verify_client_cert) FALSE,
18     - MEMBER(disable_plaintext_auth) TRUE,
19     + MEMBER(disable_plaintext_auth) FALSE,
20     MEMBER(verbose_ssl) FALSE,
21     MEMBER(shutdown_clients) TRUE,
22     MEMBER(nfs_check) TRUE,
23     @@ -337,7 +337,7 @@
24     MEMBER(maildir_stat_dirs) FALSE,
25     MEMBER(maildir_copy_with_hardlinks) FALSE,
26     MEMBER(mbox_read_locks) "fcntl",
27     - MEMBER(mbox_write_locks) "dotlock fcntl",
28     + MEMBER(mbox_write_locks) "fcntl",
29     MEMBER(mbox_lock_timeout) 300,
30     MEMBER(mbox_dotlock_change_timeout) 120,
31     MEMBER(mbox_min_index_size) 0,
32     @@ -366,7 +366,7 @@
33     MEMBER(pop3_enable_last) FALSE,
34     MEMBER(pop3_reuse_xuidl) FALSE,
35     MEMBER(pop3_lock_session) FALSE,
36     - MEMBER(pop3_uidl_format) "",
37     + MEMBER(pop3_uidl_format) "%08Xu%08Xv",
38     MEMBER(pop3_client_workarounds) "",
39     MEMBER(pop3_logout_format) "top=%t/%p, retr=%r/%b, del=%d/%m, size=%s",
40    
41     --- dovecot-1.0.rc15/dovecot-example.conf.default-settings 2006-11-05 18:14:37.000000000 +0100
42     +++ dovecot-1.0.rc15/dovecot-example.conf 2006-11-21 09:49:06.000000000 +0100
43     @@ -7,17 +7,14 @@
44     # value inside quotes, eg.: key = "# char and trailing whitespace "
45    
46     # Default values are shown for each setting, it's not required to uncomment
47     -# any of the lines. Exception to this are paths, they're just examples with
48     -# the real defaults being based on configure options. The paths listed here
49     -# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
50     -# --with-ssldir=/etc/ssl
51     +# any of the lines.
52    
53     # Base directory where to store runtime data.
54     #base_dir = /var/run/dovecot/
55    
56     # Protocols we want to be serving: imap imaps pop3 pop3s
57     # If you only want to use dovecot-auth, you can set this to "none".
58     -#protocols = imap imaps
59     +#protocols = imap imaps pop3 pop3s
60    
61     # IP or host address where to listen in for connections. It's not currently
62     # possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
63     @@ -36,13 +33,13 @@
64     # listen = *:10100
65     # ..
66     # }
67     -#listen = *
68     +#listen = [::]
69    
70     # Disable LOGIN command and all other plaintext authentications unless
71     # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
72     # matches the local IP (ie. you're connecting from the same computer), the
73     # connection is considered secure and plaintext authentication is allowed.
74     -#disable_plaintext_auth = yes
75     +#disable_plaintext_auth = no
76    
77     # Should all IMAP and POP3 processes be killed when Dovecot master process
78     # shuts down. Setting this to "no" means that Dovecot can be upgraded without
79     @@ -87,8 +84,8 @@
80     # dropping root privileges, so keep the key file unreadable by anyone but
81     # root. Included doc/mkcert.sh can be used to easily generate self-signed
82     # certificate, just make sure to update the domains in dovecot-openssl.cnf
83     -#ssl_cert_file = /etc/ssl/certs/dovecot.pem
84     -#ssl_key_file = /etc/ssl/private/dovecot.pem
85     +#ssl_cert_file = /etc/pki/dovecot/certs/dovecot.pem
86     +#ssl_key_file = /etc/pki/dovecot/private/dovecot.pem
87    
88     # If key file is password protected, give the password here. Alternatively
89     # give it when starting dovecot with -p parameter.
90     @@ -425,7 +422,7 @@
91     # locking methods as well. Some operating systems don't allow using some of
92     # them simultaneously.
93     #mbox_read_locks = fcntl
94     -#mbox_write_locks = dotlock fcntl
95     +#mbox_write_locks = fcntl
96    
97     # Maximum time in seconds to wait for lock (all of them) before aborting.
98     #mbox_lock_timeout = 300
99     @@ -593,7 +590,7 @@
100     # installations. %08Xu%08Xv will be the new default, so use it for new
101     # installations.
102     #
103     - #pop3_uidl_format =
104     + #pop3_uidl_format = %08Xu%08Xv
105    
106     # POP3 logout format string:
107     # %t - number of TOP commands

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed