Retourner au contenu associé (entrée de forum : [RESOLU] MAIL: Dovecot / sieve : fichier de filtrage ignoré)
Posté par Tonio (site web personnel) le 05 janvier 2014 à 14:59. En réponse au message [RESOLU] MAIL: Dovecot / sieve : fichier de filtrage ignoré. Évalué à 1.
Le problème venait du LDA qui était mal configuré.
Dans postfix, il faut: main.cfmailbox_command = /usr/lib/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"
mailbox_command = /usr/lib/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"
master.cfdovecot unix - n n - - pipe flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d $recipient
dovecot unix - n n - - pipe flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d $recipient
Dans dovecot.conf, il faut: ' protocol lda { hostname = home.XXX.fr mail_plugins = sieve quota postmaster_address = antoine@dsdsdsd.et }'
Cela fonctionne mieux!
Je vais essayer de voir pour SpamAssasin maintenant...
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Problème du LDA
Posté par Tonio (site web personnel) . En réponse au message [RESOLU] MAIL: Dovecot / sieve : fichier de filtrage ignoré. Évalué à 1.
Le problème venait du LDA qui était mal configuré.
Dans postfix, il faut:
main.cf
mailbox_command = /usr/lib/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"master.cf
dovecot unix - n n - - pipe flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d $recipientDans dovecot.conf, il faut:
' protocol lda {
hostname = home.XXX.fr
mail_plugins = sieve quota
postmaster_address = antoine@dsdsdsd.et
}'
Cela fonctionne mieux!
Je vais essayer de voir pour SpamAssasin maintenant...