![]() |
hey, i solved it this way: case "$SENDER" in *) SENDTO=verteiler;; esac now add a line to the mailaliases file (/etc/mail/aliases) verteiler: andrea@server.linux, tony@server.linux, FaxMaster now make a newaliases and yout mta should solve the problem Greetings Torsten ThE G schrieb: > I want to send at 2 mail addres but my FaxDispatch don't work because it > send at only first mailbox .. > > il file FaxDispatch in /var/spool/fax/etc > *********** > case "$SENDER" in > *) SENDTO=andrea@server.linux;; > *) SENDTO=tony@server.linux;; > *) SENDTO=FaxMaster > esac > *********** > > tanks a lot > > andrea gallazzi