diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-08-17 14:25:18 +0200 |
|---|---|---|
| committer | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-08-17 14:25:18 +0200 |
| commit | 9679f3f3a177215717a6734a0b91161e00814504 (patch) | |
| tree | c4831ade90a1386cc9b7361f15c56f7ccdcf3829 /deploy/postfix/victor-master.cf.fragment | |
| parent | 294a05ead630776149db1e5cd637a40cf6875ee9 (diff) | |
| download | m2usenet-and-mail2news-9679f3f3a177215717a6734a0b91161e00814504.tar.gz m2usenet-and-mail2news-9679f3f3a177215717a6734a0b91161e00814504.tar.xz m2usenet-and-mail2news-9679f3f3a177215717a6734a0b91161e00814504.zip | |
Allow restricted email-client Mail2News addressing
Diffstat (limited to 'deploy/postfix/victor-master.cf.fragment')
| -rw-r--r-- | deploy/postfix/victor-master.cf.fragment | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/postfix/victor-master.cf.fragment b/deploy/postfix/victor-master.cf.fragment index 9012438..2e00cc1 100644 --- a/deploy/postfix/victor-master.cf.fragment +++ b/deploy/postfix/victor-master.cf.fragment @@ -5,8 +5,8 @@ -o myhostname=qee4i7sags6phsvb2yodwecfj7noimfhhalsjktsvikrwotxzis3raad.onion -o smtpd_tls_security_level=none -o smtpd_sasl_auth_enable=no - -o smtpd_relay_restrictions=reject_unauth_destination - -o smtpd_recipient_restrictions=reject_unauth_destination + -o smtpd_relay_restrictions=check_recipient_access,regexp:/etc/postfix/qee-mail2news-access,reject + -o smtpd_recipient_restrictions=check_recipient_access,regexp:/etc/postfix/qee-mail2news-access,reject -o smtpd_reject_unlisted_recipient=yes -o smtpd_helo_required=yes -o smtpd_recipient_limit=1 |
