On October 4, 2004 20:03, Niels Voll wrote:
> Not sure, if Qmail and Postfix have something comparable, maybe one of
> our recent workshop "graduates" knows?   :)

for postfix it's a one liner: edit /etc/postfix/master.cf and add this along 
with the other services:

submission      inet  n       -       n       -       -       smtpd

save, and then do `postfix reload`

make sure your /etc/services file has an entry for "submission" on port 587, 
otherwise you will either have to add one there yourself or else specify 587 
instead of submission in the master.cf file. 

you may also want to do port 24, which is "private email" and is rarely if 
ever blocked.

i don't know about qmail, as i don't touch it for the standard reasons and am 
therefore (willfully) ignorant of its mechanisms. =)

-- 
Aaron J. Seigo

_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to