Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Im using RunAsUser in sendmail. QPOPPER can send but not get.

Status
Not open for further replies.

ForumKid

MIS
Dec 21, 2001
122
US
Hi,
I am taking advantage of the RunAsUser in sendmail. It works great. Im having a problem with Qpopper. I can send mail, but cannot receive mail off my server. Does anyone know what I have to change in Qpopper to get this to work.
Thanks for you help.
 
Qpopper runs under xinetd by default. Are you sure it is running? You can make it run in server mode by recompiling it using ./configure --enable-standalone Other than command line options when you compile, there are no other configuration files to mess with. Your pop server just listens on its port and when a request comes in, it matches the user name and password and gets the file from /var/spool/mail/username and sends it to the client. If you need special handling or filters, that is done via the local mailer (procmail).
 
Hi,
Yes its running. Everything works fine when i run sendmail as root and dont use the RunAsUser option.
This is the error im getting.
Jan 14 18:17:53 mail ./popper[3831]: Unable to obtain socket and address of client: Socket operation on non-sock
et (88)
Jan 14 18:17:56 mail ./popper[3832]: Unable to obtain socket and address of client: Socket operation on non-sock
et (88)

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top