![]() |
I'm not familiar with that setup. You may want to try the following in order to setup HylaFAX's faxmail with sendmail:- Install the sendmail cf packageyum -y install sendmail-cf- Comment out the "Port=smtp,Addr=127" line in /etc/mail/sendmail.mc- Add the following settings to the end of /etc/mail/sendmail.mcDAEMON_OPTIONS(`Port=smtp, Name=MTA')dnldefine(`FAX_MAILER_PATH',`/usr/bin/faxmail')dnldefine(`FAX_MAILER_ARGS',`faxmail -NT $u@$h $f')dnlMAILER(`fax')dnl- On the shell, run the following:FAXDOMAIN=fax.mycompany.comecho $FAXDOMAIN >> /etc/mail/local-host-namesecho -e "@${FAXDOMAIN}\tfax@%1.fax" >> /etc/mail/virtusertablemake -C /etc/mail/sbin/service sendmail restartcat > /etc/hylafax/faxmail.conf << EOFAutoCoverPage: falseTextFont: VerdanaTextPointSize: 12ptHeaders: Message-id Date Subject FromMailUser: faxmailEOFThat should get you up and running. This configuration allows you to send faxes to FAXNUMBER@xxxxxxxxxxxxxxxxx. If there are any problems, check /var/log/maillog for details.It's important that the DNS for "fax.mycompany.com" resolves to the fax server, but the fax server's local hostname must not be "fax." If it is, all local email (ie. to root or another user) will be treated by Sendmail as email destined for HylaFAX's faxmail. To avoid this, simply make sure that the server's hostname is something other than "fax."Dave