Re: Deliver all mail from one domain to two servers [Solved]

2016-02-13 Thread Stuart Longland
Hi Sebastian, and Noel, On 09/02/16 16:06, Sebastian Nielsen wrote: > Try a recipient_bcc_maps using pcre: > Eg, something like this: > /^([^\@]*)\@yourdomain\.com$/ $1...@new.server.com > > (first part is "match anything that does not contain a @", second is a > literal @, and the final part is

Re: Virtual domains and mydestination

2016-02-13 Thread Viktor Dukhovni
> On Feb 13, 2016, at 4:33 PM, Dirk Stöcker wrote: > > Am I right that "domains (and subdomains thereof)" is only true for > relay_domains and that for virtual_alias_domains I always need to specify all > the subdomains individually? Yes, but see: http://www.postfix.org/postconf.5.html#paren

Re: Virtual domains and mydestination

2016-02-13 Thread Dirk Stöcker
On Sat, 13 Feb 2016, Viktor Dukhovni wrote: Now I checked the postfix virtual domain documentation and parameter descriptions and I don't understand it much better. Is that intended behaviour, that mydestination includes subdomains and virtual_alias_domains not? Neither includes sub-domains,

Re: Virtual domains and mydestination

2016-02-13 Thread Viktor Dukhovni
> On Feb 13, 2016, at 3:49 PM, Dirk Stöcker wrote: > > Now I checked the postfix virtual domain documentation and parameter > descriptions and I don't understand it much better. Is that intended > behaviour, that mydestination includes subdomains and virtual_alias_domains > not? Neither incl

Virtual domains and mydestination

2016-02-13 Thread Dirk Stöcker
Hello, with a recent update I got confused about virtual domains and mydestination, as they seem to do different things with subdomains I had following setup: mydomain = stoecker.eu myhostname = mail.stoecker.eu mydestination = $myhostname, localhost.$mydomain, $mydomain virtual_alias_domains

Re: Outbound TLS

2016-02-13 Thread Wietse Venema
Christian Kivalo: > > > Am 13. Februar 2016 11:10:25 MEZ, schrieb Joy : > >May i know how can i force postfix to use TLS if remote MTA advertises > >STARTTLS on port 25 to connect to remote server ? > > > >I am already using TLS and connecting from outlook is working > >perfectly, > >but when sen

Re: Outbound TLS

2016-02-13 Thread Nick Howitt
As far as I know Google use STARTTLS on port 587 and not port 25. Have a look at https://www.clearos.com/resources/documentation/clearos/content:en_us:kb_howtos_smtp_authentication_to_isp to see how to set up relaying via STARTTLS. A word of caution though. I believe

Re: Outbound TLS

2016-02-13 Thread Christian Kivalo
Am 13. Februar 2016 11:10:25 MEZ, schrieb Joy : >May i know how can i force postfix to use TLS if remote MTA advertises >STARTTLS on port 25 to connect to remote server ? > >I am already using TLS and connecting from outlook is working >perfectly, >but when sending mail to google it now says TLS

Outbound TLS

2016-02-13 Thread Joy
May i know how can i force postfix to use TLS if remote MTA advertises STARTTLS on port 25 to connect to remote server ? I am already using TLS and connecting from outlook is working perfectly, but when sending mail to google it now says TLS fail.