Skip to content

Commit 17c1082

Browse files
author
floria030
committed
changed config-files during installation for dkim-integration
1 parent 71ea5d5 commit 17c1082

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
127.0.0.1:10025 inet n - n - - smtpd
3+
-o content_filter=
4+
-o local_recipient_maps=
5+
-o relay_recipient_maps=
6+
-o smtpd_restriction_classes=
7+
-o smtpd_client_restrictions=
8+
-o smtpd_helo_restrictions=
9+
-o smtpd_sender_restrictions=
10+
-o smtpd_recipient_restrictions=permit_mynetworks,reject
11+
-o mynetworks=127.0.0.0/8
12+
-o strict_rfc821_envelopes=yes
13+
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
14+
-o smtp_send_xforward_command=yes
15+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
127.0.0.1:10027 inet n - n - - smtpd
3+
-o content_filter=
4+
-o local_recipient_maps=
5+
-o relay_recipient_maps=
6+
-o smtpd_restriction_classes=
7+
-o smtpd_client_restrictions=
8+
-o smtpd_helo_restrictions=
9+
-o smtpd_sender_restrictions=
10+
-o smtpd_recipient_restrictions=permit_mynetworks,reject
11+
-o mynetworks=127.0.0.0/8
12+
-o strict_rfc821_envelopes=yes
13+
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
14+
-o smtp_send_xforward_command=yes
15+
-o milter_default_action=accept
16+
-o milter_macro_daemon_name=ORIGINATING
17+
-o smtpd_milters=inet:127.0.0.1:4445
18+

0 commit comments

Comments
 (0)