Re: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread James Reynolds
@uconn.edu > University of Connecticut, UITS, SSG, Server Systems > 860-486-9075 > > > -Original Message- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Fazzina, Angelo > Sent: Thursday, November 30, 2017 4:25 PM >

Re: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread James Reynolds
I have never heard of using openssl s_client instead of telnet so I tried to figure out how to use it. I could connect to my server with the following. openssl s_client -connect 10.0.1.1:25 -starttls smtp And I can do "HELO" and "MAIL FROM:" but when I try to enter "RCPT TO:" I just g

Adding BCC in sender/header checks

2017-11-29 Thread James Reynolds
t any false positives and then discard them or something. James Reynolds Sr Systems Administrator Department of Biology The University of Utah

Re: MacOS High Sierra (10.13) and Postfix relaying

2017-11-06 Thread James Reynolds
ple’s unified logging would be to > build your own log handler. But that’s something that is way beyond me. > > -- > Larry Stone > lston...@stonejongleux.com > > > > > >> On Nov 6, 2017, at 12:10 PM, James Reynolds >> wrote: >> >> Larry,

Re: MacOS High Sierra (10.13) and Postfix relaying

2017-11-06 Thread James Reynolds
this? I ask because I need to update my mail server that's running on macos. James Reynolds Sr Systems Administrator Department of Biology The University of Utah 801-585-3086 > On Oct 27, 2017, at 6:45 AM, Larry Stone wrote: > > I have run a test upgrade to High Sierra and

Re: postfix log in mysql

2017-08-28 Thread James Reynolds
You might want to look into something like the Logstash (https://www.elastic.co/products/logstash). James > On Aug 27, 2017, at 9:51 PM, Kev wrote: > > Hi postfixers, > > We have spam filter servers for our down, 5 of them to be exact. we use > amavisd, bitdefender & clamav for spam and vir

New script to parse the postfix logs

2017-01-12 Thread James Reynolds
so I wanted to put it up to see if it's useful to anyone else. James Reynolds Sr Systems Administrator Department of Biology The University of Utah 801-585-3086

Fwd: New tool detects malicious websites before they cause harm

2016-11-03 Thread James Reynolds
I thought people on this list might find this interesting. James > From: National Science Foundation Update > Reply-To: > Date: Wednesday, November 2, 2016 at 9:45 AM > Subject: New tool detects malicious websites before they cause harm > > You are subscribed to News - News From the Field for

Re: TLD blocking revisited

2016-09-21 Thread James Reynolds
into Namecheap's reputation and I found one thread calling them friendly to spammers. https://www.webhostingtalk.com/showthread.php?t=700628&page=4 Not sure what to think about it. James Reynolds On Sep 21, 2016, at 2:31 AM, Allen Coates wrote: > > On 21/09/16 02:35,

Re: smtpd restrictions on mail that comes from certain servers

2016-07-18 Thread James Reynolds
Is there any way to test this first? Would this work or is it pure silliness? smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated check_client_access cidr:/etc/postfix/client_access warn_if_reject reject permit James Reynolds Sr Systems Administrator Department of Biology The University of Utah 801-585-3086

smtpd restrictions on mail that comes from certain servers

2016-07-18 Thread James Reynolds
^e][^x][^a][^m][^p][^l][^e][^\.][^c][^o][^m]$/WARN Would that even work? I think it's a valid regex and I think it's the best way to specify a not condition. Or would I have to use a negative lookahead assertions (something I don't really understand)? James Reynolds