This is a discussion on Re: [AMaViS-user] Q: DMZ Using 'forward_method' - Which port to use within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Peter, > I thought I should send it to 192.168.0.99:10025 (the feedback from > AMaViS to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Peter,
> I thought I should send it to 192.168.0.99:10025 (the feedback from > AMaViS to the Postfix queue) in order for it not to be double checked. > > The connections are refused: (no firewall) > Dec 1 14:31:01 pollux.scarceskills.com > /usr/local/sbin/amavisd[22381]: (22381-03) (!)FWD via SMTP: > <root@scarceskills.com> ->, > 450 4.4.1 Can't connect to 192.168.0.99 port 10025, > Net::SMTP: connect: Connection refused Does: 'telnet 192.168.0.99 10025' work? Guess not. > 127.0.0.1:10025 inet n -n - - smtpd You have restricted smtpd service to bind on a loopback interface, which is why it won't listen on other interfaces. Remove the restriction: 10025 inet n -n - - smtpd .... -o mynetworks=127.0.0.0/8,192.168.0.0/24 Mark ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |