Re: How do I set up address/domain literals?

2011-02-23 Thread mouss
Le 24/02/2011 01:04, Linda Pagillo a écrit :
> Hi everyone. Does anyone know how to set up Postfix to accept address or
> domain literals? For example, I want people to be able to send a message to
> postmaster@ip instead of just postmas...@domain.com. Any help will be
> greatly appreciated. Thank you.
> 

postmaster@ip is illegal. you probably mean postmaster@[ip].
the latter is accepted if you have local delivery.

so please follow the rules (which were communicated to you when you
susbrcibed to this list):
http://www.postfix.org/DEBUG_README.html#mail

in your case, please
- show output of 'postconf -n'
- show postfix logs that prove mail is rejected when you want it to be
accepted



Re: How do I set up address/domain literals?

2011-02-23 Thread Wietse Venema
Linda Pagillo:
> Hi everyone. Does anyone know how to set up Postfix to accept address or
> domain literals? For example, I want people to be able to send a message to
> postmaster@ip instead of just postmas...@domain.com. Any help will be
> greatly appreciated. Thank you.

Postfix implements the SMTP standard, which requires support
for the form user@[ipaddress].

Wietse


RE: How do I set up address/domain literals?

2011-02-23 Thread Linda Pagillo
Thank you Mouss. Yes, you are correct. I did indeed mean postmaster@[ip].
I'm not having any mail rejected. I was just wondering if Postfix accepts
mail to literals by default. I'm getting ready to install Postfix and I
wanted to be sure that I had this in my notes. I believe you answered my
question. Thank you very much for your assistance.

Linda Pagillo - Owner
LPDynamix
931-284-9291
li...@lpdynamix.com


-Original Message-
From: owner-postfix-us...@postfix.org
[mailto:owner-postfix-us...@postfix.org] On Behalf Of mouss
Sent: Wednesday, February 23, 2011 6:22 PM
To: postfix-users@postfix.org
Subject: Re: How do I set up address/domain literals?

Le 24/02/2011 01:04, Linda Pagillo a écrit :
> Hi everyone. Does anyone know how to set up Postfix to accept address 
> or domain literals? For example, I want people to be able to send a 
> message to postmaster@ip instead of just postmas...@domain.com. Any 
> help will be greatly appreciated. Thank you.
> 

postmaster@ip is illegal. you probably mean postmaster@[ip].
the latter is accepted if you have local delivery.

so please follow the rules (which were communicated to you when you
susbrcibed to this list):
http://www.postfix.org/DEBUG_README.html#mail

in your case, please
- show output of 'postconf -n'
- show postfix logs that prove mail is rejected when you want it to be
accepted




Re: How do I set up address/domain literals?

2011-02-25 Thread Jeroen Geilman

On 02/24/2011 01:29 AM, Linda Pagillo wrote:

Thank you Mouss. Yes, you are correct. I did indeed mean postmaster@[ip].
I'm not having any mail rejected. I was just wondering if Postfix accepts
mail to literals by default. I'm getting ready to install Postfix and I
wanted to be sure that I had this in my notes. I believe you answered my
question. Thank you very much for your assistance.
   


Note that if the postfix system is behind a NAT device, inet_interfaces 
= all does not include the external IP.
You need to add the external IP to proxy_interfaces to accept IP literal 
addresses in that case.




--
J.



RE: How do I set up address/domain literals?

2011-02-25 Thread Linda Pagillo
Thank you!

Linda Pagillo - Owner
LPDynamix
931-284-9291
li...@lpdynamix.com


-Original Message-
From: owner-postfix-us...@postfix.org
[mailto:owner-postfix-us...@postfix.org] On Behalf Of Jeroen Geilman
Sent: Friday, February 25, 2011 2:45 PM
To: postfix-users@postfix.org
Subject: Re: How do I set up address/domain literals?

On 02/24/2011 01:29 AM, Linda Pagillo wrote:
> Thank you Mouss. Yes, you are correct. I did indeed mean postmaster@[ip].
> I'm not having any mail rejected. I was just wondering if Postfix 
> accepts mail to literals by default. I'm getting ready to install 
> Postfix and I wanted to be sure that I had this in my notes. I believe 
> you answered my question. Thank you very much for your assistance.
>

Note that if the postfix system is behind a NAT device, inet_interfaces =
all does not include the external IP.
You need to add the external IP to proxy_interfaces to accept IP literal
addresses in that case.



--
J.