> > so I altered the main.cf file and removed the line > > > > hash:/etc/postfix/virtual > > > > from > > > > virtual_alias_maps = hash:/etc/postfix/virtual, > > mysql:/etc/postfix/mysql-virtual.cf > > > > so my virtual_alias_maps now looks like > > > > virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf > > > > Will that be an issue in any way. After that postfix started > > working okay. > > that's okay if /etc/postfix/virtual is untouched.
Better is: touch /etc/postfix/virtual && postmap /etc/postfix/virtual && /etc/init.d/postfix reload This leaves you the option of using virtual user mapping later. Regards, P _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
