Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] sendmail question half off-topic
Pedro Rocadas wrote:
>--- Josh Welch <jwelch@buffalowildwings.com> wrote:
>
>
>>Pedro Rocadas said:
>>
>>
>>>Sorry for this question but maybe someone used
>>>
>>>
>>with
>>
>>
>>>sendmail and new Red Hat releases (>7.1) could
>>>
>>>
>>help me
>>
>>
>>>with my problem. We (yeaah, right, I shoulded say
>>>me...), are upgrading out HylaFAX and decided to
>>>
>>>
>>move
>>
>>
>>>to Red Hat 9. All notification messages went to
>>>
>>>
>>one of
>>
>>
>>>our internal email servers wich relay the
>>>
>>>
>>messages. In
>>
>>
>>>my old HylaFAX I just add the line
>>>
>>># "Smart" relay host (may be null)
>>>DSfaxmail
>>>
>>>and everything work fine. I checked the maillog at
>>>
>>>
>>the
>>
>>
>>>new server and the relay that show up is
>>>root@localhost and not faxmail. Sendmail changed
>>>
>>>
>>so
>>
>>
>>>much or I'm missing something here? Thanks in
>>>
>>>
>>advance
>>
>>
>>>and best regards.
>>>
>>>P.S. I accept comments for postfix too if that
>>>
>>>
>>helps
>>
>>
>>>me putting this box working ;-).
>>>
>>>
>>>
>>>
>>Red Hat started setting the default config for
>>Sendmail to only listen on
>>localhost. The line looks like this in your
>>sendmail.mc:
>>DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1,
>>Name=MTA')dnl
>>I think this is the issue here Pedro, comment out
>>that line and go from
>>there.
>>
>>Josh
>>
>>
>>
>
>Well, didn't worked :-(. I tried more combinations,
>read the submit.mc carefully too, but for some reason
>the sendmail still relay in the root@localhost...I
>will try with the .mc and .cf files from my old
>hylafax box but that is a ugly way.
>
>__________________________________
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>http://sitebuilder.yahoo.com
>
>____________________ HylaFAX(tm) Users Mailing List _______________________
> To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
> On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
> *To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*
>
>
>
>
I use postfix. I've got an internal mail server with this conf:
in /etc/postfix/transport I add
fax.mydomain.fr smtp:[faxserver.mydomain.fr]:25
My faxserver runs with postfix too:
in /etc/postfix/transport I add
fax..mydomain.fr fax:localhost
in /etc/postfix/master.cf:
fax unix - n n - - pipe flags=
user=fax argv=/usr/local/hylafax-4.1.7/bin/faxmail -d ${user}
(Be carefull, you may not have the same path)
That's all, and it works fine.
Maybe this could help you.
Regards
Pierre-Samuel
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*