OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: content filter disabled, forward address not working

From: Andres (kurdt80gmail.com)
Date: Tue Jan 02 2007 - 12:51:07 CST


On 12/16/06, Magnus Bäck <magnusdsek.lth.se> wrote:
> On Thursday, December 14, 2006 at 19:03 CET,
> Andres <kurdt80gmail.com> wrote:
>
> > I am currently experiencing a problem with amavis so I disabled
> > content filter by commenting this line:
> >
> > #content_filter = amavis:[127.0.0.1]:10024
> >
> > So I have some time to fix amavis problem, the thing is that the
> > addresses like this (on my mysql table):
> >
> > mail : itgroupdomain.com destination: personAdomain.com,
> > personBdomain.com
> >
> > Are not being recognized, a email is returned by postfix:
> >
> > <itgroupdomain.com>: unknown user: "itgroupdomain.com"
>
> Please show the complete log entries.
>
> [...]
>
> --
> Magnus Bäck

Sorry the waiting...

This is the log part, when I tried to send an email to itgroup with
content_filter disabled:

Jan 2 08:13:49 pc009 postfix/virtual[4929]: 56C4839A324:
to=<itgroupdomain.com>, relay=virtual, delay=2, status=bounced
(unknown user: "itgroupdomain.com")

If you notice it's the same message you receive when someone tries to
send an email to an inexistent user.

If I enable content_filter:

Jan 2 08:12:38 pc009 postfix/virtual[4929]: 3521B39A323:
to=<personAdomain.com>, orig_to=<itgroupdomain.com>, relay=virtual,
delay=0, status=sent (delivered to maildir)

What could be possible wrong?

Thanks!