> I also found the smtp service line in /etc/postfix/master.cf, but I'm not > sure what to change in it. Perhaps I should pout an explict host:port > entry? Right now it just says "smtp", so it defaults to port 25. Does that > mean it also efaults to localhost only?
there should be 2 lines in master.cf which starts with smtd...the types are different, one is unix and the other is inet. the inet type i showed before is the one invoking the smtpd daemon, just copy it exactly like this. This should have been in the default master.cf config smtp inet n - n - - smtpd smtp unix - - n - - smtp -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
