Skip to content

External Submission SMTP #393

Answered by foxcpp
theduke asked this question in Q&A
Aug 26, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote
submission tls://0.0.0.0:465 tcp://0.0.0.0:587 {
    limits {
        # Up to 50 msgs/sec across any amount of SMTP connections.
        all rate 50 1s
    }

    auth &local_authdb

    source $(local_domains) {
        check {
            authorize_sender {
                prepare_email &local_rewrites
                user_to_email identity
            }
        }

        destination postmaster $(local_domains) {
            deliver_to &local_routing
        }
        default_destination {
            modify {
                dkim $(primary_domain) $(local_domains) default
            }
            # deliver_to &remote_queue     <--- this is default, put into local queue that is config…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@theduke
Comment options

Answer selected by theduke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants