aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-smtpc/qmail-smtpc.c
blob: b6a7c47a2b0225d47f85eb766c698c11298983ce (plain)
1
2
3
4
5
6
7
8
9
10
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) ;
}