James Knott wrote:
On 08/18/2014 11:06 PM, Linda Walsh wrote:
I could post the config files if wanted.
Sure. That would be appreciated.
According to rpm, the only file I've changed of interest here
is dovecot.conf:
rpm -V dovecot21
SM5....T. c
/etc/dovecot/dovecot.conf
.M....... /etc/init.d/dovecot
.M...U... /usr/share/doc/packages/dovecot
.M...U... d /usr/share/doc/packages/dovecot/AUTHORS
.M...U... d /usr/share/doc/packages/dovecot/COPYING
rpm -qi shows
version 2.1.17, rel 2.1.2, dist 13.1
So for dovecot.conf (the only conf file that is different):
----------------------------(comments show age of earlier configs)....
# 2.0.13: dovecot.conf.rpmsave
# OS: Linux 2.6.38.3-T610-Vanilla x86_64 openSUSE 11.4 (x86_64)
listen = 192.168.4.1 192.168.3.1 127.0.0.1
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
debug_log_path = /var/log/dovecot/debug.log
log_path = /var/log/dovecot/operational.log
auth_debug = yes
auth_verbose = yes
mail_debug = yes
verbose_ssl=yes
auth_cache_size=10M
auth_cache_ttl=1day
auth_cache_negative_ttl=0
auth_username_chars=
auth_worker_max_count=30
auth_failure_delay=0
default_process_limit=128
mail_fsync = optimized
#managesieve_notify_capability = mailto
#managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date
passdb {
driver = pam
}
service auth {
user = root
}
service imap-login {
process_min_avail = 8
service_count = 0
}
#service managesieve-login {
# process_min_avail = 5
#}
protocol imap {
mail_max_userip_connections = 64
imap_capability = +IMAP4rev1 +LITERAL +SASL-IR +LOGIN-REFERRALS +ID
+ENABLE +IDLE +SORT +SORT=DISPLAY +THREAD=REFERENCES +THREAD=REFS
+MULTIAPPEND +UNSELECT +CHILDREN +NAMESPACE +UIDPLUS +LIST-EXTENDED
+I18NLEVEL=1 +ESEARCH +ESORT +SEARCHRES +WITHIN +CONTEXT=SEARCH +LIST-STATUS
imap_client_workarounds = tb-extra-mailbox-sep tb-lsub-flags
}
#service pop3-login {
# process_min_avail = 5
#}
userdb {
driver = passwd
}
imap_capability = +IMAP4rev1 +LITERAL +SASL-IR +LOGIN-REFERRALS +ID
+ENABLE +IDLE +SORT +SORT=DISPLAY +THREAD=REFERENCES +THREAD=REFS
+MULTIAPPEND +UNSELECT +CHILDREN +NAMESPACE +UIDPLUS +LIST-EXTENDED
+I18NLEVEL=1 +ESEARCH +ESORT +SEARCHRES +WITHIN +CONTEXT=SEARCH +LIST-STATUS
mbox_dirty_syncs = yes
login_trusted_networks = 192.168.3.0/24, 192.168.4.0/24, 127.0.0.1/8
verbose_proctitle = yes
--------------
That's it. As near as I can tell, none of the files in
/etc/dovecot/conf.d are actually
used (which was intentional)... The previous dovecot.conf was 619 bytes --
That grew to ~ 4000+ in 2.x and had all those includes....
I combined what I wanted and ended up with the 1871 byte file above.
Hope this helps..
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org