File: 2anubisrc

package info (click to toggle)
anubis 4.1.1%2Bdfsg1-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,896 kB
  • sloc: ansic: 17,484; sh: 4,923; yacc: 1,432; exp: 912; lisp: 698; lex: 415; makefile: 364; perl: 223; awk: 62; sed: 16
file content (43 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (3)
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
#
# A sample system configuration file. Copy this file to `/etc/anubisrc'.
# To protect your passwords in this configuration file, use the 0600
# (u=rw,g=,o=) permissions, otherwise GNU Anubis won't accept this file.
# Hash-marked comments (#) and white lines are ignored.
#

#
# The "CONTROL" section.
# A system configuration file.
#

---BEGIN CONTROL---
# bind [HOST:]PORT
# remote-mta HOST[:PORT]
# local-mta FILE-NAME [ARGS]
# termlevel NORMAL-VERBOSE-DEBUG-SILENT
# tracefile YES-OR-NO
# esmtp-auth USERNAME:PASSWORD
# socks-proxy HOST[:PORT]
# socks-v4 YES-OR-NO
# socks-auth USERNAME:PASSWORD
# ssl YES-OR-NO
# ssl-oneway YES-OR-NO
# ssl-cert FILE-NAME
# ssl-key FILE-NAME
# ssl-cafile FILE-NAME
# allow-local-mta YES-OR-NO
# drop-unknown-user YES-OR-NO
# user-notprivileged USERNAME
# control-priority VALUE
# rule-priority VALUE
---END---

#
# The "TRANSLATION" section.
# A system configuration file only.
#

#---BEGIN TRANSLATION---
#translate [USER@]ADDRESS into USERNAME
#---END---