Re: temporarily deferred

2014-01-20 Thread Benny Pedersen
On 2014-01-20 21:58, Aggelos wrote: Thanks. Do the following look OK? smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unverified_recipient, reject_unknown_recipient_domain, reject_non_

Re: temporarily deferred

2014-01-20 Thread Wietse Venema
Aggelos: > >>> Do not use "reject_unverified_recipient" or "reject_unverified_sender" > >>> with mail user clients. Use it only for remote SMTP clients. > >>> > >> Thanks. > >> Q: How do I apply "reject_unverified_recipient" for remote SMTP clients? > > > > smtpd_recipient_restrictions = > >

Re: temporarily deferred

2014-01-20 Thread Aggelos
on 20/01/2014 10:36 μμ Wietse Venema wrote the following: > Aggelos: >> on 20/01/2014 09:34 ?? Wietse Venema wrote the following: >>> Aggelos: I am trying to send an email (from thunderbird) and I get this message: An error occurred while sending mail. The mail server responded: 4.1

Re: temporarily deferred

2014-01-20 Thread Wietse Venema
Aggelos: > on 20/01/2014 09:34 ?? Wietse Venema wrote the following: > > Aggelos: > >> I am trying to send an email (from thunderbird) and I get this message: > >> > >> An error occurred while sending mail. The mail server responded: 4.1.1 > >> : Recipient address rejected: unverified address: > >

Re: temporarily deferred

2014-01-20 Thread Aggelos
on 20/01/2014 09:34 μμ Wietse Venema wrote the following: > Aggelos: >> I am trying to send an email (from thunderbird) and I get this message: >> >> An error occurred while sending mail. The mail server responded: 4.1.1 >> : Recipient address rejected: unverified address: >> host mx-eu.mail.am0.y

Re: temporarily deferred

2014-01-20 Thread Aggelos
on 20/01/2014 09:50 μμ li...@rhsoft.net wrote the following: > > your "smtpd_recipient_restrictions" are *dangerous* and wrong > > "reject_unverified_recipient" is the reason for your problem because > you must not apply it to submision services used by MUA's as said > > "reject_unverified_recip

Re: temporarily deferred

2014-01-20 Thread li...@rhsoft.net
Am 20.01.2014 20:39, schrieb Aggelos: > on 20/01/2014 09:07 μμ li...@rhsoft.net wrote the following: >> if you are using http://www.postfix.org/ADDRESS_VERIFICATION_README.html >> and apply this to your autenticated users your fault, don't do that >> MUA's can not handle temporary errors >> >> ho

Re: temporarily deferred

2014-01-20 Thread Aggelos
on 20/01/2014 09:07 μμ li...@rhsoft.net wrote the following: > > Am 20.01.2014 19:41, schrieb Aggelos: >> I am trying to send an email (from thunderbird) and I get this message: >> >> An error occurred while sending mail. The mail server responded: 4.1.1 >> : Recipient address rejected: unverifie

Re: temporarily deferred

2014-01-20 Thread Wietse Venema
Aggelos: > I am trying to send an email (from thunderbird) and I get this message: > > An error occurred while sending mail. The mail server responded: 4.1.1 > : Recipient address rejected: unverified address: > host mx-eu.mail.am0.yahoodns.net[188.125.69.79] said: 421 4.7.0 [GL01] > Message from

Re: temporarily deferred

2014-01-20 Thread li...@rhsoft.net
Am 20.01.2014 19:41, schrieb Aggelos: > I am trying to send an email (from thunderbird) and I get this message: > > An error occurred while sending mail. The mail server responded: 4.1.1 > : Recipient address rejected: unverified address: > host mx-eu.mail.am0.yahoodns.net[188.125.69.79] said: 4

temporarily deferred

2014-01-20 Thread Aggelos
I am trying to send an email (from thunderbird) and I get this message: An error occurred while sending mail. The mail server responded: 4.1.1 : Recipient address rejected: unverified address: host mx-eu.mail.am0.yahoodns.net[188.125.69.79] said: 421 4.7.0 [GL01] Message from (92.xxx.xxx.xxx) tem

RE: Puzzled with smtp_bind_address

2014-01-20 Thread Jeroen Geilman
Smtp_bind_address behaves as documented; where did you define it? This should normally go on a specific smtp service in master.cf, to override that particular transport. -Original Message- From: "fr...@3dn.nl" Sent: ‎20-‎1-‎2014 12:34 To: "postfix-us...@cloud9.net" Subject: Puzzled with

Re: Puzzled with smtp_bind_address

2014-01-20 Thread fredl
Hi Ildefonso, Thanks! This is called policy based routing I believe. I did get it to work this way partially since I told the kernel to "route over eth1 if the protocol is SMTP". That doesn't quite work as incoming SMTP traffic and the response packet then get kind of jumbled. My employer pr

Re: Puzzled with smtp_bind_address

2014-01-20 Thread Jose Ildefonso Camargo Tolosa
On Mon, Jan 20, 2014 at 7:25 AM, wrote: > On 20.01.2014 12:42, li...@rhsoft.net wrote: > >> Am 20.01.2014 12:25, schrieb fr...@3dn.nl: >> >>> I'm trying to have postfix use smtp_bind_address with the address set to >>> multiple IP-aliasses (eg. eth1:0, eth1:1 >>> etc.). As the default gateway is

Re: Puzzled with smtp_bind_address

2014-01-20 Thread li...@rhsoft.net
Am 20.01.2014 12:55, schrieb fr...@3dn.nl: > On 20.01.2014 12:42, li...@rhsoft.net wrote: >> Am 20.01.2014 12:25, schrieb fr...@3dn.nl: >>> I'm trying to have postfix use smtp_bind_address with the address set to >>> multiple IP-aliasses (eg. eth1:0, eth1:1 >>> etc.). As the default gateway is on

Re: Puzzled with smtp_bind_address

2014-01-20 Thread fredl
On 20.01.2014 12:42, li...@rhsoft.net wrote: Am 20.01.2014 12:25, schrieb fr...@3dn.nl: I'm trying to have postfix use smtp_bind_address with the address set to multiple IP-aliasses (eg. eth1:0, eth1:1 etc.). As the default gateway is on eth0 and IP packets get routed based on their destination

Re: Puzzled with smtp_bind_address

2014-01-20 Thread li...@rhsoft.net
Am 20.01.2014 12:25, schrieb fr...@3dn.nl: > I'm trying to have postfix use smtp_bind_address with the address set to > multiple IP-aliasses (eg. eth1:0, eth1:1 > etc.). As the default gateway is on eth0 and IP packets get routed based on > their destination, it still seems that > despite the s

Puzzled with smtp_bind_address

2014-01-20 Thread fredl
Hi, I'm trying to have postfix use smtp_bind_address with the address set to multiple IP-aliasses (eg. eth1:0, eth1:1 etc.). As the default gateway is on eth0 and IP packets get routed based on their destination, it still seems that despite the smtp_bind_address setting, packets get directed