PDA

View Full Version : Okey, what is this '451 qq temporary problem'


VonTelkka
04-09-2004, 05:56 PM
When i send mail, i get error like this:

An unknown error has occurred. Subject 'rqer', Account: '**** ****, Server: '****.*****.***', Protocol: SMTP, Server Response: '451 qq temporary problem (#4.3.0)', Port: 25, Secure(SSL): No, Server Error: 451, Error Number: 0x800CCC6A

Please somebody tell me what is the problem :)

VonTelkka
04-09-2004, 06:53 PM
And error in /var/log/qmail/qmail-smtpd/current

/usr/bin/perl: error while loading shared libraries: libcrypt.so.1: failed to map segment from shared object: Cannot allocate memory

?

Bookworm
04-10-2004, 12:40 AM
Perl isn't running correctly - what's causing the lib.so problem, I'm not sure.

I'd have to dig into the box to see, and I'm not up to that.

Try reinstalling perl. (apt-get upgrade perl or some such)

BW

Bookworm
09-16-2004, 10:41 PM
This was sent to me in email, by 'Bill' - not sure who he is.

In any case:
----------------
For some reason, I could not his post.

I got the 451 qq temporary problem from either not having the 40MB limit in qmail-smtpd/run OR not enabling setuidperl. If you're running FreeBSD, it is in the handbook. I'm looking for it right now.

Hope that helps.

Bill
----------------

w0ls0n
10-07-2004, 12:48 PM
Having reinstalled qmr many, many times and getting this same error I found that SUIDPERL wasn't installed by default. I am running FreeBSD 4.10 BTW, and I had to add this line to /etc/make.conf before I installed perl

ENABLE_SUIDPERL=true

then install Perl and it will enable SUIDPERL. Install qmr and it should run without a problem.