Vitaliy Sholokhov wrote:
but will I still be able to authenticate via vpopmail and recieve mail
through imap on all of my virtual domains?

<quote who="Michael Bowe">
  
----- Original Message -----
From: "Vitaliy Sholokhov" <[EMAIL PROTECTED]>


    
Hey, everyone

I am using netqmail 1.05, vpopmail 5.4.0 and latest courier-imap.
My problem is that when I authenticate through outlook via IMAP, my ip
is
recognized as "imap" and is written to open-smtp as "imap", thus I
cannot
send any mail through my smtp.
How can that problem be solved?
      
To have imap-before-smtp support, you need to configure
courier-imap --with-authdaemon

Michael.


    


  
You might need to change your daemontools run file to something like:

#!/bin/sh
exec /command/envdir /var/qmail/supervise/imapd/env \
/usr/local/bin/tcpserver -v -R -H -l FQDN 0 143 \
/usr/lib/courier-imap/sbin/imaplogin \
/usr/lib/courier-imap/libexec/authlib/authvchkpw \
/usr/lib/courier-imap/bin/imapd Maildir 2>&1

I'm sure there are more ways to do it, but this works for me.

-Patrick

Reply via email to