Home
last modified time | relevance | path

Searched refs:smtpd (Results 1 – 19 of 19) sorted by relevance

/openbsd/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/etc/mail/
H A DMakefile8 ${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \
9 ${DESTDIR}/etc/mail/smtpd.conf
H A Daliases9 # >>>>>>>>>> show through to smtpd.
/openbsd/usr.sbin/smtpd/
H A Dconfig.c29 void set_local(struct smtpd *, const char *);
30 void set_localaddrs(struct smtpd *, struct table *);
32 struct smtpd *
35 struct smtpd *conf = NULL; in config_default()
155 set_local(struct smtpd *conf, const char *hostname) in set_local()
167 set_localaddrs(struct smtpd *conf, struct table *localnames) in set_localaddrs()
H A Dtable.c123 table_find(struct smtpd *conf, const char *name) in table_find()
213 table_create(struct smtpd *conf, const char *backend, const char *name, in table_create()
276 table_destroy(struct smtpd *conf, struct table *t) in table_destroy()
510 table_dump_all(struct smtpd *conf) in table_dump_all()
521 table_open_all(struct smtpd *conf) in table_open_all()
533 table_close_all(struct smtpd *conf) in table_close_all()
H A Dsmtpd.h549 struct smtpd { struct
1015 extern struct smtpd *env;
1294 struct smtpd *config_default(void);
1515 int parse_config(struct smtpd *, const char *, int);
1634 struct table *table_find(struct smtpd *, const char *);
1635 struct table *table_create(struct smtpd *, const char *, const char *,
1649 void table_destroy(struct smtpd *, struct table *);
1655 void table_open_all(struct smtpd *);
1656 void table_dump_all(struct smtpd *);
1657 void table_close_all(struct smtpd *);
H A DMakefile5 SUBDIR = smtpd
H A Dsmtpd.c51 static int smtpd(void);
122 struct smtpd *env = NULL;
471 struct smtpd *conf; in main()
722 return smtpd(); in main()
1022 smtpd(void) { in smtpd() function
H A Dsmtpctl.c69 struct smtpd *env;
H A Dparse.y85 struct smtpd *conf = NULL;
3106 parse_config(struct smtpd *x_conf, const char *filename, int opts) in parse_config()
/openbsd/usr.sbin/
H A DMakefile18 sa sasyncd sensorsd slaacctl slowcgi smtpd \
/openbsd/distrib/sets/lists/etc/
H A Dmi15 ./etc/mail/smtpd.conf
/openbsd/etc/mtree/
H A D4.4BSD.dist651 # ./var/spool/smtpd
652 smtpd type=dir uname=root gname=wheel mode=0711
H A Dspecial63 smtpd.conf type=file mode=0644 uname=root gname=wheel
/openbsd/etc/
H A Dchangelist69 /etc/mail/smtpd.conf
H A DMakefile66 ripd route6d sasyncd sensorsd slowcgi slaacd smtpd sndiod snmpd spamd \
H A Drc636 start_daemon dhcp6leased rad hostapd lpd smtpd slowcgi bgplgd httpd ftpd
/openbsd/distrib/sets/lists/base/
H A Dmi274 ./etc/rc.d/smtpd
2768 ./usr/sbin/smtpd
6616 ./var/spool/smtpd
6617 ./var/spool/smtpd/corrupt
6618 ./var/spool/smtpd/incoming
6619 ./var/spool/smtpd/offline
6620 ./var/spool/smtpd/purge
6621 ./var/spool/smtpd/queue
6622 ./var/spool/smtpd/temporary
/openbsd/distrib/sets/lists/man/
H A Dmi2327 ./usr/share/man/man5/smtpd.conf.5
2377 ./usr/share/man/man7/smtpd-filters.7
2378 ./usr/share/man/man7/smtpd-tables.7
2673 ./usr/share/man/man8/smtpd.8