## to change it, you MUST call: fac -/ admin-email-address auth-id
$admin = 'fex@'.$hostname;
## to change it, you MUST call: fac -/ admin-email-address auth-id
$admin = 'fex@'.$hostname;
## optional: your mail domain
## if set it will be used as domain for every user without domain
## local_user ==> local_user@$mdomain
## optional: your mail domain
## if set it will be used as domain for every user without domain
## local_user ==> local_user@$mdomain
## expiration: keep files that number of days (maximum)
$keep_max = 99;
## autodelete: delete files after download (automatically)
## YES ==> immediatelly (1 minute grace time)
## expiration: keep files that number of days (maximum)
$keep_max = 99;
## autodelete: delete files after download (automatically)
## YES ==> immediatelly (1 minute grace time)
## register themselves as full users (must set both!)
# @local_hosts = qw(127.0.0.1 ::1 10.10.100.0-10.10.200.255 129.69.1.129);
# @local_domains = qw(uni-stuttgart.de flupp.org);
## register themselves as full users (must set both!)
# @local_hosts = qw(127.0.0.1 ::1 10.10.100.0-10.10.200.255 129.69.1.129);
# @local_domains = qw(uni-stuttgart.de flupp.org);
## optional: allow restricted user registration only by certain hosts
# @registration_hosts = qw(129.69.0.0-129.69.255.255 176.9.84.26);
## optional: allow restricted user registration only by certain hosts
# @registration_hosts = qw(129.69.0.0-129.69.255.255 176.9.84.26);
-## optional: for certain remote domains do not use sender address in
-## notfication email From, because their MTA will probably
+## optional: for certain remote domains do not use sender address in
+## notfication email From, because their MTA will probably
## reject it if From and To contain their domain name.
## Instead use $admin for From. See also $sender_from
# @remote_domains = qw(flupp.org);
## reject it if From and To contain their domain name.
## Instead use $admin for From. See also $sender_from
# @remote_domains = qw(flupp.org);