On Fri, Feb 09, 2007 at 04:45:33PM +0000, Mário Gamito wrote:
> Hi,
> 
> >Wrong number of argument for a start -- there is no need to add auth_smtp
> >as argument to qmail-smtpd. Additional SMTPAUTH="AUTHREQUIRED" does not do
> >what you expect. You should use SMTPAUTH="",AUTHREQUIRED="" and NOPBS is a
> >no-op because you do not use pbscheck.
> I did what you've told me.
> I've inserted the line
> :allow,SMTPAUTH="",AUTHREQUIRED=""
> in tcp.smtp and removed the stuff from qmail-smtpd run file
> 
> Now it asks for the password, but it fails.
> The qmail-smtpd logs say:
> 
> "@4000000045cca3bf079aec1c bin/auth_smtp: error while loading shared 
> libraries: libkrb5.so.3: failed to map segment from shared object: 
> Cannot allocate memory
> @4000000045cca3c409897d7c bin/auth_smtp: error while loading shared 
> libraries: libkrb5.so.3: failed to map segment from shared object: 
> Cannot allocate memory
> @4000000045cca3f00b641d64 tcpserver: end 4050 status 256
> @4000000045cca3f00b64502c tcpserver: status: 0/40"
> 
> but i've enough memory:
> [EMAIL PROTECTED] control]# free
>              total       used       free     shared    buffers     cached
> Mem:        254772     114668     140104          0      10680      60560
> -/+ buffers/cache:      43428     211344
> Swap:       522104          0     522104
> 
> 
> Any ideas ?
> 

Aarrg. You are limiting the memory size of all processes to < 5MB of
memory usage and at the same time you try to load fat shared libs like
libkrb5 into the porcesses. That does not work.

Don't use startup scripts where you don't understand all arguments.
softlimit -m 5000000 will not work for qmail-ldap.
-- 
:wq Claudio

Reply via email to