Searched refs:smtpd (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/usr.sbin/smtpd/
H A DMakefile5 SUBDIR = smtpd
H A Dconfig.c25 #include "smtpd.h"
29 void set_local(struct smtpd *, const char *);
30 void set_localaddrs(struct smtpd *, struct table *);
32 struct smtpd *
35 struct smtpd *conf = NULL;
155 set_local(struct smtpd *conf, const char *hostname)
167 set_localaddrs(struct smtpd *conf, struct table *localnames)
H A Dtable.c30 #include "smtpd.h"
126 table_find(struct smtpd *conf, const char *name)
216 table_create(struct smtpd *conf, const char *backend, const char *name,
279 table_destroy(struct smtpd *conf, struct table *t)
513 table_dump_all(struct smtpd *conf)
524 table_open_all(struct smtpd *conf)
536 table_close_all(struct smtpd *conf)
H A Dsmtpd.h1 /* $OpenBSD: smtpd.h,v 1.686 2024/06/02 23:26:39 jsg Exp $ */
36 #include "smtpd-defines.h"
37 #include "smtpd-api.h"
42 fatalx("smtpd: imsg %d: data size expected %zd got %zd",\
47 #define CONF_FILE "/etc/mail/smtpd.conf"
56 #define SMTPD_SOCKET "/var/run/smtpd.sock"
68 #define PATH_LIBEXEC "/usr/local/libexec/smtpd"
161 * This will ensure that we can never use a wrong version of smtpctl with smtpd.
549 struct smtpd { struct
1015 extern struct smtpd *en
[all...]
H A Dsmtpd.c1 /* $OpenBSD: smtpd.c,v 1.351 2024/05/07 12:10:06 op Exp $ */
43 #include "smtpd.h"
51 static int smtpd(void);
122 struct smtpd *env = NULL;
221 log_debug("debug: smtpd: "
227 log_debug("debug: smtpd: kill requested for %u: %s",
422 log_debug("debug: smtpd: mda process done "
438 log_warnx("warn: smtpd: "
449 fatalx("smtpd: unexpected child type");
458 fatalx("smtpd
1022 smtpd(void) { function
[all...]
H A Dsmtpctl.c39 #include "smtpd.h"
69 struct smtpd *env;
106 /* connect to smtpd control socket */
169 errx(1, "smtpd doesn't seem to be running");
187 errx(1, "incompatible smtpctl and smtpd");
947 errx(1, "smtpd doesn't seem to be running");
965 errx(1, "smtpd doesn't seem to be running");
994 errx(1, "smtpd doesn't seem to be running");
H A Dparse.y43 #include "smtpd.h"
85 struct smtpd *conf = NULL;
3106 parse_config(struct smtpd *x_conf, const char *filename, int opts)
/openbsd-current/etc/mail/
H A DMakefile8 ${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \
9 ${DESTDIR}/etc/mail/smtpd.conf
/openbsd-current/usr.sbin/smtpd/smtpd/
H A DMakefile5 PROG= smtpd
50 SRCS+= smtpd.c
79 MAN= sendmail.8 smtpd.8 smtpd-filters.7 smtpd-tables.7
80 MAN+= smtpd.conf.5 table.5
/openbsd-current/usr.sbin/
H A DMakefile18 sa sasyncd sensorsd slaacctl slowcgi smtpd \
/openbsd-current/etc/
H A DMakefile66 ripd route6d sasyncd sensorsd slowcgi slaacd smtpd sndiod snmpd spamd \

Completed in 130 milliseconds