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: mouss (mlist.onlyfree.fr)
Date: Mon Jan 08 2007 - 17:10:36 CST


Andres wrote:
> On 1/7/07, mouss <usebsdfree.fr> wrote:
>>
>> # grep virtual_alias_maps master.cf
>
> $ grep virtual_alias_maps master.cf
> pre-cleanup unix n - - - 0 cleanup -o virtual_alias_maps= -o

this is not recommended unless you have an old postfix. use
receive_override_maps instead.
> canonical_maps= -o sender_canonical_maps= -o recipient_canonical_maps=
> -o masquerade_domain
>
>> To disable $something, you need to undo all the changes you did to
>> "enable" it. not just unset one variable.
>
> I never said that was it, If I came here was for help.
> I understand that I have to disable something at master.cf too, can
> you help me to do it with the information I provided? Or do you need
> something more?

I mean this: you said that you disabled the content filter (see
subject), but you have a pre-cleanup in your master.cf (which you added
when adding the filter). and you are probably still using this
pre-cleanup. but in this pre-cleanup, you have disabled
virtual_alias_maps. thus your problem.

look at the line
    smtp .... smtpd
(in master.cf) and comment out the -o options below it. This will really
disable the filter.

If this is not clear, send you master.cf.