[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Slow POP3 response on Raq4
- Subject: Re: [cobalt-users] Slow POP3 response on Raq4
- From: "Jim Scott" <cobaltlist@xxxxxxxxxxxx>
- Date: Tue Jan 15 14:53:04 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > Do do the -R go to inetd.conf and look for a line like this and
> > add -R like
> > so
> > pop-3 stream tcp nowait root /usr/sbin/tcpd in.qpopper -R
> >
> > Then restart inet by doing a /etc/rc.d/init.d/inet stop
> > then /etc/rc.d/init.d/inet start
> >
> > Then check email via POP and verify in your /var/log/maillog file that
the
> > lines for POP session just show the IP and not the DNS for that IP.
> >
> > That should fix it.
> >
>
> Any consequences for those using POP before SMTP who wanted to allow
> connections from a certain domain?
> --
> Dan Kriwitsky
>
>
> P.S. Please don't top post.
Nope, when doing a POP before SMTP connection it looks for authenticated
requests and add's the IP address you authenticated from to the list of IP's
that are able to send using the SMTP server. I think that what you are
referring to would not be POP before SMTP but rather allowing relaying based
on domain. In which case I don't think this would break that as it is the
SMTP server that does the reverse lookup to verify at that point and not the
POP3 server.
Jim Scott