Re: Postfix, Hotmail never arrive

2017-03-04 Thread /dev/rob0
On Sat, Mar 04, 2017 at 05:18:53PM -0500, Viktor Dukhovni wrote: > > On Mar 4, 2017, at 4:50 PM, Maurizio Caloro > > wrote: > > > > If i send any mail go @hotmail this will never arrive, but > > Postfix Log are here in other thing. snip > > Hotmail took responsibility for

Re: removing SASL Authentication

2017-03-04 Thread /dev/rob0
On Sat, Mar 04, 2017 at 09:27:43PM +, Igor Golubkov wrote: > Just use smtpd_relay_restrictions = permit_mynetworks, reject This *might* be acceptable for the OP, but note that it is applied to all mail, and therefore nothing outside of mynetworks would ever be accepted. This is DEFINITELY

Re: Postfix, Hotmail never arrive

2017-03-04 Thread Viktor Dukhovni
> On Mar 4, 2017, at 4:50 PM, Maurizio Caloro wrote: > > If i send any mail go @hotmail this will never arrive, but Postfix Log are > here in other thing. > (Queued mail for Delivery) > > Mar 4 22:45:26 caloro postfix/qmgr[28159]: BD6EB4159E: > from=,

Re: postfix with possibilities for blackberry integration

2017-03-04 Thread Robert Schetterer
Am 04.03.2017 um 21:11 schrieb Maurizio Caloro: > Hello Together > > Please exist any possibilities to integrate me old Black-Berry 7.1 with > Postfix or Dovecot i don't have any BES Server, but here are any > possibilities to Install with Postfix any Protocol to communicate with it? > >

Postfix, Hotmail never arrive

2017-03-04 Thread Maurizio Caloro
Hello Together If i send any mail go @hotmail this will never arrive, but Postfix Log are here in other thing. (Queued mail for Delivery) Mar 4 22:45:26 caloro postfix/qmgr[28159]: BD6EB4159E: from=, size=569, nrcpt=1 (queue active) Mar 4 22:45:29 caloro

Re: removing SASL Authentication

2017-03-04 Thread Igor Golubkov
Just use smtpd_relay_restrictions = permit_mynetworks, reject But changing this setting will not remove all those bots trying to authenticate on your server. сб, 4 марта 2017 г., 23:57 Jon LaBadie : > When I first set up my home mail server I mashed several "postfix > recipies"

removing SASL Authentication

2017-03-04 Thread Jon LaBadie
When I first set up my home mail server I mashed several "postfix recipies" to get my working system. Not knowing why, this line made it into main.cf. smtpd_relay_restrictions = \ permit_mynetworks, permit_sasl_authenticated I have no need to relay mail from anywhere except my own network

postfix with possibilities for blackberry integration

2017-03-04 Thread Maurizio Caloro
Hello Together Please exist any possibilities to integrate me old Black-Berry 7.1 with Postfix or Dovecot i don't have any BES Server, but here are any possibilities to Install with Postfix any Protocol to communicate with it? Thanks for any feedback Mauri

Re: Encapsulate incomming bounce mail

2017-03-04 Thread Viktor Dukhovni
> On Mar 4, 2017, at 9:56 AM, Dominic Raferd wrote: > > I have a similar situation. I wrote a script which spots the relevant > bounce message in the mail log, from this it extracts the queue-id and > uses this to identify the copy of the original email saved in the >

Re: Encapsulate incomming bounce mail

2017-03-04 Thread Dominic Raferd
On 4 March 2017 at 13:53, Dirk Stöcker wrote: > On Tue, 28 Feb 2017, Noel Jones wrote: > >>> in one project I'm sending a bunch of status mails to a number of >>> different recepients. From time some of them cannot be delivered >>> (address changes, server misconfigurations,

Re: Encapsulate incomming bounce mail

2017-03-04 Thread Dirk Stöcker
On Tue, 28 Feb 2017, Noel Jones wrote: in one project I'm sending a bunch of status mails to a number of different recepients. From time some of them cannot be delivered (address changes, server misconfigurations, employment changes, ...). The bounces from the mail come back to my mail server