1

Topic: Emails from notification@facebookemail.com not arriving to my server.

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

Hello, I need to validate a publicity facebook profile and I need to get an email to one of my iredmail accounts.  The source of the email is notification@facebookemail.com as stated in troubleshooting from facebook https://www.facebook.com/business/help/ … 2101909005

I can receive emails from gmail for example but not from facebook. I already check the/etc/postfix/helo_access.pcre file and have the facebook line, as describe in the manual. I also remove the line below and restart postfix and no luck. I have check the logs and no indications of any kind of errors.

I have added  nslookup -type=txt facebookmail.com text="v=spf1 ip4:66.220.144.128/25 ip4:66.220.155.0/24 ip4:66.220.157.0/25 ip4:69.63.178.128/25 ip4:69.63.181.0/24 ip4:69.63.184.0/25" "ip4:69.171.232.0/24 ip4:69.171.244.0/23 -all"

to the server

and the same ips to the whitelisted

sudo python /opt/iredapd/tools/wblist_admin.py --add --whitelist 66.220.144.128 66.220.155.0 66.220.157.0 69.63.178.128 69.63.181.0 69.63.184.0 69.171.232.0 69.171.244.0 @facebook.com @facebookmail.com

Still no luck getting the email.

Any suggestions or steps Im been missing?

Thanks.

----

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

2

Re: Emails from notification@facebookemail.com not arriving to my server.

What's the line for facebook servers in helo_access.pcre? we use this one:

/^\d{1,3}-\d{1,3}-\d{1,3}-\d{1,3}\.mail-(mail|campmail)\.facebook\.com$/ OK

And what's the related Postfix log lines?