Add new comment
Want to support HowtoForge? Become a subscriber!
|
If you need to match all the senders from your domain and not just specific ones do the following: in the file /etc/postfix/disclaimer_addresses add your domains like: example.com sub.example.com
and then change the following line at /etc/postfix/disclaimer script: original: from_address=`grep -m 1 "From:" in.$$ | cut -d "<" -f 2 | cut -d ">" -f 1` after the change: from_address=`grep -m 1 "From:" in.$$ | cut -d "<" -f 2 | cut -d ">" -f 1 | cut -d "@" -f 2`
Reply |



Recent comments
1 day 8 hours ago
2 days 48 min ago
2 days 17 hours ago
2 days 19 hours ago
3 days 2 hours ago
3 days 11 hours ago
3 days 19 hours ago
3 days 23 hours ago
4 days 4 hours ago
4 days 12 hours ago