Skip to content

DasLampe/bw.bundle.postfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postfix via Bundlewrap

Install and configure Postfix via Bundlewrap.

Config based on Mailserver mit Dovecot, Postfix, MySQL und Rspamd unter Debian 9 Stretch

Config

'postfix': {
    'database': {
        'username': 'vmail_bw',
        'password': '[generated]',
        'db': 'vmail_bw',
        'host': '127.0.0.1',
    },
    'ssl_cert': '/etc/letsencrypt/live/example.org/fullchain.pem',
    'ssl_key': '/etc/letsencrypt/live/example.org/privkey.pem',
    'mynetworks': [],
    'myhostname': 'example.org',
    'max_queue_lifetime': '1h',
    'bounce_queue_lifetime': '1h',
    'max_backoff_time': '15m',
    'min_backoff_time': '5m',
    'queue_run_delay': '5m',
    'max_msg_size': 52428800, # 50MB
}

Suggestions

Author

André Flemming daslampe@lano-crew.org

About

Bundlewrap Postfix Bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages