Re: p0f milter for Postfix?

2016-02-08 Thread Bill Cole
On 8 Feb 2016, at 2:55, Rich Wales wrote: Hi. Does a milter or other solution exist to allow Postfix to insert OS fingerprint information into incoming e-mail via p0f? If you are desperate enough for this in milter form, you could do it using the MIMEDefang milter, which is designed for

transport lookup behavior when tcp table is configured, but not available

2016-02-08 Thread Nathan Anderson
Hi all! I've built a server that conforms to tcp_table working correctly, but I've got a question regarding a transport_map tcp_table. If the tcp service is unavailable is it possible to configure postfix to use the default transport, or will postfix always log an error and defer the emails? I

Re: 3.0.3: "mynetworks" values are busted and missing ipv6 info

2016-02-08 Thread Benny Pedersen
On 2016-02-09 05:30, Quanah Gibson-Mount wrote: And the invalid netmask? Which was the 1st part of what I was noting. It should be 127.0.0.1/8 for example, not 127.0.0.1/32. postconf mynetworks_style where is the invalid part ? :=)

Re: Deliver all mail from one domain to two servers

2016-02-08 Thread Noel Jones
On 2/8/2016 11:31 PM, Stuart Longland wrote: > > Is it possible to nominate both servers as being the destinations for > both domains so that a single email sent to user@domain is sent to both > internal servers? To deliver multiple messages, you need to have multiple recipients. The easiest

Re: Copy mail from specific email address to specific email address to other accounts

2016-02-08 Thread Bill Cole
On 8 Feb 2016, at 17:25, @lbutlr wrote: On Feb 8, 2016, at 8:26 AM, Bill Cole wrote: However, there's still something missing in what you've provided: "postconf -n" output. All of it. Preferably unmunged, but if you absolutely must obfuscate

Re: 3.0.3: "mynetworks" values are busted and missing ipv6 info

2016-02-08 Thread Quanah Gibson-Mount
--On Monday, February 08, 2016 8:00 PM -0500 Wietse Venema wrote: Quanah Gibson-Mount: In Postfix > 3.0.x, the value from postconf mynetworks returns incorrect netmask values, and it is missing IPv6 entirely: This depends on the inet_protocols setting. # postconf

Deliver all mail from one domain to two servers

2016-02-08 Thread Stuart Longland
Hi all, I did a search but didn't turn up any answers. We've got a border router that runs Postfix (on Ubuntu 14.04) and accepts email for a couple of domains, all of which gets passed to a server inside our corporate network, which is configured using the relay_domains and transport_maps keys.

Re: Copy mail from specific email address to specific email address to other accounts

2016-02-08 Thread Viktor Dukhovni
> On Feb 8, 2016, at 10:24 PM, Bill Cole > wrote: > >> $ grep japan /usr/local/etc/postfix/virtual >> ja...@xanmax.com >> xander+ja...@xanmax.com,kris+ja...@kreme.com,lb+ja...@kreme.com > > Never gets used, because that file is for mapping

SV: Deliver all mail from one domain to two servers [invalid signature!]

2016-02-08 Thread Sebastian Nielsen
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 the external domain that your border server receives mail on) (Note, test

Re: Copy mail from specific email address to specific email address to other accounts

2016-02-08 Thread Bill Cole
On 8 Feb 2016, at 0:25, LuKreme wrote: On Feb 7, 2016, at 14:12, Wietse Venema wrote: Viktor Dukhovni: On Feb 7, 2016, at 3:16 PM, @lbutlr wrote: /usr/local/etc/postfix which has a symlink at /etc/psotfix and That is unlikely. [...] No, it is

Re: transport lookup behavior when tcp table is configured, but not available

2016-02-08 Thread Nathan Anderson
> I suggest that you run the tcp_table service under some babysitter > that restarts a failing process like daemontools, init, or systemd. Oh, absolutely. It's an upstart service right now, and we're monitoring it with the same priorities we give to postfix. > Postfix will always defer mail when

Re: transport lookup behavior when tcp table is configured, but not available

2016-02-08 Thread Wietse Venema
Nathan Anderson: > Hi all! > > I've built a server that conforms to tcp_table working correctly, but I've > got a question regarding a transport_map tcp_table. If the tcp service is > unavailable is it possible to configure postfix to use the default > transport, or will postfix always log an

Re: Copy mail from specific email address to specific email address to other accounts

2016-02-08 Thread @lbutlr
On Feb 8, 2016, at 8:26 AM, Bill Cole wrote: > However, there's still something missing in what you've provided: "postconf > -n" output. All of it. Preferably unmunged, but if you absolutely must > obfuscate details, do so programmatically and

3.0.3: "mynetworks" values are busted and missing ipv6 info

2016-02-08 Thread Quanah Gibson-Mount
In Postfix < 3.0.x, the value from postconf mynetworks was returned with correct netmask values, and includes IPv6: postconf mynetworks mynetworks = 127.0.0.0/8 10.137.242.0/24 [::1]/128 [fc00:10:137:242::]/64 [fe80::]/64 In Postfix > 3.0.x, the value from postconf mynetworks returns

Re: 3.0.3: "mynetworks" values are busted and missing ipv6 info

2016-02-08 Thread Wietse Venema
Quanah Gibson-Mount: > In Postfix > 3.0.x, the value from postconf mynetworks returns incorrect > netmask values, and it is missing IPv6 entirely: This depends on the inet_protocols setting. # postconf inet_protocols=all # postconf mynetworks mynetworks = 127.0.0.1/32 192.168.122.1/32