Carlos Williams wrote:
> On Wed, Aug 13, 2008 at 10:47 AM, Noel Jones <[EMAIL PROTECTED]> wrote:
> 
>> Should work as-is, even without the changes I suggest.
>>
>> Maybe a firewall problem.
> 
> Hmm, this OS is not running SELinux or a software Firewall and the
> sending of email from one local mailbox to another local mailbox
> should not even have to touch my corp. Firewall, right?
> I could understand if I was sending or trying to receive email from
> the Internet but right now I am just trying local delivery 1st and
> this is where we are.

Many linux distributions have iptables enabled by default.

> 
> I don't know if this matters but in my /etc/postfix/main.cf, I have
> the following entry:
> 
> content_filter = smtp-amavis:[127.0.0.1]:10024
> 
> Is this correct? I thought it was 10025...

Yes, 10024 is the port that amavisd-new usually listens on, 
then amavisd-new forwards the mail back to postfix on 10025.

Apparently your postfix isn't answering on 10025 despite the 
proper entries in master.cf.  This means that either a 
firewall is blocking it or some other error in postfix is 
preventing it from running.

Have you looked in the mail log for errors logged by postfix?
What shows up in the mail log when you "telnet 127.0.0.1 10025" ?

http://www.postfix.org/DEBUG_README.html#logging

-- 
Noel Jones

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to