Hello,
I am getting some errors when i try to use qmail-pop3d with auth_pop.
I am on FreeBSD 4.6/stable, qmail 1.03 with qmail-ldap patch dated
2002/05/01.
This is the dialog box that I am getting when i telnet to port 110:
Trying 209.181.191.209...
Connected to 209.181.191.209.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user dgresham
+OK
pass testit
/usr/libexec/ld-elf.so.1: /usr/lib/libcrypto.so.2: mmap of entire address space
failed: Cannot allocate memory
-ERR error in server configuration
my logs say:
@400000003d77800e04d52114 tcpserver: status: 1/40
@400000003d77800e04e75924 tcpserver: pid 62269 from 12.106.24.253
@400000003d77800e0511ef7c tcpserver: ok 62269 0:209.181.191.209:110 :12.106.24.2
53::1674
@400000003d778015395bbd1c tcpserver: end 62269 status 256
@400000003d7780153964e8c4 tcpserver: status: 0/40
my /var/qmail/supervise/qmail-pop3d/run file is:
#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \
rb209.copyequipmentinc.com /var/qmail/bin/auth_pop /var/qmail/bin/qmail-
pop3d Maildir 2>&1
that last line wrapped around, but it is on one line
I did do a test with qmail-pop3d and checkpassword for an account in
/etc/passwd and qmail-pop3d works then .
it is only when i do /var/qmail/bin/auth_pop
i am in the process of upgrading my freebsd to 4.6.2 to see if
this fixes anything.
Dave