root/projects/Twisted-Goodies/trunk/misc/etc_simpleserver_server.conf

Revision 68, 0.8 kB (checked in by edsuom, 1 year ago)

Starting work on simpleserver.smtp

Line 
1 # SimpleServer Configuration File
2
3 # User and group
4 user = simpleserver
5 group = simpleserver
6
7 # Services provided
8 services = HTTP, POP3
9
10 # Passwords file for authenticated access
11 passwd = /etc/simpleserver/passwd
12
13 # SSL private key file
14 private key = /etc/ssl/server/server-key.pem
15
16 # SSL certificate file
17 certificate = /etc/ssl/certs/server-cert.pem
18
19
20 #--- Each section below is for a particular service ---------------------------
21
22 [HTTP]
23 tcp = 80
24 ssl = 443
25 base dir = /var/www
26 default host = foss.tellectual.com
27
28
29 [POP3]
30 tcp = 110
31 base dir = /var/mail
32
33
34 [SMTP]
35 tcp = 22
36 base dir = /var/mail
37 accounts = /etc/simpleserver/mail.accounts
38 whitelist = /etc/simpleserver/mail.whitelist
39 dnsbl primary = sbl-xbl.spamhaus.org, dsn.rfc-ignorant.org
40 dnsbl secondary = dnsbl.sorbs.net
Note: See TracBrowser for help on using the browser.