On Feb 6, 2008 4:05 PM, Ronald Allan Tomimbang <[EMAIL PROTECTED]> wrote: > here is how its done on SLES boxes: > vi /etc/init.d/rc3.d/<some-prefix-sendmail> > > locate the: SENDMAIL_ARGS="-O DaemonPortOptons=Addr=127.0.0.1 > $SENDMAIL_ARGS" > change it to: SENDMAIL_ARGS="-O DaemonPortOptons= $SENDMAIL_ARGS" > > restart the rc-script # ./<some-prefix-sendmail> restart > > issue the command # netstat -ant | grep :25 voila.....now you are in > business > 0.0.0.0:25
This is also the case in official PostgreSQL RPMs installing on RHEL/CentOS, wherein the default $PGDATA/postgresql.conf listen_addresses points to only the local loopback. Cheers, Zakame -- Zak B. Elep || http://zakame.spunge.org [EMAIL PROTECTED] || [EMAIL PROTECTED] || [EMAIL PROTECTED] 1486 7957 454D E529 E4F1 F75E 5787 B1FD FA53 851D _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

