HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] R: Hylafax - Your post on the FAQ
I'm happy to help you! My fax server its up and running from 1 months!
First of all add this line (as suggested me by Pedro Fraile) to the
function 'file_owner', at the bottom of
/usr/local/httpd/cgi-bin/fax/smbfax-html.pl, to change the user name to
uppercase. My version reads like this:
sub file_owner {
my $file = shift;
my @statent = stat($file) or return undef;
my @pwent = getpwuid($statent[4]);
# Put username in uppercase
$pwent[0] =~ tr/[a-z]ñ/[A-Z]Ñ/;
^^^^^^^^^^^^^^^^^^^^
return $pwent[0];
}
In /etc/aliases you must insert:
DOMAIN+User1: User1@domain.com
Please let me know if you solve the problem...
Regards,
Gianluigi Di Vaio
-----Messaggio originale-----
Da: Nathan J. Underwood [mailto:nathan.underwood@utcm.com]
Inviato: venerdì 10 gennaio 2003 19.07
A: Gianluigi.divaio@italia.ottobock.de
Oggetto: Hylafax - Your post on the FAQ
I'm terribly sorry to bother you, but I believe that I may be having a
similar problem, and thought possibly we could assist each other. I have a
similar setup (NT Domain, Hylafax / smbfax fax server), that appears to be
working except when it tries to send the confirmation e-mail, it's sending
it to "DOMAIN+username@domain.com", rather than simply
"username@domain.com". I've added the appropriate entries in /etc/aliases,
but to no avail.
____________________ 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.*