Hi, > 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. > In addition on checking my master.cf file I found two entries that had > invalid paths so I altered them from > > ifmail unix - n n - - pipe > flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop > ($recipient) > bsmtp unix - n n - - pipe > flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender > $nexthop $recipient > > since the files do exist at that location , but I think this might be > wrong. Changed too > > ifmail unix - n n - - pipe > flags=F user=ftn argv=/var/spool/postfix/private/ifmail -r $nexthop > ($recipient) > bsmtp unix - n n - - pipe > flags=Fq. user=foo argv=/var/spool/postfix/private/bsmtp -f $sender > $nexthop $recipien Not sure what that does, but please leave master.cf unchanged except cyrus stuff. > Jun 9 13:23:34 lb01-s06 lmtpunix[15775]: IOERROR: fstating sieve > script /usr/sieve/c/cyrus/defaultbc: No such file or directory Thats okay .. just a warning not an error. Michael _______________________________________________ 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
