![]() |
I'm running Hylafax and it seems that faxq is dieing after about 50 faxes. When I run "faxq -D" I get a segmentation fault until I stop hylafax, remove the etc/config, run fax setup, kill the faxgetty's, and restart the server. Faxing then resumes as normal until the next crash. Any suggestion on how to debug faxq in more detail, or how to fix this? Shawn Zernik Internetwork Consulting www.internetworkconsulting.net -----Original Message----- From: hylafax-users-bounce@xxxxxxxxxxx [mailto:hylafax-users-bounce@xxxxxxxxxxx] On Behalf Of Sven Gehr Sent: Monday, January 17, 2005 7:54 AM To: Hylafax-Users Mailingliste Subject: Re: [hylafax-users] faxmail, change sender? Am Do 13.01.2005 11:26 schrieb Bodo Meissner <bodo@xxxxxxxxx>: >Am 2005.01.13 08:19 schrieb(en) Sven Gehr: Hi@all, >>In the incomming faxmail was the from set to: >> >>+49 621 48293xx >> >>I need the format: >> >>004962148293xx@fax.[myserver].[mylocaldomain] >> >>How can i adjust this? > >MYSENDER=`echo $SENDER|sed -e 's/ //g' -e 's/^+/00/' -e 's/$/@fax. >[myserver].[mylocaldomain]/'` > >This simple solution works only if $SENDER is in the format of your >example. > >I think $SENDER is what the sender configured in his fax machine or fax >server. You must expect to get different number formats, empty strings, >something like "<unknown>" or other junk. ok, i test following: I define in /var/spool/fax/bin/faxrcvd [...] ABSENDER=`echo $SENDER|sed -e 's/ //g' -e 's/^+/00/' -e 's/$/@fax.postgirl.dreampixel/'` [...] if [ -n "$SENDTO" ]; then (MIMEBOUNDARY="NextPart$$" echo "Mime-Version: 1.0" echo "Content-Type: Multipart/Mixed; Boundary=\"$MIMEBOUNDARY\"" echo "Content-Transfer-Encoding: 7bit" echo "To: $SENDTO" echo "From: $ABSENDER" [...] The incomming mail has: ""@fax.postgirl.dreampixel in the from-field. with best regards sven ____________________ 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@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx* ____________________ 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@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*