Re: [Assp-test] Request: resend and add to corrected not spam

2018-12-12 Thread K Post
I'd think that a lot of admins would find this useful. How often do you do a resend of a blocked message that doesn't also need to be copied to correctednotspam? For the sake of discussion, what about making the code that runs after } elsif ($action eq '8') {# correctednotspam a fun

Re: [Assp-test] Submission with Postfix & ASSP

2018-12-12 Thread Daniel Miller via Assp-test
The "lsof -i" is a lower-case i (just confirming if it got auto-corrected by email spellcheck). If "lsof" (or other tools) can't confirm an open port we've got other problems.  Need to get that part first.  What is expected: # lsof -i :126 COMMAND  PID USER   FD   TYPE DEVICE SIZE/OFF NODE NA

Re: [Assp-test] Submission with Postfix & ASSP

2018-12-12 Thread James Brown via Assp-test
On 12 Dec 2018, at 7:56 pm, Daniel Miller mailto:dmil...@amfes.com>> wrote: > > Based on your ASSP log it seems it's not reaching Postfix. First, verify > Postfix is listening. > > lsof -i :126 > > You're showing your master.cf has port 126 open for all IP's - I'd suggest > explicitly dec

Re: [Assp-test] Submission with Postfix & ASSP

2018-12-12 Thread Daniel Miller via Assp-test
Based on your ASSP log it seems it's not reaching Postfix. First, verify Postfix is listening.     lsof -i :126 You're showing your master.cf has port 126 open for all IP's - I'd suggest explicitly declaring it for the localhost:     127.0.0.1:126    inet    n    etc. But regardless - make