At 21/10/2004 21/10/2004 -0700, you wrote:
vdelivermail calls _exit() when running a command in a .qmail file (exit
codes 99, 100 and 111). It should really be calling vexit() to give the
MySQL lib a chance to close its connections.
We could also consider just using atexit() to register functio
Hi,
I have one of my users using my server to send spam (I think). The
messages came from 200.78.38.103. When I figure that out, I just block him
and bring my server back... So how can I see what account on vpopmail did
used to do this kind of thing? I have only auth-smtp, and just accept
m
-Original Message-
From: Walter Souto R. Junior [mailto:[EMAIL PROTECTED]
Sent: Friday, October 22, 2004 7:18 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] How can I identify a spammer?
Hi,
I have one of my users using my server to send spam (I think). The messages
came from 200.78.38.103.
Bill, thanks for that script!
One problem is that I have more htan 100 domains, and in several cases,
more than 100 users per domain...
so I was inspired to write a script in perl that parses the output of
"vdominfo" to retrieve the directory of each domain... and then parses
each vpasswd file
-Original Message-
From: Bill Gradwohl [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 21, 2004 11:53 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] reporting on my vpopmail system
Rick Root wrote:
> Hello. (echo, echo!) is anyone out there?
>
> Rick Root wrote:
>
>> Does anyo
Rick Root wrote:
Bill, thanks for that script!
One problem is that I have more htan 100 domains, and in several
cases, more than 100 users per domain...
so I was inspired to write a script in perl that parses the output of
"vdominfo" to retrieve the directory of each domain... and then parses
e
Bill Gradwohl wrote:
I've written some perl scripts, but I have to crack the book every time
I've been writing perl scripts on and off since 1996, and I still can't
remember the syntax for substr() =)
I suggest you post yours to the list as its a better base for people to
use to expand on it fo
Install this
http://www.enderunix.org/isoqlog/
Don't forget the cron job to update it's webpages.
It reads from qmail logs, so hopefully qmail is logging properly on your
box.
=)
Best Regards,
Jeremy Eder
Hi-Tek Data, Corp.
V: 516-797-8800
F: 516-797-8892
Thanks Jeremy, but the spammer changes your
On Friday 22 October 2004 06:17 am, Walter Souto R. Junior wrote:
> Hi,
>
> I have one of my users using my server to send spam (I think). The
> messages came from 200.78.38.103. When I figure that out, I just block him
> and bring my server back... So how can I see what account on vpopmail did
> u
Hi Jeremy,
the smtp auth patch you use should be putting a header in the email
saying who
sent it.. check for that header, and shut the guy off.
This is the first thing that I did try. My server was set 2 years ago and
vpopmail version is 5.3.20. I use the toaster guide from Bill Shup and his
On Oct 22, 2004, at 8:33 AM, Walter Souto R. Junior wrote:
Received: from unknown (HELO meals) ([EMAIL PROTECTED])
by xxx.yyy.zzz with SMTP; 22 Oct 2004 11:46:16 -0200
It looks like he's coming from IP 218.61.42.211, and authenticating as
'123'.
Do you have a user 123 in your default domain, or
On Friday 22 October 2004 10:33 am, Walter Souto R. Junior wrote:
> Received: (qmail 5098 invoked by uid 1010); 22 Oct 2004 11:46:22 -0200
> Received: from [EMAIL PROTECTED] by alonso.bayweb.biz by uid 0
> with qmail-scanner-1.22
> (clamdscan: 0.74. spamassassin: 2.63.
as Tom pointed out, you a
On Oct 22, 2004, at 8:13 AM, tonix (Antonio Nati) wrote:
Any comment?
Tonino
Why is qMail calling _exit() and not exit()? Is there a reason it does
not want its files closed, and other stuff properly cleaned up? Or is
it because DJB is just not happy with using calls that are in the libc
library
Rick Root wrote:
Does anyone have a script or application or something that will view
my vpopmail directory structure and give me a report?
I would like to know.
accounts in each domain
# of messages per account
amount of disk space per account
amount of disk space per domain
Thanks.
- Rick
This
Hi everyone.
Every time i try to authenticate, i get the following:
==
mail005:/usr/local/src/vpopmail-5.4.7# telnet localhost 110
Trying 127.0.0.1...
Connected to mail005.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK
pass 123
/var/vpopmail/bin/vchkpw: erro
On Friday 22 October 2004 04:37 pm, Rafael Felix Correa wrote:
> libnsl.so.1: failed to map segment from shared object: Cannot allocate
> memory
edit your run script. increase the softlimit.
-Jeremy
--
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
[EMAIL PROTE
On Oct 22, 2004, at 2:37 PM, Rafael Felix Correa wrote:
==
#!/bin/sh
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110
/var/qmail/bin/qmail-popup \
mail005.ifxwh.com.br /var/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir 2>&1
===
Thanks Tom and Jeremy,
I do fix my run file for smtp, but now I have a "501 malformed auth input
(#5.5.4)" using telnet. I'm also trying with Opera with plain, auth and
cram-md5 without success. My run file looks like:
#!/bin/sh
LOCAL=`head -1 /var/qmail/control/me`
QMAILDUID=`id -u qmaild`
NO
Thanks a lot, guys, it worked!!!
On Sex, 2004-10-22 at 19:47, Tom Collins wrote:
> On Oct 22, 2004, at 2:37 PM, Rafael Felix Correa wrote:
> > ==
> > #!/bin/sh
> > exec /usr/local/bin/softlimit -m 200 \
> > /usr/local/bin/tcpserver -v -R -H -l 0 0 110
> > /var/qmail/bin/qmail-pop
On Oct 22, 2004, at 2:57 PM, Walter Souto R. Junior wrote:
I do fix my run file for smtp, but now I have a "501 malformed auth
input (#5.5.4)" using telnet. I'm also trying with Opera with plain,
auth and cram-md5 without success. My run file looks like:
Well, you need to enter a properly formatt
Hi Tom,
On Oct 22, 2004, at 2:57 PM, Walter Souto R. Junior wrote:
I do fix my run file for smtp, but now I have a "501 malformed auth
input (#5.5.4)" using telnet. I'm also trying with Opera with plain,
auth and cram-md5 without success. My run file looks like:
Well, you need to enter a proper
21 matches
Mail list logo