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
22 hours 29 min ago
1 day 3 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 10 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 17 hours ago
2 days 1 hour ago