Hi Tetsu,

> > '/usr/local/sbin/relay-ctrl-allow' \
> 
> This line should be:
> '/usr/local/sbin/relay-ctrl-allow '\

Thanks for your help.. but:

olivleh1@sina> telnet ernie 110
Trying 192.168.168.100...
Connected to ernie.sesamestreet.net.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user olivleh1
+OK 
pass *
Error: relay-ctrl-allow cannot be run as root-ERR authorization failed
Connection closed by foreign host.
olivleh1@sina> 

with this script:

#!/bin/sh
exec 2>&1 \
envdir ./env \
sh -c 'exec '\
'softlimit ${DATALIMIT+"-d$DATALIMIT"} '\
'/usr/local/bin/tcpserver '\
'    -vDRHl0 '\
'    ${BACKLOG+"-b$BACKLOG"} '\
'    ${CONCURRENCY+"-c$CONCURRENCY"} '\
'    -xtcp.cdb '\
'    -- "${IP-0}" "${PORT-110}" '\
'/var/qmail/bin/qmail-popup `sed 1q /var/qmail/control/me` '\
'/usr/local/bin/checkpassword '\
'/usr/local/sbin/relay-ctrl-allow '\
'/var/qmail/bin/qmail-pop3d Maildir'





and:

olivleh1@sina> telnet ernie 110
Trying 192.168.168.100...
Connected to ernie.sesamestreet.net.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user olivleh1
+OK 
pass *
+OK 

quit
Connection closed by foreign host.
olivleh1@sina>

without the "relay-ctrl-allow" line....

any ideas?

Yours Olli
-- 
Having trouble in Windows? Reboot!
Having trouble in Unix? Be root!

Reply via email to