[vchkpw] Segfaulting in vadddomain

2006-06-14 Thread Manuzhai
Hello there, I'm having a problem with the vadddomain tool; it's segfaulting. enrai domains # ls -l total 0 drwx-- 3 vpopmail vpopmail 112 May 26 15:54 arlman.com drwx-- 2 vpopmail vpopmail 80 Jun 14 11:19 enrai.xavamedia.nl drwx-- 3 vpopmail vpopmail 112 May 29 13:12 leden.hebe.nl

Re: [vchkpw] Segfaulting in vadddomain

2006-06-14 Thread Michael Bowe
- Original Message - From: Manuzhai [EMAIL PROTECTED] I'm having a problem with the vadddomain tool; it's segfaulting. enrai domains # vadddomain ochtman.nl test Segmentation fault I'm using vpopmail 5.4.16 with MySQL 4.1.20 on a Gentoo Linux system. Any ideas on what I can do

Re: [vchkpw] cannt relay

2006-06-14 Thread Ken Jones
Cristi Tauber wrote: hello there, i installed qmail + vpopmail + mysql on debian . i configured vpopmail to allow roaming users (pop before smtp). if i get messages my ip goes to relay table in vpopmail mysql database , but i cannot relay. i mean : the ip is written in the table but when i

RE: [vchkpw] vpopmaild patch

2006-06-14 Thread VeNoMouS
Let me be the first to say WTF? Is it just me or is this English so bad it makes no sense to you either? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Dmitriy MiksIr Sent: Saturday, 10 June 2006 4:08 a.m. To: vchkpw@inter7.com Subject: [vchkpw] vpopmaild patch Hi!

Re: [vchkpw] vpopmaild patch

2006-06-14 Thread DAve
VeNoMouS wrote: Let me be the first to say WTF? Is it just me or is this English so bad it makes no sense to you either? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Dmitriy MiksIr Sent: Saturday, 10 June 2006 4:08 a.m. To: vchkpw@inter7.com Subject: [vchkpw]

Re: [vchkpw] cannt relay

2006-06-14 Thread Cristi Tauber
Ken Jones wrote: Cristi Tauber wrote: hello there, i installed qmail + vpopmail + mysql on debian . i configured vpopmail to allow roaming users (pop before smtp). if i get messages my ip goes to relay table in vpopmail mysql database , but i cannot relay. i mean : the ip is written in the

Re: [vchkpw] cannt relay

2006-06-14 Thread Ken Jones
Cristi Tauber wrote: Ken Jones wrote: Cristi Tauber wrote: hello there, i installed qmail + vpopmail + mysql on debian . i configured vpopmail to allow roaming users (pop before smtp). if i get messages my ip goes to relay table in vpopmail mysql database , but i cannot relay. i mean :

[vchkpw] Re: Segfaulting in vadddomain

2006-06-14 Thread Manuzhai
try strace vadddomain ochtman.nl test and let us know what output you get Right; sorry, I'm not so well versed in C development. Since the output is quite big, I put it online: http://manuzhai.nl/strace-vadddomain.txt Hope this helps figuring out the problem! Regards, Manuzhai

[vchkpw] Re: vpopmaild patch

2006-06-14 Thread Dmitriy MiksIr
=) Yes, my english so bad, but you can look at patch for understand me =) Ok, try again. At first, patch add new command to vpopmaild: check_user [EMAIL PROTECTED]. This command return +OK if [EMAIL PROTECTED] - valid user (or alias, or maillist etc.) and -ERR if no user found in vpopmail

Re: [vchkpw] Re: Segfaulting in vadddomain

2006-06-14 Thread Jeremy Kitchen
On Wednesday 14 June 2006 12:44, Manuzhai wrote: try strace vadddomain ochtman.nl test and let us know what output you get Right; sorry, I'm not so well versed in C development. strace is useful for a lot more than just C development ;) Since the output is quite big, I put it online:

Re: [vchkpw] Re: Segfaulting in vadddomain

2006-06-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Manuzhai wrote: http://manuzhai.nl/strace-vadddomain.txt Can't say for sure from the strace output, as it only shows system calls, but it fails after reading from the assign file, and vpopmail is not very good at handling syntax errors in files. I

Re: [vchkpw] Re: Segfaulting in vadddomain

2006-06-14 Thread Rick Macdougall
Jeremy Kitchen wrote: open(/var/qmail/users/assign, O_RDWR) = 7 it's opening users/assign as read-write? IMO, this should be read only, to protect the users/assign file in case something happens to the vadddomain process. Unless there's some reason I don't know about for opening it

Re: [vchkpw] Re: Segfaulting in vadddomain

2006-06-14 Thread Jeremy Kitchen
On Wednesday 14 June 2006 17:37, Rick Macdougall wrote: Jeremy Kitchen wrote: open(/var/qmail/users/assign, O_RDWR) = 7 it's opening users/assign as read-write? IMO, this should be read only, to protect the users/assign file in case something happens to the vadddomain process. Unless

Re: [vchkpw] Re: Segfaulting in vadddomain

2006-06-14 Thread Paul Oehler
I believe I've seen this happen when the vpopmail/vchkpw user/group ids are incorrect - that is, they don't match the value specified in the assign file. Paul -- Paul Oehler NEXCESS.NET Internet Solutions http://nexcess.net 304 1/2 S. State St. Ann Arbor, MI 48104 1.866.NEXCESS

Re: [vchkpw] Blocking Fake Froms?

2006-06-14 Thread Tom Collins
On Jun 13, 2006, at 3:50 AM, Mustafa Şimşek wrote: 2. this spammer use fake ip addresses so i can't detect real user. is it possible to detect real user from logs? If you check the Received headers, you can see what SMTP AUTH address he used. -- Tom Collins - [EMAIL PROTECTED] Vpopmail -

[vchkpw] Re: Segfaulting in vadddomain

2006-06-14 Thread Manuzhai
Matt Brookings wrote: Can't say for sure from the strace output, as it only shows system calls, but it fails after reading from the assign file, and vpopmail is not very good at handling syntax errors in files. I would assume your assign file has some sort of syntax error in it. Here is what