• # Problème du LDA

    Posté par (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 $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...