> 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



----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to