Ich schnall es es echt nicht...
Die Rules werden alle sauber angelegt.
Genau so wie es die Config sagt.
Ich habe die Emailadresse gelöscht und neu angelegt, damit alles von Anfang an richtig läuft.
Man sieht auch im Log wie "MANAGESIEVE" auftaucht und auf die Verzeichnisse zugreift, aber wenn ich eine Rule erstellt habe und dann eine Email sende, kommt die immer im Eingangskorb an.
Da passiert nix...
Ich sehe auch kein "MANAGESIEVE" wenn die Email kommt.
pysieved habe ich natürlich gestoppt, damit das Port offen ist.
Quote:auth_debug = yes
mail_debug=yes
protocols = imap pop3 imaps pop3s managesieve
ssl_disable = no
ssl_cert_file = /etc/ssl/certs/dovecot.pem
ssl_key_file = /etc/ssl/private/dovecot.pem
base_dir = /var/run/dovecot/
disable_plaintext_auth = no
listen=*
syslog_facility = mail
login_greeting = Dovecot ready.
mail_location = maildir:/var/mail/virtual/%d/%n
mail_privileged_group = mail
protocol managesieve {
sieve = ~/.dovecot.sieve
sieve_storage=~/sieve
}
protocol imap {
}
namespace private {
prefix = INBOX.
inbox = yes
}
protocol pop3 {
pop3_uidl_format = %u-%v
}
protocol lda {
postmaster_address = postmaster@meine-domain.de
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = cmusieve
}
auth default {
verbose = yes
mechanisms = plain login
passdb checkpassword {
args = /var/www/ispcp/engine/ispcp-dovecot-mngr
}
userdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-aliasdomain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
master {
path = /var/run/dovecot/auth-master
mode = 0660
user = vmail
group = mail
}
}
user = root
}
plugin {
#quota = maildir:storage=150M
quota = maildir:User quota
quota_rule = *:storage=150M
}
protocol imap {
mail_plugins = quota imap_quota
}
protocol pop3 {
mail_plugins = quota
}
protocol lda {
mail_plugins = quota
}
auth pysieved {
mechanisms = plain login
verbose= yes
passdb checkpassword {
args= /var/www/ispcp/engine/ispcp-dovecot-mngr
}
userdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-aliasdomain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
socket listen {
client {
path = /var/run/pysieved/auth
mode = 0660
user = vmail
group = mail
}
master {
path = /var/run/pysieved/auth-master
mode = 0660
user = vmail
group = mail
}
}
user = root
}[/color]
Hier passt doch aber was nicht... Ich habe das mal rot markiert.
Bin ich jetzt blind oder liegt es einfach daran, das ich seit heute morgen nur an diesem Problem hänge...