Search found 10 matches

by maik
11 Oct 2017 06:08
Forum: How-to
Topic: How to integrate E.F.A with Active Directory on 3.0.0.9
Replies: 40
Views: 343677

Re: How to integrate E.F.A with Active Directory on 3.0.0.9

Ah so it turns out LDAP_SSL doesn't really do anything. Nothing checks that parameter (I spent way more time on this than I care to admit). I modified functions.php:2887 (or thereabouts) to read: if ((defined('LDAP_SSL') && LDAP_SSL === true)) { ldap_start_tls($ds) or die(ldap_print_error($d...
by maik
11 Oct 2017 01:34
Forum: How-to
Topic: How to integrate E.F.A with Active Directory on 3.0.0.9
Replies: 40
Views: 343677

Re: How to integrate E.F.A with Active Directory on 3.0.0.9

Has anyone figured out how to get LDAPS to work properly? By properly I mean copying in the CA cert so LDAP trusts the certificate. I've exported a base64 encoded .cer file from my CA, into /etc/openldap/certs, modified /etc/openldap/ldap.conf to point to the .cer file, and used ldapsearch successfu...
by maik
11 Sep 2013 14:45
Forum: Discussion
Topic: Message size exceeds size limit 10485760
Replies: 9
Views: 17397

Re: Message size exceeds size limit 10485760

So the last post at http://www.linuxquestions.org/questions/linux-server-73/postfix-message-size-limit-829722/ set me straight. The bounce log message is coming from postfix/smtp which is the smtp client which sends the outgoing message. In the log it says it's coming from mail. which is the downstr...
by maik
10 Sep 2013 07:24
Forum: Discussion
Topic: Message size exceeds size limit 10485760
Replies: 9
Views: 17397

Re: Message size exceeds size limit 10485760

Yep. Felt a little crazy doing it, but it didn't make a difference. I feel like there's some obvious answer here. Could it be Exchange kicking it back to Postfix and then postfix generating that message? That seems pretty off the wall but I'm just grasping at straws right now.
by maik
08 Sep 2013 06:38
Forum: Discussion
Topic: Message size exceeds size limit 10485760
Replies: 9
Views: 17397

Re: Message size exceeds size limit 10485760

root@efa:~# postconf -n | grep message_size_limit message_size_limit = 512000000 root@efa:~# cd /etc/ root@efa:/etc# grep -R 10485760 * root@efa:/etc# I had both of these thoughts and have even grepped through the entire filesystem for 10485760 and found nothing. I also thought maybe 10M would be p...
by maik
07 Sep 2013 05:17
Forum: Discussion
Topic: Message size exceeds size limit 10485760
Replies: 9
Views: 17397

Re: Message size exceeds size limit 10485760

Here's the bounce message. This is the mail system at host efa.example.com. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem repor...
by maik
05 Sep 2013 04:46
Forum: Discussion
Topic: Message size exceeds size limit 10485760
Replies: 9
Views: 17397

Message size exceeds size limit 10485760

I've been beating my head against this for the past day or so. Any incoming emails over 10M in size get rejected with a bounce message, reportedly from Postfix, stating the size exceeds that 10MB limit. I have no idea what setting is affecting this and it's really frustrating. Postfix appears to be ...
by maik
26 Nov 2012 04:57
Forum: Introduction
Topic: Introduction
Replies: 0
Views: 4820

Introduction

Hi, I'm maik. I manage a few different sites and have been looking for a free and open source mail filter. Giving EFA a whirl to hopefully save my employer money.

I'm well versed in Python and general Windows and Linux system administration. Debian is by far my distro of choice :)
by maik
26 Nov 2012 04:55
Forum: Discussion
Topic: IRC
Replies: 2
Views: 4078

Re: IRC

Edit: Doh, I see this is under Announcements now...
by maik
25 Nov 2012 17:07
Forum: Discussion
Topic: IRC
Replies: 2
Views: 4078

IRC

Does EFA have an IRC presence anywhere?