Re: mail for ... loops back to myself

2018-07-12 Thread Viktor Dukhovni
On Thu, Jul 12, 2018 at 02:27:06PM +0200, Matus UHLAR - fantomas wrote: > Why do you run two different smtp servers on the same host? Multi-instance configurations can be simpler to design, each instance does one thing well. Whether my work-around for IP-address sharing is sufficiently simple is

Re: mail for ... loops back to myself

2018-07-12 Thread Matus UHLAR - fantomas
mains and hostnames, but are both on the same IP address. If I try and send mail via the smarthost to the inbound smtp server the postfix rejects the attempt with "mail for loops back to myself". That's not an unreasonable thing for it to think, but is there any way to tell post

Re: mail for ... loops back to myself

2018-07-11 Thread Viktor Dukhovni
On Wed, Jul 11, 2018 at 09:12:40PM -0400, Wietse Venema wrote: > Steve Atkins: > > I suspect the answer to this is going to be "Well, don't do > > that then." but I may as well ask... > > > > I have a VM that's running two services. One of them is a vanilla > > postfix smarthost - it accepts mail

Re: mail for ... loops back to myself

2018-07-11 Thread Steve Atkins
> On Jul 11, 2018, at 6:12 PM, Wietse Venema wrote: > > Steve Atkins: >> I suspect the answer to this is going to be "Well, don't do that then." but >> I may as well ask... >> >> I have a VM that's running two services. One of them is a vanilla postfix >> smarthost - it accepts mail on port

Re: mail for ... loops back to myself

2018-07-11 Thread Wietse Venema
Steve Atkins: > I suspect the answer to this is going to be "Well, don't do that then." but I > may as well ask... > > I have a VM that's running two services. One of them is a vanilla postfix > smarthost - it accepts mail on port 587 and relays it out to the world. > > The other is an unrelate

mail for ... loops back to myself

2018-07-11 Thread Steve Atkins
server that listens for inbound email on port 25. They use unrelated domains and hostnames, but are both on the same IP address. If I try and send mail via the smarthost to the inbound smtp server the postfix rejects the attempt with "mail for loops back to myself". That's

Odp: Re: status=bounced (mail for ... loops back to myself)

2015-08-03 Thread michalr0
> Hello. > > I would also recommend having unique hostnames as well, so that postfix > can keep track. It's perfectly fine to have the same IP. > > IE: mail.mydomain.com, mail2.mydomain.com etc This working great, two different hostnames solves the problem solution of one instance seems to be m

Odp: Re: status=bounced (mail for ... loops back to myself)

2015-08-03 Thread michalr0
OK thanks for sharing your experience I'll be changing configurations > Hello. > > I would also recommend having unique hostnames as well, so that postfix > can keep track. It's perfectly fine to have the same IP. > > IE: mail.mydomain.com, mail2.mydomain.com etc > > Also, it might not be n

Re: status=bounced (mail for ... loops back to myself)

2015-08-02 Thread Viktor Dukhovni
On Sun, Aug 02, 2015 at 01:53:14PM +0200, michalr0 wrote: > NOQUEUE: reject_warning: RCPT from 1-2-3-4.dynamic.xx[1.2.3.4]: 450 4.1.7 > : Sender address rejected: unverified address: mail for > mydomain.dd loops back to myself; from= > to= proto=ESMTP helo=<[192.168.1.140]> Don't forward mail

Re: status=bounced (mail for ... loops back to myself)

2015-08-02 Thread Matthew McGehrin
Hello. I would also recommend having unique hostnames as well, so that postfix can keep track. It's perfectly fine to have the same IP. IE: mail.mydomain.com, mail2.mydomain.com etc Also, it might not be necessary to have two instances, you can probably do it with one, as SMTPD is for incomi

Re: status=bounced (mail for ... loops back to myself)

2015-08-02 Thread wilfried.es...@essignetz.de
Hello, mail.mydomain.dd[6.7.8.9] is the machine running your two instances? Looks like your outgoing postfix himself thinks, he is the one for domain mydomain.dd. Maybe you could give him a transport-table entry like : mydomain.dd smtp:[1.2.3.4]:25 (Remember to run postmap) If that doesn

status=bounced (mail for ... loops back to myself)

2015-08-02 Thread michalr0
Hello i have two instance of postfix one for incoming (p:25) and one for outgoing (p:587) I use this configuration because in this way i may check DNS and MX records. I have some virtual domains. When I send email to client which changing mail server (from me to other ISP) I sending emails to me

Re: mail for loops back to myself

2010-08-05 Thread Alain Spineux
Yes This is what I was looking for ! I will test it later Thanks On Thu, Aug 5, 2010 at 8:35 PM, Noel Jones wrote: > On 8/5/2010 1:25 PM, Alain Spineux wrote: >> >> Hello I have a server having 2 IP addresses running 2 postfix managing >> different domains >> When the fisrt one need to relay a

Re: mail for loops back to myself

2010-08-05 Thread Noel Jones
On 8/5/2010 1:25 PM, Alain Spineux wrote: Hello I have a server having 2 IP addresses running 2 postfix managing different domains When the fisrt one need to relay an email for the second one I get this smtp[4488]: 91F162240CB: to=, relay=none, delay=0.08, delays=0.07/0.01/0/0, dsn=5.4.6, status

mail for loops back to myself

2010-08-05 Thread Alain Spineux
Hello I have a server having 2 IP addresses running 2 postfix managing different domains When the fisrt one need to relay an email for the second one I get this smtp[4488]: 91F162240CB: to=, relay=none, delay=0.08, delays=0.07/0.01/0/0, dsn=5.4.6, status=bounced (mail for XX.XX.XX.XX loops back to