Re: Using provider SMTP (Gmail)

2020-07-30 Thread Dominic Raferd
On Thu, 30 Jul 2020 at 16:31, Forums wrote: > > This action modify "From:" and "Reply To:" when you send an email from your > Gmail account. > > I don't want to send email from a different "From:" address when I use my > Gmail account. > > The only thing I wanted is to have the good sender (xx..

Re: Connection Caching Per-Destination

2020-07-30 Thread Viktor Dukhovni
On Thu, Jul 30, 2020 at 09:49:07PM -0700, Greg Sims wrote: > > Instead, you want to *disable* even demand connection caching. > > I updated master.cf based on your recommendation: > > outlook unix - - n - 6 smtp > -o syslog_name=outlook > -o smtp_connection_ca

Re: [RFE] - Resolving of SRV records

2020-07-30 Thread Ralph Seichter
* Tomas Korbar: > This feature is useful for container deployment as you can have > unified configuration for multiple images. If you are, for some reason I cannot fathom, unable to provision each container with a transports table (i.e. a text file), you are doing containers wrong. ;-) It is not

Re: Connection Caching Per-Destination

2020-07-30 Thread Viktor Dukhovni
On Thu, Jul 30, 2020 at 10:58:20AM -0700, Greg Sims wrote: > We are seeing: "has exceeded the maximum number of connections" in our > logs for domains associated with outlook.com. We have a transport > named "outlook:" in transport.regexp as follows: > > # outlook.com domains > # > /@outlook(\.[

Connection Caching Per-Destination

2020-07-30 Thread Greg Sims
We are seeing: "has exceeded the maximum number of connections" in our logs for domains associated with outlook.com. We have a transport named "outlook:" in transport.regexp as follows: # outlook.com domains # /@outlook(\.[a-z]{2,3}){1,2}$/ outlook: /@hotmail(\.[a-z]{2,3}){1,2}$/ outlook: /@liv

Re: Connection Caching Per-Destination

2020-07-30 Thread Wietse Venema
Greg Sims: > We are seeing: "has exceeded the maximum number of connections" in our > logs for domains associated with outlook.com. We have a transport > named "outlook:" in transport.regexp as follows: ... > This transport is configured as follows in master.cf: > > outlook unix - -

Re: Using provider SMTP (Gmail)

2020-07-30 Thread Forums
This action modify "From:" and "Reply To:" when you send an email from your Gmail account. I don't want to send email from a different "From:" address when I use my Gmail account. The only thing I wanted is to have the good sender (xx...@mehl-family.fr) in "From:" and "Reply To" when I use G

Re: Using provider SMTP (Gmail)

2020-07-30 Thread Arnold Greyling
> On 23 Jul 2020, at 2:20 , Forums wrote: > > Hello all. > > Sorry for my english I'm french. > > Due to some problems with my provider (using my private SMTP server prevents > some emails from happening, issue with IP) I have to use an external SMTP > (Gmail) as a relay. > > It works wi

Re: [RFE] - Resolving of SRV records

2020-07-30 Thread Richard Salts
On 30/07/2020 12:47 am, Wietse Venema wrote: Henry Miller: Asking user to type in ?_submission._tcp? seems like a poor workaround. This being Autodiscovery it?d be logical for Postfix to automagically derive SRV lookup address based on relayhost setting. ?relayhost = example.com? is an obvious