On 2006-07-25 08:29:34 +0200, Frank Berg wrote:
> Date: Tue, 25 Jul 2006 08:29:34 +0200
> From: Frank Berg <[EMAIL PROTECTED]>
> Subject: [opensuse] postfix only send
> To: [email protected]
> X-Mailer: Microsoft Outlook Express 6.00.2900.2869
> 
> hi group
> 
> I´m using OpenSuse 10.1 and i need for my apache site the mail()
> comand. therefor i was install postfix with yast and the mails are
> correct send but received to. but this little computer in the corner
> must not receive my private mails, and i need not to install an
> mail-server to, so now
> 
> my question: how can i configure postfix: so it send mails out, but
> not receive mails 

/etc/sysconfig/mail
SMTPD_LISTEN_REMOTE="no"

which is the default btw.

netstat -tplen | grep :25

will show you.

the output should look like:
[[[
netstat -tplen | grep :25
tcp        0      0 127.0.0.1:25            0.0.0.0:* LISTEN      0          
12091      4749/master
tcp        0      0 ::1:25                  :::*      LISTEN      0          
12092      4749/master
]]]

darix

-- 
          openSUSE - SUSE Linux is my linux
              openSUSE is good for you
                  www.opensuse.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to