Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

« Newer Snippets
Older Snippets »
1 total  XML / RSS feed 

Postfix virtual email

vi /etc/postfix/main.cf
virtual_alias_domains = domain1.tld domain2.tldvirtual_alias_maps = hash:/etc/postfix/virtual
vi /etc/postfix/virtual (ignore quotes)@domain1.tld user1@externaldomain1.tld’@domain2.tld user2@externaldomain2.tld’
newaliases
postmap /etc/postfix/virtual
/etc/init.d/postfix restart

Opened up SMTP port 25 in Shorewall:
vi /etc/shorewall/rules
SMTP/ACCEPT net $FW
/etc/init.d/shorewall reload
« Newer Snippets
Older Snippets »
1 total  XML / RSS feed