[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-anubis] Can't connect from external pc
From: |
Wojciech Polak |
Subject: |
Re: [bug-anubis] Can't connect from external pc |
Date: |
Tue, 15 Apr 2008 17:56:31 +0200 |
On 2008-04-15 at 11:04 +0200, Torsten Weinstein wrote:
> I've install GNU Anubis 4.0 at at suse linux system.
> All works and with "telnet localhost 24" I can send e-mails. Bute from a pc
> in the networks it doesn't works. I get an smtp unavailable error. Hope you
> can help me to find the problem.
> ---BEGIN CONTROL---
> bind 192.168.100.37:24
> local-mta /usr/sbin/sendmail
> remote-mta 0.0.0.0:25
> logfile /var/log/anubis.log
> loglevel all
> tracefile yes
> termlevel verbose
> ---END---
You are binding Anubis to 192.168.100.37, so only this
specific host can connect to it. Omit the IP address
or put bind 0.0.0.0:PORT. Notice also that local-mta
excludes remote-mta.
Regards,
Wojciech