Re: Propper way to deliver email messages to gmail

2017-11-05 Thread Viktor Dukhovni
> On Nov 5, 2017, at 3:27 PM, /dev/rob0 wrote: > > BTW if for some reason you did want to deliver "@example.com" to > Google, simply use the MX lookup in your transport entry: > > example.com smtp:google.com > >> [1] https://support.google.com/a/answer/176600?hl=en > --

Re: Propper way to deliver email messages to gmail

2017-11-05 Thread /dev/rob0
On Sun, Nov 05, 2017 at 07:29:16PM +0100, Pau Peris wrote: > could someone tell, in his opinion, which would be the right way > to deliver remote messages to gmail? Looking at this [1] URL looks > like the only way available is through port 25. See also RFC 5321. All mail exchange among

Re: Propper way to deliver email messages to gmail

2017-11-05 Thread Viktor Dukhovni
> On Nov 5, 2017, at 1:29 PM, Pau Peris wrote: > > This question comes because in my domains table, from the MySQL > database managed by Postfix, there's a domain which used to be virtual > but right now it is not so i changed the transport to > smtp:[aspmx.l.google.com]:25

Re: smtp-sink on ipv4 and ipv6?

2017-11-05 Thread A. Schulze
Am 05.11.2017 um 19:40 schrieb Wietse Venema: > A. Schulze: >> Hello, >> >> postfix usually listen on both protocols if main.cf contain "inet_protocols >> = all" and myhostname is setup properly. >> May I expect that also for smtp-sink? > > The manpage for these programs do not mention

Re: Propper way to deliver email messages to gmail

2017-11-05 Thread Anvar Kuchkartaev
If you want to use gmail servers as relay when sending emails you can simply use [smtp.gmail.com]‎:587 with starttls and authorising with existing gmail account. However you probably need to overwrite from part with your gmail account (I don't think they will allow to use different email in

Re: smtp-sink on ipv4 and ipv6?

2017-11-05 Thread Wietse Venema
A. Schulze: > Hello, > > postfix usually listen on both protocols if main.cf contain "inet_protocols = > all" and myhostname is setup properly. > May I expect that also for smtp-sink? The manpage for these programs do not mention main.cf. They do however describe command-line options to select

Propper way to deliver email messages to gmail

2017-11-05 Thread Pau Peris
Hi, could someone tell, in his opinion, which would be the right way to deliver remote messages to gmail? Looking at this [1] URL looks like the only way available is through port 25. If i wanted my Postfix to communicate through 465 or 587 it would need a user/pass but it looks weird to me. I

smtp-sink on ipv4 and ipv6?

2017-11-05 Thread A. Schulze
Hello, postfix usually listen on both protocols if main.cf contain "inet_protocols = all" and myhostname is setup properly. May I expect that also for smtp-sink? $ host mail.example.com mail.example.com has address 192.0.2.25 mail.example.com has IPv6 address 2001:db8::25 $ smtp-sink