spamass-milter and milter macros

2015-10-13 Thread Eric Abrahamsen
(I've wrestled with subscribing to the group, apologies in advance if four different versions of this message all appear together...) I'm using spamassassin together with postfix, as a milter. This is Ubuntu 14.04, standard packages. I was keeping a single Bayesian database for all users, but wou

multiple IPs and postscreen

2015-10-19 Thread Eric Abrahamsen
Hi, I've gotten postfix working with multiple IPs/domains/ssl certs, and so far so good. I used the accepted answer at this link as a template: http://serverfault.com/questions/650057/postfix-multiple-ip-smtp-banner It works fine, until I try to add postscreen into the mix. So the setup is, in

Re: multiple IPs and postscreen

2015-10-19 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > A. Schulze: >> >> Eric Abrahamsen: >> >> > It works fine, until I try to add postscreen into the mix. >> you did not post a complete config. but you may check your master.cf: >> >> master.cf without

Re: multiple IPs and postscreen

2015-10-20 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Eric Abrahamsen: >> > master.cf with postscreen: >> > 1.2.3.5:smtp inet n - n - 1 postscreen -o >> > smtpd_service_name=smtpd_1.2.3.5 >> > smtpd_1.2.3.5 pass - - n - - smtpd >

Re: multiple IPs and postscreen

2015-10-20 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Eric Abrahamsen: >> > One more thing: to make the logging understandable you also need >> > to specify the syslog_name. >> > >> > 1.2.3.5:smtp inet n - n - 1 postscreen >> >-o smtpd_service_n

Re: multiple IPs and postscreen

2015-10-20 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Eric Abrahamsen: >> wie...@porcupine.org (Wietse Venema) writes: >> >> > Eric Abrahamsen: >> >> > One more thing: to make the logging understandable you also need >> >> > to specify the sysl

Re: multiple IPs and postscreen

2015-10-21 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Eric Abrahamsen: >> > TLS? In that case you also need two tlsproxy services, each with >> > their own certificate stuff. >> > >> > 1.2.3.5:smtp inet n - n - 1 postscreen >> > -o tlsproxy_service_na

Sanitizing email sent from webapp

2015-12-19 Thread Eric Abrahamsen
I have a server with postfix running my personal and work emails, alongside my company's website, which is written in Python/Django. The website has some "send an email through the webapp" functionality. Back when my work email was hosted as a Google App this was fine, I just used Google's SMTP set

postfix update and sender_dependent_default_transport_maps

2016-06-29 Thread Eric Abrahamsen
I recently updated a server's Ubuntu version, and multi-domain sender-dependent transport for Postfix has stopped working. Postfix is now at 2.11.0, but I'm not actually sure what version it was at before. This installation serves two domains, one of which is the one I'm using to send this message

Re: postfix update and sender_dependent_default_transport_maps

2016-06-29 Thread Eric Abrahamsen
Eric Abrahamsen writes: > I recently updated a server's Ubuntu version, and multi-domain > sender-dependent transport for Postfix has stopped working. Postfix is > now at 2.11.0, but I'm not actually sure what version it was at before. > > This installation serves two

Re: postfix update and sender_dependent_default_transport_maps

2016-06-30 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Eric Abrahamsen writes: > >> I recently updated a server's Ubuntu version, and multi-domain >> sender-dependent transport for Postfix has stopped working. Postfix is >> now at 2.11.0, but I'm not actually sure what version it was

Re: postfix update and sender_dependent_default_transport_maps

2016-06-30 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Wietse Venema: >> Eric Abrahamsen: >> > pr-out unix - - n - - smtp >> >-o smtp_bind_address=184.106.81.119 >> >-o myhostname=mail.paper-republic.org >> >-o smtp

Re: postfix update and sender_dependent_default_transport_maps

2016-07-26 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Eric Abrahamsen: >> postfix/qmgr[25734]: 9BFA02B82C5: from=, size=796, >> nrcpt=1 (queue active) >> postfix/pr-out/smtp[25807]: 9BFA02B82C5: >> to=, >> relay=verifier.port25.com[38.95.177.125]:25, delay=1.2, >>

advice on securing a transport

2016-09-05 Thread Eric Abrahamsen
I have a postfix/dovecot installation on the same server as my company's webapp. This webapp involves a lot of regular data entry, which is a real pain to do using HTML forms. What I would really like to do is be able to send structured emails to the server, and have postfix pass them through a tra

Re: advice on securing a transport

2016-09-06 Thread Eric Abrahamsen
Sean Greenslade writes: > On Mon, Sep 05, 2016 at 08:17:40PM +0200, Sebastian Nielsen wrote: >> Sean Greenslade: >> Thats the responsibility of the server who is authorized to act on behalf of >> that domain. > > Yes, however I am trying to make this discussion relevant to the OP's > question. Au

regexp for allowing helo host

2016-11-15 Thread Eric Abrahamsen
I'm trying to successfully receive emails from my state's health care service, which is apparently broken in the way it sends emails. These are the errors: ericabrahamsen.net/smtpd[24193]: warning: hostname\ mail-relay.secure-24.net does not resolve to address 199.71.239.178 ericabrahamsen.n

Re: regexp for allowing helo host

2016-11-15 Thread Eric Abrahamsen
Eric Abrahamsen writes: > I'm trying to successfully receive emails from my state's health care > service, which is apparently broken in the way it sends emails. These > are the errors: > > ericabrahamsen.net/smtpd[24193]: warning: hostname\ > mail-relay.secur

Re: regexp for allowing helo host

2016-11-16 Thread Eric Abrahamsen
Tanstaafl writes: > On 11/15/2016 6:11 PM, Bill Cole > wrote: >> Be aware that if you use reject_unknown_helo_hostname you will have a >> steady stream of cases for which you will have to make special >> exceptions. How steady that stream is depends more on your volume and >> diversity of le