I solved this by linking to quene folder
first I did is rename folder
Code:
mv /var/spool/postfix/ /var/spool/postfix_bck
then I sym. link to zimbra postfix
Code:
ln -s /opt/zimbra/postfix/spool/ /var/spool/postfix/
I had problems running SuSE default postfix and Zimbra postfix,
so I shutdown Suse postfix and remove all sym links in /etc/init.d/rc.xy folders
witch points to /etc/init.d/postfix
Now I can send email from console or script in case of errors...
like