/[smecontribs]/rpms/smeserver-fetchmail/contribs10/smeserver-fetchmail-1.6-stop_bounce_loop.patch
ViewVC logotype

Contents of /rpms/smeserver-fetchmail/contribs10/smeserver-fetchmail-1.6-stop_bounce_loop.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Oct 27 11:43:53 2020 UTC (3 years, 6 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_6-24_el7_sme, smeserver-fetchmail-1_6-18_el7_sme, smeserver-fetchmail-1_6-22_el7_sme, smeserver-fetchmail-1_6-21_el7_sme, smeserver-fetchmail-1_6-26_el7_sme, smeserver-fetchmail-1_6-25_el7_sme, smeserver-fetchmail-1_6-20_el7_sme, smeserver-fetchmail-1_6-23_el7_sme, smeserver-fetchmail-1_6-17_el7_sme, smeserver-fetchmail-1_6-16_el7_sme, smeserver-fetchmail-1_6-19_el7_sme, HEAD
Initial import

1 diff -Nur smeserver-fetchmail-1.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail smeserver-fetchmail-1.6_bz9074/root/etc/e-smith/templates/etc/fetchmail/90fetchmail
2 --- smeserver-fetchmail-1.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2015-02-06 10:41:14.000000000 +0100
3 +++ smeserver-fetchmail-1.6_bz9074/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2015-09-25 12:25:34.139315393 +0200
4 @@ -320,7 +320,7 @@
5
6 my $staticvalue = "/usr/bin/fetchmail $mdbg --fetchmailrc - <<EOF\n" ;
7 $staticvalue .= "set postmaster \"postmaster\@$dom\"\n" ;
8 - $staticvalue .= "set bouncemail\nset properties \"\"\n" ;
9 + $staticvalue .= "set bouncemail\nset no softbounce\nset properties \"\"\n" ;
10
11 # we need to convert the name and the password from HEX to text
12 $mname = pack( "H*", $mname ) ;
13 @@ -346,6 +346,7 @@
14 $OUT .= " user '$mname' $DestSMTPServer with password '" ;
15 $OUT .= "$mpass' is $name here $keep $ssl\n" ;
16 $OUT .= " smtphost 127.0.0.200/$tcpport" . "\n";
17 + $OUT .= " antispam 550\n";
18 $OUT .="EOF\n";
19 }
20 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed