HylaFAX The world's most advanced open source fax server |
As for the MTA... The notify runs fine for failed faxes, but not for successful sends... I am using Postfix as my MTA with a "relay_host" parameter set to my main mail server. I can send using "sendmail" from the command-line just fine. Also, I have a script that sends e-mail using the local MTA just fine as well. I will look at the bin/notify script to see what might be going on... Thanks Deven Phillips, CISSP, CCNA Systems Administrator Metal Sales Manufacturing Corp. A J Stiles wrote: On Monday 11 December 2006 15:50, you wrote:Hey all, I just upgraded my Hylafax system to a bigger/faster machine. In the process, I moved from Mandriva to Ubuntu. Now that I am on Ubuntu, I am having problems with the system not sending out success notices. I have looked, and the e-mails are never even being generated out of Hylafax. This is specifically for a sendfax command like the following: sendfax -h 127.0.0.1 -n -D -f "dphillips@xxxxxxxxxxxxxxxxx" -i "CUSTOMER NAME - ORDERNO" -d 326 /tmp/FAXIT_0271478.ps As such, the "-D" option should send me an e-mail on completion even if it succeeded. Any ideas where I should look to find out why it's not working?The obvious first check is: Is your MTA (exim 4 in a default Debian or Ubuntu installation) correctly configured? |