[SOLVED] /etc/aliases.db - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [SOLVED] /etc/aliases.db (/thread-2880.html) |
[SOLVED] /etc/aliases.db - HSorgYves - 03-29-2008 07:42 AM During installation the file /etc/aliases.db gets modified, however /etc/aliases remains unmodified. Where does this file come from? What does it contain? Best Regards, Yves RE: /etc/aliases.db - joximu - 03-29-2008 07:50 AM maybe a newaliases is executed - so the aliases.db is just built again from aliases... RE: /etc/aliases.db - HSorgYves - 03-29-2008 07:55 AM joximu Wrote:maybe... Can someone confirm this? Or does it get created from somewhere else (i.e. using another file)? Best Regards, Yves RE: /etc/aliases.db - joximu - 03-29-2008 08:48 AM The source code should be able to confirm or disprove it. there's a config variable CMD_NEWALIASES and this is called during setup - so as long as you don't change this, the single command "newaliases" is executed during the setup. |