[vchkpw] [SPAM]

2012-06-23 Thread Stéphane Dupont
Hello,

I've got a problem with a vpopmail / qmail / spamassassin / clamav installation.

To do some testing before going live, I tried to send an email via
telnet, and I've got this:

telnet XXX.XXX.XXX.XXX 25
Trying XXX.XXX.XXX.XXX...
Connected to XXX.XXX.XXX.XXX.
Escape character is '^]'.
220 mail.xxx.xxx ESMTP
ehlo mail.xxx.xxx
250-mail.xxx.xxx
250-STARTTLS
250-SIZE 0
250-PIPELINING
250 8BITMIME
mail from: x...@gmail.com
250 ok
rcpt to: x...@xxx.com
250 ok
data
354 go ahead
test
..
451 qq crashed (#4.3.0)

At the time I enter the data command, I've got this in the syslog file:

Jun 23 21:56:25 mail kernel: [  910.578019] perl5.10.1[1951]: segfault
at 20 ip 7f4adf64d138 sp 7fff09275940 error 4 in
libperl.so.5.10.1[7f4adf60d000+165000]

Also, this happens only if I do this from outside the server. If I'm
doing the same thing from the server (telnet localhost), the problem
doesn't happen...

Any idea?

I just built this new system to migrate from an old one. The
installation is based on qmailrocks.

Debian Squeeze 64bits
vpopmail-5.4.32
qmail-1.03
SpamAssassin-3.3.2
clamav-0.97.5

Thanks a lot,
Stéphane Dupont.

!DSPAM:4fe623fc34181575615711!



[vchkpw] [SPAM] perl5.10.1 segfault when trying to send an email

2012-06-23 Thread Stéphane Dupont
Hello,

I've got a problem with a vpopmail / qmail / spamassassin / clamav installation.

To do some testing before going live, I tried to send an email via
telnet, and I've got this:

telnet XXX.XXX.XXX.XXX 25
Trying XXX.XXX.XXX.XXX...
Connected to XXX.XXX.XXX.XXX.
Escape character is '^]'.
220 mail.xxx.xxx ESMTP
ehlo mail.xxx.xxx
250-mail.xxx.xxx
250-STARTTLS
250-SIZE 0
250-PIPELINING
250 8BITMIME
mail from: x...@gmail.com
250 ok
rcpt to: x...@xxx.com
250 ok
data
354 go ahead
test
..
451 qq crashed (#4.3.0)

At the time I enter the data command, I've got this in the syslog file:

Jun 23 21:56:25 mail kernel: [  910.578019] perl5.10.1[1951]: segfault
at 20 ip 7f4adf64d138 sp 7fff09275940 error 4 in
libperl.so.5.10.1[7f4adf60d000+165000]

Also, this happens only if I do this from outside the server. If I'm
doing the same thing from the server (telnet localhost), the problem
doesn't happen...

Any idea?

I just built this new system to migrate from an old one. The
installation is based on qmailrocks.

Debian Squeeze 64bits
vpopmail-5.4.32
qmail-1.03
SpamAssassin-3.3.2
clamav-0.97.5

Thanks a lot,
Stéphane Dupont.

(PS : sorry for the previous message, I forgot to put a subject)

!DSPAM:4fe624d734181464115017!



[vchkpw] [SPAM] Re: [vchkpw] [SPAM] perl5.10.1 segfault when trying to send an email

2012-06-23 Thread Rick Macdougall
Hi,

Sounds like your soft limit is to low.  Try adding an extra zero to it and see 
what happens.

Also, please post your service/quail-smtpd/run file.

Regards,

Rick

Sent from my iPad

On 2012-06-23, at 4:19 PM, Stéphane Dupont steph.el...@gmail.com wrote:

 Hello,
 
 I've got a problem with a vpopmail / qmail / spamassassin / clamav 
 installation.
 
 To do some testing before going live, I tried to send an email via
 telnet, and I've got this:
 
 telnet XXX.XXX.XXX.XXX 25
 Trying XXX.XXX.XXX.XXX...
 Connected to XXX.XXX.XXX.XXX.
 Escape character is '^]'.
 220 mail.xxx.xxx ESMTP
 ehlo mail.xxx.xxx
 250-mail.xxx.xxx
 250-STARTTLS
 250-SIZE 0
 250-PIPELINING
 250 8BITMIME
 mail from: x...@gmail.com
 250 ok
 rcpt to: x...@xxx.com
 250 ok
 data
 354 go ahead
 test
 ..
 451 qq crashed (#4.3.0)
 
 At the time I enter the data command, I've got this in the syslog file:
 
 Jun 23 21:56:25 mail kernel: [  910.578019] perl5.10.1[1951]: segfault
 at 20 ip 7f4adf64d138 sp 7fff09275940 error 4 in
 libperl.so.5.10.1[7f4adf60d000+165000]
 
 Also, this happens only if I do this from outside the server. If I'm
 doing the same thing from the server (telnet localhost), the problem
 doesn't happen...
 
 Any idea?
 
 I just built this new system to migrate from an old one. The
 installation is based on qmailrocks.
 
 Debian Squeeze 64bits
 vpopmail-5.4.32
 qmail-1.03
 SpamAssassin-3.3.2
 clamav-0.97.5
 
 Thanks a lot,
 Stéphane Dupont.
 
 (PS : sorry for the previous message, I forgot to put a subject)
 
 
 

!DSPAM:4fe62ced34184667916774!



[vchkpw] Re: [SPAM] perl5.10.1 segfault when trying to send an email

2012-06-23 Thread Eric Shubert

Stéphane,

If you're not committed to debian, I hope you consider using 
qmail-toaster (http://wiki.qmailtoaster.com). It's based on qmail-rocks 
as well, and many people have migrated to it from a variety of qmail 
implementations. It is a full fledged server which is easy to build and 
maintain, and has strong community support. There is also a 
qmailtoaster-plus package available (http://qtp.qmailtoaster.com), which 
contains a slew of administrative scripts which will make your life as a 
qmail admin much easier, including qtp-backup and qtp-restore scripts 
which can be used for migrations.


Disclaimer: I am the project leader, so I'm a bit biased. ;)

--
-Eric 'shubes'

On 06/23/2012 01:19 PM, Stéphane Dupont wrote:

Hello,

I've got a problem with a vpopmail / qmail / spamassassin / clamav installation.

To do some testing before going live, I tried to send an email via
telnet, and I've got this:

telnet XXX.XXX.XXX.XXX 25
Trying XXX.XXX.XXX.XXX...
Connected to XXX.XXX.XXX.XXX.
Escape character is '^]'.
220 mail.xxx.xxx ESMTP
ehlo mail.xxx.xxx
250-mail.xxx.xxx
250-STARTTLS
250-SIZE 0
250-PIPELINING
250 8BITMIME
mail from: x...@gmail.com
250 ok
rcpt to: x...@xxx.com
250 ok
data
354 go ahead
test
..
451 qq crashed (#4.3.0)

At the time I enter the data command, I've got this in the syslog file:

Jun 23 21:56:25 mail kernel: [  910.578019] perl5.10.1[1951]: segfault
at 20 ip 7f4adf64d138 sp 7fff09275940 error 4 in
libperl.so.5.10.1[7f4adf60d000+165000]

Also, this happens only if I do this from outside the server. If I'm
doing the same thing from the server (telnet localhost), the problem
doesn't happen...

Any idea?

I just built this new system to migrate from an old one. The
installation is based on qmailrocks.

Debian Squeeze 64bits
vpopmail-5.4.32
qmail-1.03
SpamAssassin-3.3.2
clamav-0.97.5

Thanks a lot,
Stéphane Dupont.

(PS : sorry for the previous message, I forgot to put a subject)








!DSPAM:4fe6329934189698226404!



Re: [vchkpw] [SPAM] Re: [vchkpw] [SPAM] perl5.10.1 segfault when trying to send an email

2012-06-23 Thread Stéphane Dupont
Thank you, it worked!

... it was 4000, I put 4. Isn't it too much ? What's the
implication of this ?



On Sat, Jun 23, 2012 at 10:54 PM, Rick Macdougall ri...@ummm-beer.com wrote:
 Hi,

 Sounds like your soft limit is to low.  Try adding an extra zero to it and 
 see what happens.

 Also, please post your service/quail-smtpd/run file.

 Regards,

 Rick

 Sent from my iPad

 On 2012-06-23, at 4:19 PM, Stéphane Dupont steph.el...@gmail.com wrote:

 Hello,

 I've got a problem with a vpopmail / qmail / spamassassin / clamav 
 installation.

 To do some testing before going live, I tried to send an email via
 telnet, and I've got this:

 telnet XXX.XXX.XXX.XXX 25
 Trying XXX.XXX.XXX.XXX...
 Connected to XXX.XXX.XXX.XXX.
 Escape character is '^]'.
 220 mail.xxx.xxx ESMTP
 ehlo mail.xxx.xxx
 250-mail.xxx.xxx
 250-STARTTLS
 250-SIZE 0
 250-PIPELINING
 250 8BITMIME
 mail from: x...@gmail.com
 250 ok
 rcpt to: x...@xxx.com
 250 ok
 data
 354 go ahead
 test
 ..
 451 qq crashed (#4.3.0)

 At the time I enter the data command, I've got this in the syslog file:

 Jun 23 21:56:25 mail kernel: [  910.578019] perl5.10.1[1951]: segfault
 at 20 ip 7f4adf64d138 sp 7fff09275940 error 4 in
 libperl.so.5.10.1[7f4adf60d000+165000]

 Also, this happens only if I do this from outside the server. If I'm
 doing the same thing from the server (telnet localhost), the problem
 doesn't happen...

 Any idea?

 I just built this new system to migrate from an old one. The
 installation is based on qmailrocks.

 Debian Squeeze 64bits
 vpopmail-5.4.32
 qmail-1.03
 SpamAssassin-3.3.2
 clamav-0.97.5

 Thanks a lot,
 Stéphane Dupont.

 (PS : sorry for the previous message, I forgot to put a subject)




 


!DSPAM:4fe6421d34185052243117!