Thanks for the help guys.
I thought postfix didn't relay by default ? and this is the main.cf file it
generated out of the box. Oh well, I'll give the smtp recepient restrictions a
try.
Thx again!
__
Introducing the New Netscape
Thanks for the help guys.
I thought postfix didn't relay by default ? and this is the main.cf file it generated
out of the box. Oh well, I'll give the smtp recepient restrictions a try.
Thx again!
__
Introducing the New Netscape I
you are missing the following config options (main.cf):
mynetworks = 127.0.0.1
smtpd_recipient_restrictions = permit_mynetworks reject_unauth_destination
mydestination = localhost,
That's all you need.
But it sounds like you don't need your postfix listen on your ethernet (or
maybe ppp/pppoe/
Greetings!
On Fri, 12 Mar 2004 11:51:58 -0500 [EMAIL PROTECTED] (Sarwat H)
wrote:
> Basically, I don't want the server to relay any messages except for
> the messages that originate on the server. I've attached my postconf
> -n below.
>
> postconf -n output
[...]
> So, what am I doing wro
Basically, I don't want the server to relay any messages except for the
messages that originate on the server. I've attached my postconf -n below.
Here's what's happening when I start an SMTP session from another machine on
the same network:
$ telnet 192.168.0.10 25
220 ns1 ESMTP Postfix (Debia
you are missing the following config options (main.cf):
mynetworks = 127.0.0.1
smtpd_recipient_restrictions = permit_mynetworks reject_unauth_destination
mydestination = localhost,
That's all you need.
But it sounds like you don't need your postfix listen on your ethernet (or
maybe ppp/pppoe/
Greetings!
On Fri, 12 Mar 2004 11:51:58 -0500 [EMAIL PROTECTED] (Sarwat H)
wrote:
> Basically, I don't want the server to relay any messages except for
> the messages that originate on the server. I've attached my postconf
> -n below.
>
> postconf -n output
[...]
> So, what am I doing wro
Basically, I don't want the server to relay any messages except for the messages that
originate on the server. I've attached my postconf -n below.
Here's what's happening when I start an SMTP session from another machine on the same
network:
$ telnet 192.168.0.10 25
220 ns1 ESMTP Postfix (Debia
8 matches
Mail list logo