Search found 4 matches

by fil.capo
28 Sep 2014 14:27
Forum: Discussion
Topic: EFA, Exchange 2010 and CBL Blacklist
Replies: 5
Views: 8054

Re: EFA, Exchange 2010 and CBL Blacklist

hi buzzzo,
this is the script I'm using.

ldapsearch -D "CN=YourLdapUser,DC=example,DC=com" -w YourPassword -p 389 -h YourServer -b "DC=example,DC=com" -s sub "(proxyAddresses=*)" sn cn proxyAddresses | awk -F: 'tolower($2)~/smtp/ {if($3!~/@example\.local/) print $3 " OK";}'>/etc/postfix/relay ...
by fil.capo
28 Sep 2014 00:00
Forum: Discussion
Topic: EFA, Exchange 2010 and CBL Blacklist
Replies: 5
Views: 8054

Re: EFA, Exchange 2010 and CBL Blacklist

Hello shawniverson,
I suspected that this might be the problem.
Thanks for the link!
Now I have implemented the relay recipient list in postfix, to do this I tried the script in perl which is discussed in the forum but something did not work and I had the error LDAP_ENCODING_ERROR. So I created ...
by fil.capo
24 Sep 2014 16:22
Forum: Discussion
Topic: EFA, Exchange 2010 and CBL Blacklist
Replies: 5
Views: 8054

EFA, Exchange 2010 and CBL Blacklist

Hi All,
I'm testing EFA between Internet and internal Exchange 2010.
The configuration is:
Ingoing emails: Internet (port 25) -> EFA -> Exchange 2010 -> Users Clients
Outgoing emails: Users Clients -> Exchange 2010 -> Internet

The EFA server is configured to accept all e-mail for our domains, even ...
by fil.capo
23 Sep 2014 15:22
Forum: Introduction
Topic: Hello from Italy
Replies: 1
Views: 2623

Hello from Italy

Hi,
I'm trying EFA between Internet and our internal Exchange 2010 server.

I installed it in a VMware environment and all seems to be ok.
But during the first test our public IP has got blacklisted in CBL.
Maybe for some problem or conflict in the configuration of EFA or Exchange, for this I'll ask ...