Re: Help qmail-smtpauth

Rejaine Monteiro <[email protected]> Wed, 2 Aug 2017 09:25:48 -0300
Newsgroups gmane.mail.qmail.general
Message-ID <[email protected]>
I'm not using recordio. I tried to increase smpt-softlimit too, but it 
did not work.

The last strace lines show something like this:

write(1, "220 mailserver ESMTP\r\n", 29) = 29
alarm(0)                                = 1200
alarm(1200)                             = 0
read(0, "auth plain AHVzZXJAdGVzdC5jb20AM"..., 1024) = 41
alarm(0)                                = 1190
lseek(3, 1640, SEEK_SET)                = 1640
read(3, "\211\10\0\0\2\0\0\0", 8)       = 8
lseek(3, 2193, SEEK_SET)                = 2193
read(3, "\315\245\7\223B\10\0\0", 8)    = 8
lseek(3, 2114, SEEK_SET)                = 2114
read(3, "\r\0\0\0\"\0\0\0", 8)          = 8
read(3, "[email protected]", 13)            = 13
read(3, "$1$pwoAo6SA$KAtCiI2d9ogMdlogCEyE"..., 34) = 34
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7fbdd140} ---
+++ killed by SIGSEGV (core dumped) +++


Em 01-08-2017 23:13, Andy Bradford escreveu:
> Thus said Kristen R on Tue, 01 Aug 2017 15:06:37 -0800:
>
>> Your not running recordio are you? That is known to cause SSL failures.
>> If you are running it, disable and see if your problems are gone.
> I  believe recordio  by  itself  doesn't cause  the  failures, it's  the
> additional resource requirements that  typically cause the problem (e.g.
> not enough file descriptors or some such).
>
> Andyk