Prev: Postfix 2.3.3 - 504: queue file write error
Next: ??: ????: ????: who know how does initial_destination_concurrencyand default_destination_concurrency_limit work?
From: Cameron Smith on 11 Nov 2009 15:53 Hello, When entering smtp and smtps in transport I am getting an error: postmap: warning: /etc/postfix/transport.db: duplicate entry: "example.com" example.com smtp:[10.2.4.7] example.com smtps:[10.2.4.7] What is the correct syntax to have both? Thank you, Cameron
From: Noel Jones on 11 Nov 2009 15:57 On 11/11/2009 2:53 PM, Cameron Smith wrote: > Hello, > > When entering smtp and smtps in transport I am getting an error: > postmap: warning: /etc/postfix/transport.db: duplicate entry: > "example.com <http://example.com>" > > > example.com <http://example.com> smtp:[10.2.4.7] > example.com <http://example.com> smtps:[10.2.4.7] > > What is the correct syntax to have both? You can't. What are you trying to solve? -- Noel Jones
From: Victor Duchovni on 11 Nov 2009 15:58 On Wed, Nov 11, 2009 at 12:53:05PM -0800, Cameron Smith wrote: > Hello, > > When entering smtp and smtps in transport I am getting an error: > postmap: warning: /etc/postfix/transport.db: duplicate entry: "example.com" > > > example.com smtp:[10.2.4.7] > example.com smtps:[10.2.4.7] > > What is the correct syntax to have both? There is no such syntax. Each recipient address resolves to exactly one transport. What do you expect "smtps" to do anyway? If you want "STARTTLS", the "smtp" transport will do that either opportunistically, or on a per-destination basis: http://www.postfix.org/TLS_README.html#client_tls_levels http://www.postfix.org/TLS_README.html#client_tls_policy http://www.postfix.org/TLS_README.html#client_tls_may http://www.postfix.org/TLS_README.html#client_tls_encrypt http://www.postfix.org/TLS_README.html#client_tls_secure -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majordomo(a)postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.
From: Cameron Smith on 11 Nov 2009 16:03 I have a mail server on my lan and I want it to route mail sent from it through my mail gateway. It was working with smtp and mail headers were showing that route. Then I tried to move to smtps and I can send but the mail is no longer routing to the gateway, it is sending directly from the mailserver. What do I need to change? Thanks, Cameron On Wed, Nov 11, 2009 at 12:57 PM, Noel Jones <njones(a)megan.vbhcs.org> wrote: > On 11/11/2009 2:53 PM, Cameron Smith wrote: > >> Hello, >> >> When entering smtp and smtps in transport I am getting an error: >> postmap: warning: /etc/postfix/transport.db: duplicate entry: >> "example.com <http://example.com>" >> >> >> example.com <http://example.com> smtp:[10.2.4.7] >> example.com <http://example.com> smtps:[10.2.4.7] >> >> >> What is the correct syntax to have both? >> > > You can't. What are you trying to solve? > > -- Noel Jones >
From: Noel Jones on 11 Nov 2009 16:23
On 11/11/2009 3:03 PM, Cameron Smith wrote: > I have a mail server on my lan and I want it to route mail sent from it > through my mail gateway. It was working with smtp and mail headers were > showing that route. > > Then I tried to move to smtps and I can send but the mail is no longer > routing to the gateway, it is sending directly from the mailserver. > > What do I need to change? > > Thanks, > Cameron [please don't top post] The standard postfix smtp client supports STARTTLS encryption automatically if postfix is built with TLS support. http://www.postfix.org/TLS_README.html#client_tls_levels If you're trying to use the deprecated smtps TLS wrappermode, postfix doesn't do that by itself. Here's a workaround: http://www.postfix.org/TLS_README.html#client_smtps -- Noel Jones |