Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # Hardening the Postfix
  2. ---
  3.  
  4. ## Goals
  5. * Mitigate the problem
  6. * Sanitizate the sender
  7.  
  8. ## The problem
  9. Imagine you have a Linux server running Postfix like Mail Transfer Agent. Your domain has very users. It's fair that anyone have a weak password. If any spammer/cracker has access to it, he can send message like any user in this domain.
  10.  
  11. EXAMPLE
  12.  
  13. My domain has three users(USER A, USER B and USER C). The USER B and USER C have a strong password. But, the USER A's password is very, very weak: "abc123". Because him the MTA is vulnerable, now a malicious SPAMMER can send spam impersoneted like USER A, USER B, USER C and any user in this domain.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement