Re: Open-SMTP

2001-07-10 Thread Ken Jones
Mike Rogers wrote: > > I am a very big fan of vpopmail for quite some time now and am just moving > up in the versions and exploring new features. > > I have always used open-smtp, and now is no different. I have noticed > though that the ~/etc/open-smtp file now isn't standard format, but has

Re: vpopmail login problem

2001-07-10 Thread Philip Wall
To me it sounds like qmail-pop3d isn't running at all, so try these steps. killall qmail-send netstat -atp | grep pop3 See what program has the pop3 port open, I'm assuming inetd, edit /etc/inetd.conf comment out all lines starting with pop3. killall -HUP inetd run your qmail startup If no error

Open-SMTP

2001-07-10 Thread Mike Rogers
I am a very big fan of vpopmail for quite some time now and am just moving up in the versions and exploring new features. I have always used open-smtp, and now is no different. I have noticed though that the ~/etc/open-smtp file now isn't standard format, but has the date [i always used MySQL so

RE: VIPMap

2001-07-10 Thread Chris Bolt
> I am just upgrading from 4.9.6 to 4.9.10 and am wondering about VIPMap. > I have a full class C, each with their own domain currently > reverse-DNSing so I can use vpopmail properly without a username. > Do I have to go through and add all of these via VIPMap. Yes. > There is no documentation

Re: CDB Files?

2001-07-10 Thread Bill Shupp
Quoting Mike Rogers <[EMAIL PROTECTED]>: > postmaster: password>:1:0:Postmaster:/home/vpopmail/domains/domain.com/postma ster:NOQUOT > A > > I just ran ./vconvert and got lots of vpasswd files like > this. > > Is this was a CDB file looks like? I thought they were > compiled? You need to ru

RE: Migration from sendmail to qmail

