Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
QMAIL-POP3D MADNESS!!!!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
makoffee
n00b
n00b


Joined: 05 Mar 2003
Posts: 22
Location: Minneapolis

PostPosted: Thu Jul 31, 2003 8:28 pm    Post subject: QMAIL-POP3D MADNESS!!!! Reply with quote

k, here's the beef....

I'm haveing quite alot of trouble running qmail-pop3d. First I tried the life with qmail way by seting it up with tcpservice. The /service/qmail-pop3d/run looks like this....

#!/bin/sh
exec /usr/bin/softlimit -m 8000000 \
/usr/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
0 pop-3 /var/qmail/bin/qmail-popup antidata.net /bin/checkpassword \
/var/qmail/bin/qmail-pop3d .maildir 2>&1

when I run it manualy, all is well and I can download my email just fine with evolution, but if I try and start the server with....

# svc -u /service/qmail-pop3d

svtstat /service/* tells me that it's "up" but when I try and connect with a pop3 client it just sits there and hangs. wtf?

next thing I tried was running it with xinetd as a cop-out to the LWQ way.
my /etc/xinetd.d/pop looks as such....

# default: on
service pop3
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /var/qmail/bin/qmail-popup
server_args = antidata.net /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir
}

I restart xinet.d and I get and error when trying to connect with evolution.

Why can I run this manualy but no via a service? What the dillie-o?
_________________
-Makoffee
"Hey sexy mamma, wanna kill all human" - Bender B. Rodriguez
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum