Hi,

I would like to seperate ciphermail from mailserver via docker, one container with postfix/dovecot and one container with ciphermail/ciphermailWebClient.

How do I config postfix and ciphermail?

I changed main.cf to:
content_filter = djigzo:[ip_of_ciphermailContainer]:10025

I think this was the easy part, but how to setup master.cf at this point:
djigzo unix - - n - 4 smtp
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
-o smtp_generic_maps=

127.0.0.1:10026 inet n - n - 10 smtpd
-o content_filter=
-o receive_override_options=no_unknown_recipient_checks,
no_header_body_checks,no_milters
-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
-o smtpd_authorized_xforward_hosts=127.0.0.0/8
-o smtpd_authorized_xclient_hosts=127.0.0.0/8

And how to tell ciphermail at which ip to find postfix and must ciphermail setup to accepte connections not coming from localhost?

Thank you.

-------------
Best Regards,
Lars
_______________________________________________
Users mailing list
[email protected]
https://lists.djigzo.com/lists/listinfo/users

Reply via email to