Sign inSign up

avkosme/dovecot-postfix

By avkosme

Updated about 8 years ago

Dovecot mail server Postfix MTA based on avkosme/centos7 image

Image
0

1.1K

avkosme/dovecot-postfix repository overview

dovecot-postfix

Set environment

# file docker-compose.yml

mail:
  environment:
    - myhostname=mail.example.org 
    - mydomain=example.org 
    - mynetworks=10.5.0.0/24
    - relayhost=relay.example.org
    - smtp_sasl_auth_enable=yes
    - smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd
    - smtp_sasl_security_options=

Set Up Postfix For Relaying Emails Through Another Mailserver

Set env:

  • relayhost=relay.example.org
  • smtp_sasl_auth_enable=yes
  • smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd
  • smtp_sasl_security_options=

Source: Postfix_relaying_through_another_mailserver

Tag summary

Content type

Image

Digest

Size

477.2 MB

Last updated

about 8 years ago

docker pull avkosme/dovecot-postfix