Quantcast
Channel: iRedMail
Viewing all articles
Browse latest Browse all 47865

Re: Dovecot LMTP with a remot MTA

$
0
0

Can you give me a link that uses inet instead of unix socket?  Postfix runs on a separate machine with dovecot. Do I need to modify master.cf as well? If yes where should I modify?

#Server1 postfix
#main.cf

virtual_transport = lmtp:inet:ip:port
mailbox_transport = lmtp:inet:ip:port
smtpd_sasl_path = inet:ip:port

#server2 dovecot
#dovecot.conf

service lmtp {   
  inet_listener lmtp {
    address = xxxx.xxxx.xxxx.xxxx
    port = xxx
    #process_min_avail = 12
    #executable = lmtp -L
  }
  unix_listener lmtp {
    #group = _postfix
    mode = 0600
    #user = _postfix
  }
}

I will appreciate for a step by step guide.
Thanks


Viewing all articles
Browse latest Browse all 47865

Trending Articles