Re: Altering content and/or headers depending on forward connection

2015-01-11 Thread Wietse Venema
Mark Nottingham: > > On 11 Jan 2015, at 8:00 pm, Wietse Venema wrote: > > > > Mark Nottingham: > >> Hi, > >> > >> I?d like to insert SMTP headers and/or body content (e.g., using > >> alterMIME) in outgoing e-mails *if* the SMTP connection to the recipient > >> is not protected by TLS. > >> >

Re: Altering content and/or headers depending on forward connection

2015-01-11 Thread Mark Nottingham
> On 11 Jan 2015, at 8:00 pm, Wietse Venema wrote: > > Mark Nottingham: >> Hi, >> >> I?d like to insert SMTP headers and/or body content (e.g., using alterMIME) >> in outgoing e-mails *if* the SMTP connection to the recipient is not >> protected by TLS. >> >> Is this possible in postfix today

Re: Altering content and/or headers depending on forward connection

2015-01-11 Thread Wietse Venema
Mark Nottingham: > Hi, > > I?d like to insert SMTP headers and/or body content (e.g., using alterMIME) > in outgoing e-mails *if* the SMTP connection to the recipient is not > protected by TLS. > > Is this possible in postfix today, or would it require a change to source? No, you add the heade

Altering content and/or headers depending on forward connection

2015-01-11 Thread Mark Nottingham
Hi, I’d like to insert SMTP headers and/or body content (e.g., using alterMIME) in outgoing e-mails *if* the SMTP connection to the recipient is not protected by TLS. Is this possible in postfix today, or would it require a change to source? Thanks, -- Mark Nottingham https://www.mnot.net/

Re: tcp_table with SSL/TLS

2015-01-11 Thread DTNX Postmaster
On 10 Jan 2015, at 23:45, Michael Ströder wrote: > wie...@porcupine.org (Wietse Venema) wrote: >> Viktor Dukhovni: >>> On Sat, Jan 10, 2015 at 08:22:17PM +0100, Michael Str?der wrote: >>> Are there any plans to support encrypted connections with tcp_table(5) maps? Something like

Re: Adding MX record for local mail

2015-01-11 Thread Noel Jones
On 1/11/2015 10:07 AM, Benny Pedersen wrote: > Danny skrev den 2015-01-11 14:02: >>> An MX record is needed ONLY if there are other mail servers on the >>> local network. >>> >>> For a single server, simply listing the domain in main.cf: >>> mydestination is sufficient. >>> >>> -- Noel Jones >> >

Re: Adding MX record for local mail

2015-01-11 Thread Danny
> google this keywords "dns split view bind9" Phew ... a little too advanced for me ... ;) ... thank you for the link Danny

Re: Adding MX record for local mail

2015-01-11 Thread Benny Pedersen
Danny skrev den 2015-01-11 14:02: An MX record is needed ONLY if there are other mail servers on the local network. For a single server, simply listing the domain in main.cf: mydestination is sufficient. -- Noel Jones Thank You following Noel above is inccorrect solotion use dns split vi

Re: Adding MX record for local mail

2015-01-11 Thread Danny
> An MX record is needed ONLY if there are other mail servers on the > local network. > > For a single server, simply listing the domain in main.cf: > mydestination is sufficient. > > -- Noel Jones Thank You