Louis LeBlanc wrote:
> Here is what I have in that conf:
> SERVICES {
>   # add or remove based on preferences
>   imap          cmd="imapd" listen="imap" prefork=0
>   imaps         cmd="imapd -s" listen="imaps" prefork=0
>   pop3          cmd="pop3d" listen="pop3" prefork=0
>   pop3s         cmd="pop3d -s" listen="pop3s" prefork=0
>   # sieve               cmd="timsieved" listen="sieve" prefork=0
>
>   # at least one LMTP is required for delivery
>   lmtp          cmd="lmtpd" listen="lmtp" prefork=0
>   lmtpunix      cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
> }
>
> Now, I am starting to suspect that I might want to kill one of those
> lmtp* entries.  Any thoughts?
>
No, that shouldn't be necessary. Still if you're not using both the Unix
socket and the TCP socket you may as well comment out the one you're not
using.


Reply via email to