2001-07-10 Thread Ian Richardson
Alex, Look on the Qmail homepage for the script from Ivan Kohler called mbox2maildir. It is what I used to convert my mbox's to maildir's Ian Richardson > -Original Message- > From: Alex Hathaway [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2001 5:02 PM > To: [EMAIL PROTECTED]

Migration from sendmail to qmail

2001-07-10 Thread Alex Hathaway
I've heard rumor, I've seen fiction. But I can't find it! I have a good 200 clients who currently use mbox format. I'd love to switch them to using qmail+vchkpw, but I don't want the support headache that comes with telling them how to check old/new mail. Is there some magical script that can pu

CDB Files?

2001-07-10 Thread Mike Rogers
postmaster::1:0:Postmaster:/home/vpopmail/domains/domain.com/postmaster:NOQUOT A I just ran ./vconvert and got lots of vpasswd files like this. Is this was a CDB file looks like? I thought they were compiled? -- Mike

VIPMap

2001-07-10 Thread Mike Rogers
I am just upgrading from 4.9.6 to 4.9.10 and am wondering about VIPMap. I have a full class C, each with their own domain currently reverse-DNSing so I can use vpopmail properly without a username. Do I have to go through and add all of these via VIPMap. There is no documentation in doc/man_htm

Re: vpopmail login problem

2001-07-10 Thread celano
oK WHAT'S WRONG WITH THIS, can't POP in (i.e. bad login from outlook) qmaild7014 0.0 0.6 892 472 ? S17:04 0:00 /usr/local/bin/tcpser ver -v -p -x /etc/tcp.smtp.cdb -c 20 -u 7791 -g 2108 0 smtp /var/qmail/bin/qmail qmaild 13204 0.0 0.6 892 476 ? S20:29 0:00 /usr

Re: VPOPMAIL - LASTAUTH - DATE/TIME STAMP NOT RIGHT

2001-07-10 Thread Richard A. Secor
Scott, This is an example of what is in my databaes in the lastauth table: +-+---+-+--+ | user| domain| remote_ip | timestamp | +-+---+-+--+ | test | test.com

Re: VPOPMAIL - LASTAUTH - DATE/TIME STAMP NOT RIGHT

2001-07-10 Thread Scott Ramshaw
The vpopmail FAQ implies this is only for POP logins, does it really log ANY vpopmail authentication or is it really just for POP? And I assume we are talking about the --enable-auth-logging=y from section 27 on the FAQ of vpopmail 4.9.10? Or are you talking about a seperate feature? I don't ha

Re: MySQL -vs- CDB [Conversion]

2001-07-10 Thread Donal Diamond
> Will I notice any real disadvantage in converting to CDB from MySQL? Is > it worth it? High-reliability is important, so I don't want to have to > worry about flaws in the MySQL daemon. This is slightly OT but it was raised a question for me: If you are using mysql replication would (o

Re: MySQL -vs- CDB [Conversion]

2001-07-10 Thread Bill Shupp
on 1/10/01 2:41 PM, Mike Rogers at [EMAIL PROTECTED] spake: > That even sounds good enough. Generally, my domains contain between 2 and > 30 pop accounts each. A few exceptions, but in general, CDB would have > faster lookups, would be independent of MySQL, and easily moveable it seems. > I thi

Re: VPOPMAIL - LASTAUTH - DATE/TIME STAMP NOT RIGHT

2001-07-10 Thread Richard A. Secor
Also, had to change vdeloldusers.c. Around lines: 92-94 snprintf(SqlBuf, MAX_BUFF, "select user,domain from lastauth where timestamp < 'FROM_UNIXTIME(%lu)'", nowt); -Richard A. Secor [EMAIL PROTECTED] Sequential Logic - Original Message - From: "Richard A. Secor" <[EMAIL PR

Re: MySQL -vs- CDB [Conversion]

2001-07-10 Thread Mike Rogers
That even sounds good enough. Generally, my domains contain between 2 and 30 pop accounts each. A few exceptions, but in general, CDB would have faster lookups, would be independent of MySQL, and easily moveable it seems. I think I will make that change... It sounds promising. I am currentl

VPOPMAIL - LASTAUTH - DATE/TIME STAMP NOT RIGHT

2001-07-10 Thread Richard A. Secor
I was sick of having the wrong Date/Time stamps in my lastauth table so here's the fix: File: vmysql.c Around lines: 1046-1048 Note: I just added: FROM_UNIXTIME( ) snprintf( SqlBufUpdate, SQL_BUF_SIZE, "replace into lastauth set user='%s', domain='%s', \ remote_ip='%s', timestamp=FROM_UNIXTIME

Re: MySQL -vs- CDB [Conversion]

2001-07-10 Thread Bill Shupp
on 1/10/01 2:06 PM, Mike Rogers at [EMAIL PROTECTED] spake: > I am currently running a MySQL vpopmail, as I have been for about a year and > a half now. Lately, I have experienced above normal load on my MySQL > server, and have considered using CDB instead, as that way my mail system > does not

MySQL -vs- CDB [Conversion]

2001-07-10 Thread Mike Rogers
I am currently running a MySQL vpopmail, as I have been for about a year and a half now. Lately, I have experienced above normal load on my MySQL server, and have considered using CDB instead, as that way my mail system does not fall to it's knees when someone does a large sort on my MySQL server

I Need an answer, not more questions. Qmail/MailMan

2001-07-10 Thread Alex Hathaway
First... I know that is probably a Qmail issue directly, but I'm desperate for any advice. For the last month now, I have been trying to get Mailman to co-operate with qmail. No one has been able to even come close to addressing the issue. Instead I leave with more questions in my head as to how

Re: vpopmail login problem

2001-07-10 Thread celano
And the fact that I am not able to check e-mail with a mailer? Can it depend by this error? Thanks KEnet Webmaster writes: > It looks to me from what you pasted, that qmail is already running on the > server. and that it is failing to bind because its already using the port > as it should. >

Re: vpopmail login problem

2001-07-10 Thread celano
Rihgt thanks guys that's what i get with ps qmaild 373 0.0 0.6 892 472 ? S15:10 0:00 /usr/local/bin/tcpser ver -v -p -x /etc/tcp.smtp.cdb -c 20 -u 7791 -g 2108 0 smtp /var/qmail/bin/qmail qmaill 16299 0.0 0.0 0 0 ? Z16:13 0:00 (multilog ) qmailq 385 0.

Re: vpopmail login problem

2001-07-10 Thread Dushyanth Harinath
ps -auxw|grep qmail will show u the qmail processes... regards dushyanth > It looks to me from what you pasted, that qmail is already running on > the server. and that it is failing to bind because its already using > the port as it should. > > > - Original Message - > From: "celano"

Re: vpopmail login problem

2001-07-10 Thread KEnet Webmaster
It looks to me from what you pasted, that qmail is already running on the server. and that it is failing to bind because its already using the port as it should. - Original Message - From: "celano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 10:27 AM Subject

Re: vpopmail login problem

2001-07-10 Thread Juergen Hoffmann
Hi, an error message like this usually means that another program is occupating the destined port 25. Double check that there is no other program listening on that port, then restart qmail. kind regards Juergen Hoffmann Am 10 Jul 2001 14:27:42 + schrieb celano: > > Hi > I've just install

vpopmail login problem

2001-07-10 Thread celano
Hi I've just installed qmail, sqwebmail, vpopmail, following the install instruction. I've added the startup line for vchkpw and qmail-pop3d into my qmail script. It seems to work ok through the web with sqwebmail, but when I try to start qmail, "qmail start" i get: tcpserver: fatal: unable t

Re: defaultdelivery is severly unhappy...

2001-07-10 Thread chris herrmann
Many thanks Ondøej Surý - you hit the nail on the head in one go! >- exec env - PATH="/var/qmail/bin:$PATH"\ >+ exec env - PATH="/var/qmail/bin:$PATH" \ >qmail-start "`cat /var/qmail/control/defaultdelivery`" > >-- >Ondøej Surý <[EMAIL PROTECTED]>Globe Internet s.r.o. >http://globe.cz/ >Tel:

defaultdelivery is severly unhappy...

2001-07-10 Thread chris herrmann
Hi all, I've managed to break qmail-send, and for the life of me, I can't work out a rhyme or reason. I know why at a superficial level it's broken, but not **why** the damn thing suddenly decided to be unhappy now. I'm using qmail 1.03, vpopmail 4.9.8, rh7.1, daemontools 0.70. Has been worki

Re: unable to check e-mail

2001-07-10 Thread celano
Bill Shupp writes: > on 7/9/01 3:49 PM, celano at [EMAIL PROTECTED] spake: > > > > > Bill Shupp writes: > > > >> on 7/9/01 2:42 PM, celano at [EMAIL PROTECTED] spake: > >> > >>> > >>> Hi guys > >>> I installed vpopmail and works fine through the Web interface, with > >>> sqwebmail and qmail

Solved!! Re: How to change vpopmail and vchkpw uid and gid with no pain?

2001-07-10 Thread Kim Andersson
Hi! I forgot to edit qmail users/assign file to reflect the right uid and gid. Now It works perfectly again! Kim -Alkuperäinen viesti- Lähettäjä: Dushyanth Harinath [mailto:[EMAIL PROTECTED]] Lähetetty: 10. heinäkuuta 2001 11:49 Vastaanottaja: [EMAIL PROTECTED] Aihe: Re: How to change v

Re: How to change vpopmail and vchkpw uid and gid with no pain?

2001-07-10 Thread Dushyanth Harinath
chown -R vpopmail.vchkpw ~vpopmail/domains hopefully this should work regards dushyanth > Hello! > > I tried to change vpopmail uid from /etc/passwd from 89 to 150 and the > same with vchkpw gid. > I recompiled vpopmail and installed it but after that it didn't work > anymore. > What did I for

How to change vpopmail and vchkpw uid and gid with no pain?

2001-07-10 Thread Kim Andersson
Hello! I tried to change vpopmail uid from /etc/passwd from 89 to 150 and the same with vchkpw gid. I recompiled vpopmail and installed it but after that it didn't work anymore. What did I forget? The errors were when sending mail to a vpopmail account: 2001-07-10 11:21:31.458929500 info msg 21

Re: Deferral on database failure

2001-07-10 Thread Manvendra Bhangui
I have done this by using a global variable which is set to 1 in the function vauth_getpw when there are no records found for this user i.e. if (mysql_num_rows(res) == 0) { permanent_error = 1; return (NULL); } in the vdelivermail.c i then use this