Thread: MTA and LMTP
View Single Post
  #5 (permalink)  
Old 12-08-2006, 09:00 AM
dlochart dlochart is offline
Advanced Member
 
Posts: 177
Default

Quote:
Originally Posted by anand View Post
...
Consider a chained content filter setup.

ie, do (a) postfix -> amavisd -> postfix -> your content filter -> postfix -> zimbra mailbox server.

(a) is easy to do - look at the args passed to the return from amavisd -> postfix smtp and add a content_filter to it. Then add a new postfix smtpd to accept from your content_filter MTA.
...
I do want to try this approach. However (sorry if I am a complete idiot) I do not know how to use these config files like the rest of you. Please assume I know nothing about mail/SA setup.

look at the args passed to the return from amavisd -> postfix smtp and add a content_filter to it.

Is this amavisd.conf or master.cf? I see a blank (empty) in master.cf in the following

127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o local_recipient_maps=
-o virtual_mailbox_maps=
-o virtual_alias_maps=
-o relay_recipient_maps=


Is this what you are talking about. What args are you talking about? In amavisd.conf all I see (that I recognize is)

# $notify_method = 'smtp:[127.0.0.1]:10025';

Then add a new postfix smtpd to accept from your content_filter MTA.


What? I am sorry but I keep reading all the docs and they all speak to you as if you know this stuff already and I don't. I am sure I can figure out how to hook up anomy if I just knew some basics like I am asking.

Thank you. Sorry if I sound frustrated (I am) but its mainly due to a rushed timetable I am on that I do not agree with.
Reply With Quote