On 08/18/2014 09:34 PM, Carlos E. R. wrote:
The dovecot 2 supplied by openSUSE is designed so that
you do not touch
any of the supplied configuration files, but instead edit only
"/etc/dovecot/local.conf". This way you keep the distributiohn files
intact, and carry over a single file with your own modifications, that
should be few.
I don't see that file.
Dovecot 2 config also uses something called "namespaces", so you have to
be careful with that. A setting might not apply globally.
And in order to find out the actual configuration it is using, you run
"doveconf -N".
# 2.1.17: /etc/dovecot/dovecot.conf
# OS: Linux 3.11.10-21-desktop x86_64 openSUSE 13.1 (x86_64)
mail_privileged_group = mail
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 ihave
namespace inbox {
hidden = no
inbox = yes
list = yes
location = maildir:~/Mail/INBOX:LAYOUT=fs
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
driver = pam
}
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
service imap-login {
inet_listener imaps {
port = 993
ssl = yes
}
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
So you could post the output you get now and we have a
look ;-)
Also, we have to consider how you have fetchmail set...
# Configuration created Sun May 21 12:58:54 2006 by fetchmailconf 1.52
$Revision: 4636 $
set postmaster "james.knott"
set bouncemail
set no spambounce
set properties ""
set daemon 120
poll pop
proto pop3
via
pop.broadband.rogers.com
user "james.knott"
pass "#########"
ssl
nokeep
As you can see, I've been using this configuration for a while.
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org