Hello,
i hope, someone can give me a hint, why Hylafax can't send me an email:
When i send a fax, i can see in the status of the service of hylafax:
Oct 17 12:55:16 raspbx FaxQueuer[32674]: req.items[1].item = "docq/doc46.ps;c1" ()
Oct 17 12:55:25 raspbx FaxSend[32682]: MODEM
WWW.SOFT-SWITCH.ORG spandsp/
Oct 17 12:55:26 raspbx FaxSend[32682]: SEND FAX: JOB 37 DEST 051111111111111 COMMID 000000155 DEVICE '/dev/ttyI702' FROM 'root <...USER root
Oct 17 12:55:27 raspbx FaxSend[32682]: SEND FAILED: JOB 37 DEST 051111111111111 ERR [1] Busy signal detected
Oct 17 12:55:27 raspbx FaxSend[32682]: SEND FAILED: JOB 37 DEST 051111111111111 ERR [333] Busy signal detected; too many attempts to dial
Oct 17 12:55:28 raspbx FaxQueuer[32660]: NOTIFY: bin/notify "doneq/q37" "failed" "0:00:12"
Oct 17 12:55:28 raspbx sSMTP[32695]: Creating SSL connection to host
Oct 17 12:55:29 raspbx sSMTP[32695]: SSL connection using RSA_AES_128_CBC_SHA1
Oct 17 12:55:29 raspbx sSMTP[32695]:
550 Sender address is not allowed.
Why comes the "550"-Error?
From the console:
sendmail -f"faxmaster" -oi "root" < /m.txt
acts like expected - i become a mail.
Mails from Fail2Ban on the same machine are no problems.
Mr. Google had not helped me.
The files "/var/spool/hylafax/etc/FaxDispatch" and "/var/spool/hylafax/bin/notify" has i changed correctly (i think so).
In my distress i changed the "/var/spool/hylafax/bin/notify" "a little" bit, so the file contains
only the lines:
. bin/common-functions
sendmail -f"faxmaster" -oi "root" < /m.txt
CleanupPrivateTmp
The next Fax-Test changed nothing, the hylafax-status shows the 550-error and i become no mail :-(
My "/etc/ssmtp/revaliases" contains:
root:MeineMailadresse@gmx.de:mail.gmx.net:587
admin:MeineMailadresse@gmx.de:mail.gmx.net:587
raspberry:MeineMailadresse@gmx.de:mail.gmx.net:587
faxmaster:MeineMailadresse@gmx.de:mail.gmx.net:587
asterisk:MeineMailadresse@gmx.de:mail.gmx.net:587
mail:MeineMailadresse@gmx.de:mail.gmx.net:587
fail2ban:MeineMailadresse@gmx.de:mail.gmx.net:587
raspbx:MeineMailadresse@gmx.de:mail.gmx.net:587
hylafax:MeineMailadresse@gmx.de:mail.gmx.net:587
FaxQueuer:MeineMailadresse@gmx.de:mail.gmx.net:587
uuidd:MeineMailadresse@gmx.de:mail.gmx.net:587
daemon:MeineMailadresse@gmx.de:mail.gmx.net:587
bin:MeineMailadresse@gmx.de:mail.gmx.net:587
sys:MeineMailadresse@gmx.de:mail.gmx.net:587
All entries from "FaxQueuer" to "sys" are guessed :-(
The switch "FromLineOverride" in "ssmtp.conf" has no influence on the error.
Thank you
Bernd