cyrus + postfix + lmtpd questions
    Alexander Dalloz 
    ad+lists at uni-x.org
       
    Mon Mar 15 05:19:02 EDT 2010
    
    
  
> Yes, for sure.
>
> Could you give me an idea on how lmtp client should be configured
> on postfix's master.cf for connecting to a remote cyrus server ?
>
> Thanks a lot Andrew
in main.cf:
relay_domains = hash:/etc/postfix/relay_domains
in relay_domains (either of the 2; see "man 8 lmtp"):
example.com	lmtp:unix:public/lmtp    # for a local LMTP socket
example.com     inet:[1.2.3.4]:24        # for a remote LMTP socket
extend transport_maps:
transport_maps=hash:/etc/postfix/transports,hash:/etc/postfix/relay_domains.
Alexander
    
    
More information about the Info-cyrus
mailing list