File: FAQ_HELP

package info (click to toggle)
didiwiki 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,912 kB
  • sloc: ansic: 5,985; sh: 1,532; makefile: 27
file content (68 lines) | stat: -rwxr-xr-x 4,234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Q: I got the message 'You need an access code. You should receive it by email.' 
but I didn't receive any email.
-------------------------------------------------------------------------------
A: CiWiki sends the access code automatically after a new user registration.
It runs the script notifynewuser.sh in the background. This script should be 
present in the folder /usr/local/libexec. (The script is present in the package 
and automatically installed with the command sudo make install).
notifynewuser.sh requires the program sSMPT, ssmtp.conf and revaliases
must be correctly configured.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Q: I installed notifynewuser.sh and I still do not receive the access code.
-------------------------------------------------------------------------------
A: Did you install sSMTP? (Debian: sudo apt-get install ssmtp) Did you configure 
ssmtp.conf and revaliases?  Did you start ciwiki with the option -s ( ciwiki -s ).
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Q: The registration doesn't word and I received this msg: sendmail: Server 
didn't like our AUTH LOGIN (530 5.7.0 Must issue a STARTTLS command first.) 
-------------------------------------------------------------------------------
A: Check ssmtp.conf, you need this line: UseSTARTTLS=YES
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Q: The registration page returns this message: sendmail: Cannot open mailhub:25
-------------------------------------------------------------------------------
A: Did you enter you mailhub?

Example of ssmtp.conf:

root=
mailhub=smtp.gmail.com:587
hostname=inphilly@gmail.com
AuthUser=inphilly@gmail.com
AuthPass=************** (password is in clear)
UseSTARTTLS=YES
FromLineOverride=NO
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Q: I get this message: sendmail: Authorization failed 
-------------------------------------------------------------------------------
A: Check your password in ssmtp.conf, AuthPass=xxxxxxxxxxx
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Q: How can I change the style of the pages displayed ? 
-------------------------------------------------------------------------------
A: The file styles.css is located in /.ciwiki/configuration folder. You can edit this file 
to change the link color, backgroung color, charset...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Q: Other computers can't connect!
-------------------------------------------------------------------------------
A: Check your inet address (run the script inet_addr.sh located in the folder
 /scripts of the package).
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Q: Can I avoid to logon?
-------------------------------------------------------------------------------
A: Only on the host, when ciwiki is started with the option -a ( ciwiki -a )
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Q: My login name is (null) in the Login information page and I can't change my 
password.
-------------------------------------------------------------------------------
A: Because ciwiki was started with the option -a ( ciwiki -a ), the computer host 
is automatically logged, so no user name and password were entered.
-------------------------------------------------------------------------------
----------------------------------- --------------------------------------------