Netdistri
Install postfix mailserver only for forwarding
dinsdag, juni 1st, 2010For some reasons i only had to install a mailserver for forwarding mails to other mailaddresses. So on Centos here you have it:
#yum install postfix smtpd
edit /etc/postfix/main.cf
myhostname = your.domain.tld
virtual_alias_domains = redirectdomain1.tld, redirectdomain2.tld
virtual_alias_maps = hash:/etc/postfix/virtual
edit /etc/postfix/virtual
address@redirectdomain1.tld addresto@domainto.tld
@redirectdomain2.tld addresstocatchall@domaintoxx.tld
After this run the following commands:
# postalias /etc/aliases
# postmap /etc/postfix/access
# postmap /etc/postfix/virtual
# postmap /etc/postfix/transport
# cp /etc/aliases /etc/postfix/
# newaliases
# postfix [...]
Update blog pages
donderdag, oktober 1st, 2009Today put some new pages on the blog about the why and how between Dutchzone and Netdistri bvba.
Some people started me asking always the same questions so here are the answers now
Vandaag heb ik even de pagina’s bijgevoegd over hoe het nu zit tussen Dutchzone en Netdistri bvba en wat er nog waar gebeurt.
Steeds [...]
