aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpd.h
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2018-06-05 00:13:12 +0200
committerGilles Chehade <gilles@poolp.org>2018-06-05 00:13:12 +0200
commitae70fff72f0a435b3d249eb20b68bc40250eb2d9 (patch)
tree57332791d969333528cd1fc81c8e6c9f5f5f7f8c /smtpd/smtpd.h
parentsync with openbsd (diff)
downloadOpenSMTPD-ae70fff72f0a435b3d249eb20b68bc40250eb2d9.tar.xz
OpenSMTPD-ae70fff72f0a435b3d249eb20b68bc40250eb2d9.zip
sync
Diffstat (limited to 'smtpd/smtpd.h')
-rw-r--r--smtpd/smtpd.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index 735c42f2..4c60441a 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.548 2018/06/03 14:04:06 gilles Exp $ */
+/* $OpenBSD: smtpd.h,v 1.549 2018/06/04 15:57:46 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -531,6 +531,7 @@ struct smtpd {
size_t sc_session_max_rcpt;
size_t sc_session_max_mails;
+ struct dict *sc_mda_wrappers;
size_t sc_mda_max_session;
size_t sc_mda_max_user_session;
size_t sc_mda_task_hiwat;
@@ -1046,6 +1047,7 @@ struct dispatcher_local {
uint8_t expand_only;
uint8_t forward_only;
+ char *mda_wrapper;
char *command;
char *table_alias;
@@ -1245,7 +1247,7 @@ void mda_unpriv(struct dispatcher *, struct deliver *, const char *, const char
/* mda_variables.c */
size_t mda_expand_format(char *, size_t, const struct deliver *,
- const struct userinfo *);
+ const struct userinfo *, const char *);
/* makemap.c */