@@ -1,5 +1,5 @@
--- amavisd.conf.orig 2008-07-10 06:50:12.000000000 +0200
-+++ amavisd.conf 2008-07-12 15:20:23.000000000 +0200
++++ amavisd.conf 2008-07-12 23:50:14.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
@@ -8,9 +8,9 @@
-$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_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
|