/etc/anubisrc is in anubis 4.1.1+dfsg1-3.1.
This file is owned by root:root, with mode 0o600.
The actual contents of the file can be viewed below.
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 | #
# 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---
|