1

Topic: How do I whitelist this sender?

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

0.9.7, MySQL and Apache2

I'm using the wblist_admin.py script to whitelist, and it works.  I don't know what entry to make for this one.  I've tried to whitelist pphosted.com, but that didn't work.


Jul  2 11:47:46 mail postfix/smtpd[18065]: connect from mx0a-0013dc02.pphosted.com[208.84.65.131]
Jul  2 11:47:46 mail postfix/smtpd[18065]: Anonymous TLS connection established from mx0a-0013dc02.pphosted.com[208.84.65.131]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
Jul  2 11:47:46 mail postfix/smtpd[18065]: NOQUEUE: reject: RCPT from mx0a-0013dc02.pphosted.com[208.84.65.131]: 451 4.7.1 <me@myemailaddress.com>: Recipient address rejected: Intentional policy rejection, please try again later; from=<abd-services=bestdoctors.com__0-o22wtzj6adswzn@ye6y7dpdod5dbicj.bfkjr3zmbka810ud.c208za.0-zdmreaw.na71.bnc.salesforce.com> to=<me@myemailaddress.com> proto=ESMTP helo=<mx0b-0013dc02.pphosted.com>
Jul  2 11:47:46 mail postfix/smtpd[18065]: disconnect from mx0a-0013dc02.pphosted.com[208.84.65.131] ehlo=2 starttls=1 mail=1 rcpt=0/1 data=0/1 rset=1 quit=1 commands=6/8

I think they are using salesforce, and I'd rather not whitelist ALL companies using salesforce (would sort of defeat the purpose of blocking SPAM ...).

Thanks.

Andrew

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: How do I whitelist this sender?

AndyInNYC wrote:

Recipient address rejected: Intentional policy rejection, please try again later

This is greylisting. FYI: https://docs.iredmail.org/errors.html#i … gain-later

3

Re: How do I whitelist this sender?

I understand that it's greylisting.  The server never resends the email.  I'd like to whitelist the sender, but I really can't figure out what to use as the sender.

wblist_admin.py --add --whitelist @[what goes here for this sender]


Andrew

4

Re: How do I whitelist this sender?

You can whitelist its IP address (208.84.65.131) if only one IP sent the email:

cd /opt/iredapd/tools/
python2 greylisting_admin.py --disable --from 208.84.65.131

It's also possible to whitelist by sender domain name:

python2 greylisting_admin.py --disable --from @.salesforce.com

Note: there's a dot between '@' and domain name (salesforce.com), it will whitelist both salesforce.com and all its sub-domains.