murder configuration issue final stretch
Andrew Morgan
morgan at orst.edu
Fri Dec 12 12:46:05 EST 2008
On Fri, 12 Dec 2008, Gary W. Smith wrote:
> Andrew,
>
> Any idea how this works with the lmtpproxy? Also, I've tried to setup
> the lmtp using the local port but for some reason when I restart
> cyrus-imapd it doesn't who up in netstat.
>
> Tried
> lmtp cmd="lmtpd" listen="lmtp" prefork=1
> Tried
> lmtp cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1 maxchild=20
> Current:
> lmtp cmd="lmtpproxyd" listen="/var/lib/imap/socket/lmtpunix" prefork=1
>
> Do you have any examples of setting it up on a different port and
> forwarding it onwards to the backend (or I assume that we would forward
> it to the proxy) using postfix?.
I believe you want:
lmtp cmd="lmtpproxyd" listen="2004" prefork=1 maxchild=50
lmtpunix cmd="lmtpproxyd" listen="/var/lib/imap/socket/lmtpunix" prefork=1
This should listen on port 2004 (instead of the usual 2003) on all
interfaces, plus listen on the unix socket you had defined earlier.
Andy
More information about the Info-cyrus
mailing list