aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-smtpc/qmail-smtpc.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-30 11:07:43 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-30 11:07:43 +0000
commit541b3256968eae128abd35e762f3e3a81885fa7c (patch)
treee572a72530d42d6914f4505bf670c26c26e4c017 /src/qmail-smtpc/qmail-smtpc.c
parentd7633e83ce20d38324e6f724887344236d354ecd (diff)
downloadsmtpd-starttls-proxy-541b3256968eae128abd35e762f3e3a81885fa7c.tar.gz
Start some new work
Diffstat (limited to 'src/qmail-smtpc/qmail-smtpc.c')
-rw-r--r--src/qmail-smtpc/qmail-smtpc.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/qmail-smtpc/qmail-smtpc.c b/src/qmail-smtpc/qmail-smtpc.c
new file mode 100644
index 0000000..b6a7c47
--- /dev/null
+++ b/src/qmail-smtpc/qmail-smtpc.c
@@ -0,0 +1,11 @@
+/* ISC license. */
+
+#include <unistd.h>
+
+#include <smtpd-starttls-proxy/config.h>
+#include "qmailr.h"
+
+int main (int argc, char const *const *argv)
+{
+ _exit(0) ;
+}