diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-30 11:07:43 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-30 11:07:43 +0000 |
| commit | 541b3256968eae128abd35e762f3e3a81885fa7c (patch) | |
| tree | e572a72530d42d6914f4505bf670c26c26e4c017 /src/qmail-smtpc/qmail-smtpc.c | |
| parent | d7633e83ce20d38324e6f724887344236d354ecd (diff) | |
| download | smtpd-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.c | 11 |
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) ; +} |
