1 |
vip-ire |
1.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 |
|
|
} |