PDA

View Full Version : qmail addons


mmceahern
11-16-2004, 04:37 AM
I have White Box Enterprise Linux 3 with the following qmail packages:

$ rpm -qa | grep qmail
psa-qmail-1.03-rhel3.build040611.14
psa-qmail-rblsmtpd-0.70-rhel3.build040611.14

I'd like to allow relaying from the localhost. This HOWTO:

http://www.palomine.net/qmail/selectiverelay.html

suggests installing ucspi-tcp from here:

http://cr.yp.to/ucspi-tcp.html

How would I go about finding/installing this with apt-get?

Thanks,

Mark

retep
11-18-2004, 01:12 AM
I responded to this via IM. By default all servers I use come pre-setup so that relaying is permitted from the localhost (but obviously not from other hosts). And that was the case in this instance.

I believe you are looking a bit more at the way you are sending emails to see if that is the culprit.

mmceahern
11-18-2004, 04:13 AM
Yes, thanks. The problem was that I was not using literally:

localhost

I was using a domain name whose IP address is "local." I will eventually need to solve this problem, but it's far less urgent now.