View previous topic :: View next topic |
Author |
Message |
salam Apprentice
Joined: 29 Sep 2005 Posts: 227
|
Posted: Tue Jan 24, 2006 1:28 am Post subject: postfix - send from any user? |
|
|
on a system, where more users have mail accounts - any user (no need of root access) can send a mail which looks like it was send by other user.
telnet localhost 25
...
...
mail from: anything@domain.tld
...
...
...
can this somehow be prevented without iptables blocking? |
|
Back to top |
|
|
indynet Tux's lil' helper
Joined: 07 Feb 2005 Posts: 108 Location: Prague - Czech Republic
|
Posted: Tue Jan 24, 2006 2:26 am Post subject: |
|
|
Sure, by default postfix relay email from localhost. You should setup SMTP autentication by SASL for example.
Look at manual for smtpd_recipient_restrictions and SASL[/code] |
|
Back to top |
|
|
|