[Postfixbuch-users] zentrale Amavis / SA Filterung
Markus Schönhaber
mailing-postfixbuch at schoenhaber.de
So Mär 16 03:43:23 CET 2008
Oliver Methfessel [MC] schrieb:
> Leider finde ich in der amavis konfiguration nirgends die Option, wie
> ich ihm beibringen auch auf den externen IPs zu lauschen und nicht nur
> auf 127.0.0.1
Mit $inet_socket_bind legst Du die Adresse fest, an die sich amavisd-new
binden soll:
| # SMTP SERVER (INPUT) access control
| # - do not allow free access to the amavisd SMTP port !!!
| #
| # when MTA is at the same host, use the following (one or the other or
both):
| #$inet_socket_bind = '127.0.0.1'; # limit socket bind to loopback
interface
| # (default is '127.0.0.1')
| @inet_acl = qw(127.0.0.1 [::1]); # allow SMTP access only from
localhost IP
| # (default is qw(127.0.0.1 [::1]) )
Gruß
mks
Mehr Informationen über die Mailingliste Postfixbuch-users