[vchkpw] courier pop3d

2003-08-29 Thread Tobias
Is it possible to use courier pop3d like this ? #!/bin/sh exec /usr/local/bin/softlimit -m 300 \ /usr/local/bin/tcpserver \ -v -x /etc/tcp.pop3.cdb -c 30 -R 0 pop3 \ /var/qmail/bin/qmail-popup apache.telgegamers.nu \ /home/vpopmail/bin/vchkpw /usr/local/courier-imap/bin/pop3d Maildir 21

Re: [vchkpw] courier pop3d

2003-08-29 Thread tonix (Antonio Nati)
Courier pop3d is run directly by courier, as a daemon, and (as long as I know) cannot be run using tcpserver. Read courier documentation. You'll find an initial courier command file that must be run at startup time (I have /mypath/courier-imap-1.5.1/libexec/pop3d.rc start as my starting

Re: [vchkpw] courier pop3d

2003-08-29 Thread Jonas Pasche
Hi Tobias, Is it possible to use courier pop3d like this ? Judging from your mail telling us you get AUTHFAILURE, obviously not. The authentication model of Courier-IMAP is different from qmail's own POP3 server. For example, the checkpassword-compatible password checker (here: vchkpw) checks

Re: [vchkpw] courier pop3d

2003-08-29 Thread Jonas Pasche
Hi Tonino, Courier pop3d is run directly by courier, as a daemon, and (as long as I know) cannot be run using tcpserver. That's not true; actually Courier-IMAP starts the pop3login authlibmodules pop3d chain under couriertcpd, which can be replaced by tcpserver, if you want to. It is not a

Re: [vchkpw] courier pop3d

2003-08-29 Thread Tobias
PROTECTED] Sent: Friday, August 29, 2003 1:27 PM Subject: Re: [vchkpw] courier pop3d Hi Tonino, Courier pop3d is run directly by courier, as a daemon, and (as long as I know) cannot be run using tcpserver. That's not true; actually Courier-IMAP starts the pop3login authlibmodules pop3d chain

Re: [vchkpw] courier pop3d

2003-08-29 Thread Vladimir Kabanov
: Re: [vchkpw] courier pop3d Ok so i can rewrite the supervise script to run with couriertcpd and courierpop3d instead Is it possible to get the courierpop3d to work with vpopmail ? How could a supervisescript for that look like ? //Tobias - Original Message - From: Jonas Pasche

Re: [vchkpw] courier pop3d

2003-08-29 Thread Jonas Pasche
Hi Tobias, please respond to the list only; I'm subscribed and don't want to get your answers twice. Thanks. Ok so i can rewrite the supervise script to run with couriertcpd and courierpop3d instead Especially, using Courier's pop3login and Courier's vpopmail authentication module instead of

Re: [vchkpw] courier pop3d

2003-08-29 Thread Charles Sprickman
On Fri, 29 Aug 2003, Jonas Pasche wrote: How could a supervisescript for that look like ? You should consult the Courier IMAP list for that; this isn't vpopmail related. Heh heh. I wouldn't. I looked at the archives and Mr. Sam is about as helpful and caring as DJB. The only thing I

Re: [vchkpw] courier pop3d

2003-08-29 Thread Jonas Pasche
Hi Charles, The only thing I found was him calling someone stupid for wanting to run his daemons under supervise. That doesn't raise my personal opinion on him. ;-) I care for my daemons. Therefore I want them to run supervised. If Mr. Sam is THAT sure that his daemons will never fail, he'd

Re: [vchkpw] courier pop3d

2003-08-29 Thread tonix (Antonio Nati)
It's not question of being stupid or smart, just what you like and feel useful. Anyway, I'm running all the qmail stuff since two years (courier a little bit lesser) without supervise, and I never had a problem. I've examined the supervise architecture, and I don't like it. Unique problems on

Re: [vchkpw] courier pop3d

2003-08-29 Thread John Simpson
On Friday, Aug 29, 2003, at 08:40 US/Eastern, Tobias wrote: Ok so i can rewrite the supervise script to run with couriertcpd and courierpop3d instead Is it possible to get the courierpop3d to work with vpopmail ? How could a supervisescript for that look like ? a few months ago i took

Re: [vchkpw] courier pop3d

2003-08-29 Thread Tom Collins
On Friday, August 29, 2003, at 12:56 PM, John Simpson wrote: i don't use authdaemon, i use authvchkpw as my only authentication module Does anyone run vpopmail with authdaemon? Version 5.2.1 won't work, and the early 5.3 series won't either, but most of the recent 5.3 releases, and the 5.2.2

Re: [vchkpw] courier pop3d

2003-08-29 Thread Michael Bowe
- Original Message - From: Tom Collins [EMAIL PROTECTED] To: vpopmail list [EMAIL PROTECTED] Sent: Saturday, August 30, 2003 6:38 AM Subject: Re: [vchkpw] courier pop3d On Friday, August 29, 2003, at 12:56 PM, John Simpson wrote: i don't use authdaemon, i use authvchkpw as my only

[vchkpw] courier pop3d instead of qmail-pop3d

2003-08-28 Thread Tobias
Is it possible to run courier pop3d instead of qmail ? How can i set it up in the run script for qmail-pop3d ? //Tobias

Re: [vchkpw] courier pop3d instead of qmail-pop3d

2003-08-28 Thread Tom Collins
On Thursday, August 28, 2003, at 01:08 PM, Tobias wrote: Is it possible to run courier pop3d instead of qmail ? How can i set it up in the run script for qmail-pop3d ? Yes it is possible, and many people do it. Please refer to one of the excellent toaster documents out there on installing all