Categories
Unix Notes x.opus1.com

Postfix Virtual Domain Hosting Howto

Postfix Virtual Domain Hosting Howto

1 /etc/postfix/main.cf:
2 virtual_alias_domains = example.com …other hosted domains…
3 virtual_alias_maps = hash:/etc/postfix/virtual
4
5 /etc/postfix/virtual:
6 postmaster@example.com postmaster

Handy

Execute the command

“postmap /etc/postfix/virtual”

after changing the virtual file, and execute the command

“postfix reload”

after changing the main.cf file.

Categories
Mac OS X Server Unix Notes x.opus1.com

PHP enabling

often the PHP enabling (LoadModule AddModule) will be made correct during system update

we enable later

after system updates check and make sure that the PHP enabling is commented out in httpd.conf

we enable at the end – entropy

Categories
Unix Notes x.opus1.com

Stop Deleting web logs

/etc/periodic/daily
500.daily

comment out delete of old access log files – we want them and will manually delete them

Categories
Mac OS X Server Unix Notes x.opus1.com

postfix and ports

add access to port 2525 by changing /etc/postfix/master.cf – look in the .cf file for examples
restart the mail service

can be useful in deciding if ISP is blocking port 25 access.

Categories
x.opus1.com

PHP update

update to 4.3.11

installer -verbose -pkg php-4.3.11.pkg -target /

entropy.ch

Categories
System Software Notes x.opus1.com

Latest Updates Applied

10.3.9 Security and others

Categories
System Software Notes Web Serving x.opus1.com

Software updates

phpMyAdmin 2.6.1-rc1
php 4.3.10

All seems well

Categories
x.opus1.com

10.3.6

Installed and running

Apparently all is well

Categories
x.opus1.com

Security Update

2004-09-16 installed today

Categories
x.opus1.com

Software Update

did the latest software update from the console.