| Admin Q1: | I cannot install a web server like fexsrv, because I have no root permissions. Is there a pure-CGI-version of F*EX which runs with an apache web server? |
|---|---|
| Admin A1: |
F*EX is hard bound to fexsrv for several reasons (performance, file size limit, session concept, etc) and cannot be run as CGI under apache. But you might have a look at
which implement a file exchange as pure CGIs, but with a 2 GB file size limit, which F*EX does not have. |
| Admin Q2: | I have already a webserver (apache) running. How can I install F*EX in parallel? |
|---|---|
| Admin A2: |
You have to use a different port or ip for F*EX, because you cannot run two services on the same ip:port combination. For example port 88, use "./install -p 88" For another ip you can create a new virtual interface or use a virtual machine. See the documentation of your UNIX. |
| Admin Q3: | How do I install fexsrv with letsencrypt/TLS support? |
|---|---|
| Admin A3: |
See /home/fex/doc/letsencrypt
|
| Admin Q4: | Ok, I have installed F*EX. What now? |
|---|---|
| Admin A4: |
Become user fex and create some users with fac, example:
Then log in using the web interface: http://YOURFEXSERVER/fup
... and join the F*EX mailing list! ☺ |
| Admin Q5: | What is /home/fex/bin/fac and /home/fex/cgi-bin/fac ? |
|---|---|
| Admin A5: |
fac stands for F*EX Admin Control
|
| Admin Q6: | F*EX is not working at all! I cannot connect to it with my web browser! |
|---|---|
| Admin A6: |
Check your routing, ipfilters and firewall setup. Also check if xinetd is running. If it is linked with tcp-wrapper, configure it correctly (hosts.allow). /etc/xinetd.d/fex should not contain a line "only_from"F*EX needs port 80/tcp for HTTP and optionally port 443/tcp for HTTPS. Test the connection with: telnet YOURFEXSERVER 80 |
| Admin Q7: | What is the difference between all these user types (full, sub, group, external, ...)? |
|---|---|
| Admin A7: |
See [http://fex.rus.uni-stuttgart.de/users.html] |
| Admin Q8: | How can I integrate F*EX in the existing user management at my site? |
|---|---|
| Admin A8: |
F*EX has several authentication modules: local, RADIUS, LDAP, mailman and POP. For the last 4 please contact <framstag@rus.uni-stuttgart.de> |
| Admin Q9: | Can I make an alias address for an user? |
|---|---|
| Admin A9: |
F*EX users are defined by a directory in the spool. Therefore execute:
Now the user is known as user@do.main and alias@other.address |
| Admin Q10: | I want that all my local users can use F*EX. How? |
|---|---|
| Admin A10: |
Let them register themselves with http://YOURFEXSERVER/fur
You have to edit
@local_hosts = qw(127.0.0.1 10.10.100.0-10.10.255.255);
@local_domains = qw(flupp.org ulm.sub.net);
Or you can allow anonymous upload for your LAN users with fex.ph variable @anonymous_uploadExample:
@anonymous_upload = qw(10.10.100.0-10.10.200.255 129.69.1.11);
(Of course you have to use your real local hosts/networks!) |
| Admin Q11: | I want that external users can fex to my local users. How? |
|---|---|
| Admin A11: |
Let them register themselves with http://YOURFEXSERVER/fur
You have to edit
# your local receiving domains
@local_rdomains = qw(flupp.org *.flupp.org);
Or you can manually create a restricted external user with (example):
|
| Admin Q12: | How can I change user settings like quota, restrictions or keep time? |
|---|---|
| Admin A12: |
Use /home/fex/bin/fac
|
| Admin Q13: | How can I delete or temporarily disable a user? |
|---|---|
| Admin A13: |
Use /home/fex/bin/fac
|
| Admin Q14: | I have BIG files already on the fexserver host. Can I upload just a link instead of the whole file? |
|---|---|
| Admin A14: |
Set in fex.ph:
and use:
|
| Admin Q15: | I want the Bcc mails to fex (admin user) to be sent to another address. |
|---|---|
| Admin A15: |
Set variable $bcc in /home/fex/lib/fex.ph
|
| Admin Q16: | My users want to fex to mailing lists, but after first download the file is no more available!? |
|---|---|
| Admin A16: |
Add the mailing list address to @mailing_list in /home/fex/lib/fex.ph
This allows multiple downloads. |
| Admin Q17: | I need more security! How can I enable (https) encryption? |
|---|---|
| Admin A17: |
Read doc/SSL and also look for "fop_auth" in doc/concept (doc is a local directory in your installation or online [https://fex.belwue.de/doc/]) For email encryption see [https://fex.belwue.de/gpg.html] |
| Admin Q18: | I need a corporate identity look. How can I configure F*EX in this way? |
|---|---|
| Admin A18: |
|
| Admin Q19: | F*EX is too complicated for my tie users. I need a simplified upload form. |
|---|---|
| Admin A19: |
See /home/fex/htdocs/fup_template.html and /home/fex/htdocs/sup.html
or use public upload, see [https://fex.belwue.de/usecases/foreign.html] |
| Admin Q20: | F*EX is still too complicated! I need something more simplified. |
|---|---|
| Admin A20: |
Try [https://fex.belwue.de/fstools/woos.html] or use F*EX mail (see next question). |
| Admin Q21: | Can I integrate F*EX in my users MUAs (thunderbird, outlook, etc)? |
|---|---|
| Admin A21: |
See [https://fex.belwue.de/usecases/BIGMAIL.html] |
| Admin Q22: | Can I get a localized version in my native language? |
|---|---|
| Admin A22: | With your help, yes. Please contact <framstag@rus.uni-stuttgart.de> |
| Admin Q23: | I need ACLs for group access, versioning, a file browser and integration in my local file system. |
|---|---|
| Admin A23: |
This is beyond the scope of F*EX, which is designed for efficient file transfer only. But have a look at [https://fex.belwue.de/usecases/fexpush.html] |
| Admin Q24: | How can I get fup as start page? |
|---|---|
| Admin A24: |
Execute:
|
| Admin Q25: | Feature/design XY is missing. |
|---|---|
| Admin A25: | Contact the author <framstag@rus.uni-stuttgart.de> |
| Admin Q26: | How do I deinstall the F*EX server? |
|---|---|
| Admin A26: |
Execute:
|
| Admin Q27: | How can I use my own local FAQ? |
|---|---|
| Admin A27: |
Put your FAQ into file /home/fex/htdocs/FAQ/local.faq and execute:
|