This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
amber_build [2018/07/12 15:14] SLUUG Administration [Base OS Config] |
amber_build [2025/12/30 19:21] (current) SLUUG Administration Added additional_conditions to three maps |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| selinux is disabled by 'echo 0 > /selinux/enforce' | selinux is disabled by 'echo 0 > /selinux/enforce' | ||
| - | Admin control is not publically available; contact the BatCave crew for questions (Lee, Chuck, Steve, Don). | + | FIXME There is an admin panel to access the VM. We need to document it. |
| ===== Apache ===== | ===== Apache ===== | ||
| Line 340: | Line 340: | ||
| </code> | </code> | ||
| + | To get the "active" attribute to work for aliases, this line was added to | ||
| + | end of "mysql_virtual_alias_maps.cf", "mysql_virtual_domains_maps.cf", | ||
| + | and "mysql_virtual_mailbox_maps.cf" | ||
| + | <code> | ||
| + | additional_conditions = and active = '1' | ||
| + | </code> | ||
| /etc/amavisd.conf requires some changes [[http://wiki.centos.org/HowTos/Amavisd]] | /etc/amavisd.conf requires some changes [[http://wiki.centos.org/HowTos/Amavisd]] | ||
| Line 398: | Line 404: | ||
| </code> | </code> | ||
| + | |||
| ===== Courier ===== | ===== Courier ===== | ||
| Download the most current versions of the following from [[http://www.courier-mta.org/download.php]] | Download the most current versions of the following from [[http://www.courier-mta.org/download.php]] | ||