Re: [vchkpw] Authentication and vpopmail

2004-05-15 Thread Patrick Donker




Vitaliy Sholokhov wrote:

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


  
  
- 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




Re: [vchkpw] Authentication and vpopmail

2004-05-15 Thread Vitaliy Sholokhov
but will I still be able to authenticate via vpopmail and recieve mail
through imap on all of my virtual domains?


> - 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.
>
>



Re: [vchkpw] Authentication and vpopmail

2004-05-15 Thread 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.



[vchkpw] Authentication and vpopmail

2004-05-15 Thread Vitaliy Sholokhov
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?

Thanks!