[Esd-l] mail gateway with postfix
    Falk Sauer 
    falk at hb-fein.de
       
    Fri Oct 19 06:04:01 PDT 2001
    
    
  
Hi Benoit
On Fri, Oct 19, 2001 at 08:16:03AM -0400, Benoit des Ligneris wrote:
> 
> I find some information on how to do it with sendmail (on the website) but no
> information on how to do it with postfix. 
> 
> Does anyone have information relative to this subject ?
> 
> For inbound and outbond mail ?
inbound:
you need in any place of your delivery process a procmail call
/etc/postfix/master.cf
procmail unix - n n - - pipe
  flags=R user=cyrus argv=/usr/bin/procmail -t -m USER=${user} 
  EXT=${extension} /etc/procmailrc 
(the 2nd and 3rd of my lines is only one line without newlines)
this is a procmail call for working together with cyrus imap server
from a out of the box package 'SuSE Email Server II'
outbound:
i'm also searching for a good(clear and transparent in
configuration causes) solution on one machine, my actual
solution works with 2 machines, one as a outbound relay with
sendmail - not my preferred solution, but it works for me 
at the moment.
regards
   Falk
    
    
More information about the esd-l
mailing list