[-]
[+]
|
Changed |
amavisd-new.spec
|
|
[-]
[+]
|
Changed |
amavisd-new-conf-qmail.patch
^
|
@@ -1,6 +1,21 @@
--- amavisd.conf.orig 2008-07-10 06:50:12.000000000 +0200
-+++ amavisd.conf 2008-07-10 07:07:03.000000000 +0200
-@@ -94,9 +94,9 @@
++++ amavisd.conf 2008-07-12 15:20:23.000000000 +0200
+@@ -58,8 +58,12 @@
+ $unix_socketname = "$MYHOME/amavisd.sock"; # amavisd-release or amavis-milter
+ # option(s) -p overrides $inet_socket_port and $unix_socketname
+
+-$protocol = 'QMQPqq'; # suggested protocol to use on all input sockets
+-$inet_socket_port = 10628; # accept connections on this local TCP port(s)
++$protocol = 'QMQPqq'; # suggested protocol to use on all input sockets
++$inet_socket_port = [10024, 10628]; # accept connections on this local TCP port(s)
++$inet_qmqpqq_port = 10628; # accept QMQPqq on this local TCP port
++$inet_smtp_port = 10024; # accept SMTP/LMTP on this local TCP port
++$inet_socket_bind = 127.10.10.10; # limit socket bind to loopback interface
++@inet_acl = qw( 127.10.10.10 ); # allow SMTP access only from localhost IP
+
+ $policy_bank{'MYNETS'} = { # mail originating from @mynetworks
+ originating => 1, # is true in MYNETS by default, but let's make it explicit
+@@ -94,9 +98,9 @@
auth_required_release => 0, # do not require secret_id for amavisd-release
};
@@ -13,7 +28,7 @@
$sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent
$sa_crediblefrom_dsn_cutoff_level = 18; # likewise, but for a likely valid From
# $sa_quarantine_cutoff_level = 25; # spam level beyond which quarantine is off
-@@ -149,16 +149,16 @@
+@@ -149,16 +153,16 @@
# OTHER MORE COMMON SETTINGS (defaults may suffice):
@@ -38,7 +53,7 @@
# $os_fingerprint_method = 'p0f:*:2345'; # to query p0f-analyzer.pl
-@@ -360,15 +360,15 @@
+@@ -360,15 +364,15 @@
# ['Sophos SAVI', \&sophos_savi ],
# ### http://www.clamav.net/
|
|
Added |
amavisd-new-supervise.tar.bz2
^
|