summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2005-02-15 19:22:50 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2005-02-15 19:22:50 +0000
commit583741ac138fa6983ae8b201b3c51bad9ef2ef05 (patch)
tree3e6ff5477193935b3e0508c55afe3c27bda3529e /main.h
parent7bbad4f8de74ef60f19137230c38100787fd982b (diff)
Allow to set helo-name. Allow to send out local mail as remote mail by adding a
qualifying domain name. Allow forcing envelope-from and Sender headers. Drop possible admin-added sgid priveleges to be dropped after reading the config. (Bernhard Link)
Diffstat (limited to 'main.h')
-rw-r--r--main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.h b/main.h
index 6686bc7..5ec63ba 100644
--- a/main.h
+++ b/main.h
@@ -29,7 +29,9 @@ enum {
EX_TEMPFAIL = 75, /**< temp failure; user is invited to retry */
EX_PROTOCOL = 76, /**< remote error in protocol */
EX_NOPERM = 77, /**< permission denied */
- EX_CONFIG = 78 /**< configuration error */
+ EX_CONFIG = 78, /**< configuration error */
+ EX_DROPPERM = 79, /**< cannot drop setgid */
+ EX_NOUSERNAME = 80 /**< cannot determine username */
};
extern FILE *log_fp;