Current time: 05-19-2024, 04:28 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mails von Facebook = SPAM?
Author Message
Jadawin Offline
Junior Member
*

Posts: 26
Joined: Nov 2009
Reputation: 0
Post: #7
RE: Mails von Facebook = SPAM?
joximu Wrote:policyd-weight defaults > /etc/policyd-weight.conf
Die Datei existiert bei mir nicht. :S policyd-weight läuft aber ohne zu meckern...

Also was ich getan habe damit es funktioniert:
Den MX von Facebook explizit akzeptieren:
$ echo "mx-out.facebook.com PERMIT" > /etc/postfix/helo_whitelist
Für Postfix die DB erstellen:
$ postmap /etc/postfix/helo_whitelist
postmap hat nun die Datei /etc/postfix/helo_whitelist.db erstellt.

Nun muss Postfix noch entsprechend konfiguriert werden:
Datei: /etc/postfix/main.cf
Bei der Direktive smtpd_helo_restrictions die Option "check_helo_access hash:/etc/postfix/helo_whitelist" hinzufügen: (ohne .db)
Also vorher:
Code:
smtpd_helo_restrictions      = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_invalid_helo_hostname,
                               reject_non_fqdn_helo_hostname
Nachher:
Code:
smtpd_helo_restrictions      = permit_mynetworks,
                               permit_sasl_authenticated,
                               check_helo_access hash:/etc/postfix/helo_whitelist,
                               reject_invalid_helo_hostname,
                               reject_non_fqdn_helo_hostname
Danach Postfix neustarten:
$ /etc/init.d/postfix restart
... und Freude haben Smile


Hätte noch jemand Logs zur Analyse? Smile Wundert mich grade, was bei euch drinsteht bei ner Facebookmail...
04-08-2010 07:13 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Mails von Facebook = SPAM? - Jadawin - 04-07-2010, 08:34 AM
RE: Mails von Facebook = SPAM? - BeNe - 04-07-2010, 03:26 PM
RE: Mails von Facebook = SPAM? - Jadawin - 04-07-2010, 08:41 PM
RE: Mails von Facebook = SPAM? - joximu - 04-07-2010, 09:39 PM
RE: Mails von Facebook = SPAM? - rbtux - 04-07-2010, 10:09 PM
RE: Mails von Facebook = SPAM? - Jadawin - 04-07-2010, 10:33 PM
RE: Mails von Facebook = SPAM? - Jadawin - 04-08-2010 07:13 AM
RE: Mails von Facebook = SPAM? - rbtux - 04-08-2010, 07:25 AM
RE: Mails von Facebook = SPAM? - Jadawin - 04-08-2010, 07:56 AM
RE: Mails von Facebook = SPAM? - tomhb - 02-01-2011, 10:40 AM
RE: Mails von Facebook = SPAM? - joximu - 02-01-2011, 08:08 AM
RE: Mails von Facebook = SPAM? - tomhb - 02-01-2011, 09:02 PM
RE: Mails von Facebook = SPAM? - joximu - 02-01-2011, 06:26 PM
RE: Mails von Facebook = SPAM? - ZooL - 02-01-2011, 07:32 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)