blob: 90124381fc84746388e4fe0b36b547d9a22d8bd0 (
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=reject_unauth_destination
-o smtpd_recipient_restrictions=reject_unauth_destination
-o smtpd_reject_unlisted_recipient=yes
-o smtpd_helo_required=yes
-o smtpd_recipient_limit=1
-o message_size_limit=131072
|