Page 1 of 1
Hylafax and Scalix
Posted: Mon Mar 02, 2009 3:37 pm
by Quencher
Hello,
we're running Scalix and Hylafax on the same machine.
At the moment we send the incoming faxes via email to our isp- email-account and fetch the email back to Scalix.
Is there a solution to send incoming faxes directly to Scalix?
Cheers,
Marco
Re: Hylafax and Scalix
Posted: Mon Mar 02, 2009 4:10 pm
by billb3
Quencher wrote:Hello,
we're running Scalix and Hylafax on the same machine.
At the moment we send the incoming faxes via email to our isp- email-account and fetch the email back to Scalix.
Is there a solution to send incoming faxes directly to Scalix?
Cheers,
Marco
You should be able to edit hylafax's FaxDispatch file and just change the destination address....
Posted: Mon Mar 02, 2009 5:03 pm
by Quencher
Yes, the SENDTO option.
But what is the specific emailaddress from a scalix user?
Because when i'm using the normal address, scalix will send it to the isp account.
We use smarthost.
Posted: Tue Mar 03, 2009 1:36 am
by Valerion
You can use the email address that's displayed for each user in SAC. if you are sending mail to those email addresses to the ISP first, then your sendmail setup is done incorrectly.
Posted: Tue Mar 03, 2009 4:44 pm
by Quencher
I think the config is right, but please take a look.
Even the entries in the local-host-names are set.
Is there a possibility to check the sendmail config ?
Code: Select all
<---snip---->
define(`SMART_HOST', `[my_isp]')dnl
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
FEATURE(`authinfo', `hash /etc/mail/auth/client-info')dnl
dnl # Masquerading options
FEATURE(`always_add_domain')dnl
MASQUERADE_AS(`mylocal.domain.net')dnl
FEATURE(`allmasquerade')dnl
FEATURE(`masquerade_envelope')dnl
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')dnl
MAILER(scalix)dnl
dnl # Default Mailer setup
MAILER_DEFINITIONS
MAILER(`local')dnl
MAILER(`smtp')dn
<---snip---->