Sure:

smtp-amavis       unix  -       -       y       -       10      lmtp
    -o smtp_data_done_timeout=1200
    -o disable_dns_lookups=yes
127.0.0.1:10025   inet  n       -       n       -       -       smtpd
    -o content_filter=
    -o local_recipient_maps=
    -o smtpd_helo_restrictions=
    -o smtpd_client_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o mynetworks=127.0.0.0/8
dbmail    unix  -       n       n       -       -       pipe
    flags=R  user=dbmail:dbmail argv=/usr/local/sbin/dbmail-smtp -d
${recipient}



You'll need the content_filter and transport_maps lines in main.cf:

content_filter = smtp-amavis:[127.0.0.1]:10024

transport_maps = hash:/etc/postfix/transport


You could change the name to lmtp-amavis if you wanted, all that's
important is that lmtp is chosen as the service at the end of the line.


Ryan Butler
ADI Internet Solutions
[EMAIL PROTECTED]

On Tue, 2004-02-10 at 14:09, Jacques Beaudoin wrote:
> Can somebody show me a postfix master.cf file
>  to have dbmail , amavis-new and postfix to work together
> 
> Thanks
> Jacques
> 
> _______________________________________________
> Dbmail mailing list
> Dbmail@dbmail.org
> https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to