I use email2fax to send faxes from my Qmail server. This service is working fine with text data, but some problem occur with some pdf files, that i receive strange characters instead correct content in my fax machine. I need the solution to this problem. # cat .qmail-default | /var/qmail/email2fax.pl # cat /var/qmail/email2fax.pl #!/usr/bin/perl my $mail2fax_program = '/var/spool/hylafax/bin/mail2sendfax'; my $log_file = '/tmp/email2fax.log'; my $DEBUG = 1; my $msg; my $recepient =...