[vchkpw] Large scale mail server

2004-03-10 Thread Alessandro A.
Hello everyone, I need implementing a large scale mail server for multi-domain hosting. I'm consider using Qmail on FreeBSD. What's the best solution for scalability? 1. Qmail-ldap (qmail with ldap patch) + courier-imap 2. Qmail + Vpopmail compiled with ldap support + courier-imap What solution

Re: [vchkpw] Large scale mail server

2004-03-10 Thread Rainer Duffner
Alessandro A. wrote: Hello everyone, I need implementing a large scale mail server for multi-domain hosting. I'm consider using Qmail on FreeBSD. What's the best solution for scalability? 1. Qmail-ldap (qmail with ldap patch) + courier-imap 2. Qmail + Vpopmail compiled with ldap support +

[vchkpw] vdominfo v5.4.2

2004-03-10 Thread Oden Eriksson
Hi. Here's some weird output: # ./vdominfo -v version: 5.4.2 domain: uuc uid:10 gid:14 dir:/var/spool/uucp users: 0 Note: uuc is an alias for uucp domain: uucp uid:10 gid:14 dir:/var/spool/uucp users: 0

Re: [vchkpw] vdominfo v5.4.2

2004-03-10 Thread Tom Collins
On Mar 10, 2004, at 3:30 AM, Oden Eriksson wrote: Hi. Here's some weird output: # ./vdominfo -v version: 5.4.2 domain: uuc uid:10 gid:14 dir:/var/spool/uucp users: 0 Note: uuc is an alias for uucp domain: uucp uid:10 gid:14 dir:/var/spool/uucp users: 0 vdominfo uses

Re: [vchkpw] vdominfo v5.4.2

2004-03-10 Thread Oden Eriksson
onsdagen den 10 mars 2004 15.19 skrev Oden Eriksson: onsdagen den 10 mars 2004 15.03 skrev Tom Collins: On Mar 10, 2004, at 3:30 AM, Oden Eriksson wrote: Hi. Here's some weird output: # ./vdominfo -v version: 5.4.2 domain: uuc ^^^ uid:10

[vchkpw] Enter Network Password

2004-03-10 Thread Jeff Koch
Hi: We have a user with Outlook 2003 as his mail client that keeps getting a popup window that asks him to enter a network username and password when he tries to pop in and get hia email. I'm sure he's got something wrong with his properties and I've gone over his settings 20 times with him on

Re: [vchkpw] Large scale mail server

2004-03-10 Thread Ken Jones
On Wednesday 10 March 2004 2:09 am, Alessandro A. wrote: Hello everyone, I need implementing a large scale mail server for multi-domain hosting. I'm consider using Qmail on FreeBSD. What's the best solution for scalability? 1. Qmail-ldap (qmail with ldap patch) + courier-imap 2. Qmail +

Re: [vchkpw] Enter Network Password

2004-03-10 Thread Ken Jones
On Wednesday 10 March 2004 8:34 am, Jeff Koch wrote: Hi: We have a user with Outlook 2003 as his mail client that keeps getting a popup window that asks him to enter a network username and password when he tries to pop in and get hia email. I'm sure he's got something wrong with his

RE: [vchkpw] Enter Network Password

2004-03-10 Thread Shane Chrisp
I had the same problem with a customer the other day. It turned out to be an accounts pop server had changed to localhost. Strange considering that he had done nothing to the computer and only he uses it. I suspect a new virus. Other than that, I can only think of the log onto network option under

[vchkpw] Using qmail-smtp-auth with vchkpw

2004-03-10 Thread Roger Lipscombe
Hi, I'm installing vpopmail on a new system, and I've got a question about SMTP AUTH. I want to allow selective relaying, and I can't use SMTP-after-POP (and frankly, it strikes me as a hack, anyway). I'm using the qmail-smtp-auth patch listed here: http://www.qmail.org/netqmail/ I've

RE: [vchkpw] Enter Network Password

2004-03-10 Thread tonix (Antonio Nati)
Usually, when you install an antivirus, and ask it to check incoming messages, it modifies client setup and redirects the mail client to pop a local port (on localhost); so the client pop the antivirus, the antivirus pop the real mail server. Tonino At 10/03/2004 10/03/2004 +0800, Shane

RE: [vchkpw] Enter Network Password

2004-03-10 Thread Shane Chrisp
Antivirus program was my first thought too, but he swears he hasn't installed anything. Strange it was working one day and not the next, but that's pc's for ya. Shane -Original Message- From: tonix (Antonio Nati) [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 March 2004 11:36 PM To:

RE: [vchkpw] Enter Network Password

2004-03-10 Thread Jeremy Kitchen
http://scriptkitchen.com/godkills.jpg -- please, think of the kittens! On Wed, 2004-03-10 at 09:46, Shane Chrisp wrote: Antivirus program was my first thought too, but he swears he hasn't installed anything. Strange it was working one day and not the next, but that's pc's for ya. maybe it's

[vchkpw] ./configure --enable-qmail-ext

2004-03-10 Thread Roger Lipscombe
What does this do? I'm using vpopmail-5.4.0 I've turned this switch on and it doesn't appear to do anything useful. I still need to add /home/vpopmail/domains/whatever.com/.qmail-user-ext files containing ./user/Maildir/. Does this switch, in fact, actually do anything? Surely it ought to do

[vchkpw] vuserinfo quotas delay

2004-03-10 Thread Alex Borges
I have a vpopmail+qmail Vpopmail has been upgraded to 5.2.1 and well... i send a large email to an account and it gets there fine...BUT vuserinfo does not report the usage increase correctly i assume some quota file is corrupt or something... What can i do to fix this?

[vchkpw] Another ucspi-0.88+mysql patch

2004-03-10 Thread Oden Eriksson
Hi. I just found another ucspi-0.88+mysql patch, but this one seems tailored for a vpopmail+mysql setup..., very interesting. ftp://ftp.wingnet.net/pub/MAIL/qmail-related/wingnet-ucspi-0.88-mysql.patch

Re: [vchkpw] Using qmail-smtp-auth with vchkpw

2004-03-10 Thread Kit Halsted
At 3:36 PM + 3/10/04, Roger Lipscombe wrote: Hi, I'm installing vpopmail on a new system, and I've got a question about SMTP AUTH. I want to allow selective relaying, and I can't use SMTP-after-POP (and frankly, it strikes me as a hack, anyway). It's pretty hackish, but better than nothing.