blob: 2e00cc18e5d2f5843cd6cc71754434d021a1d304 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Restricted target for the legacy qee4 hidden service. Do not forward it to
# the ordinary SMTP listener, which may trust loopback through mynetworks.
127.0.0.1:2527 inet n - n - 4 smtpd
-o syslog_name=postfix/qee-onion
-o myhostname=qee4i7sags6phsvb2yodwecfj7noimfhhalsjktsvikrwotxzis3raad.onion
-o smtpd_tls_security_level=none
-o smtpd_sasl_auth_enable=no
-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
-o message_size_limit=131072
|