Home
last modified time | relevance | path

Searched refs:ROUTE_DISABLED_SMTP (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/smtpd/
Dmta.c594 mta_route_disable(route, 2, ROUTE_DISABLED_SMTP); in mta_route_error()
621 mta_route_disable(route, 2, ROUTE_DISABLED_SMTP); in mta_route_down()
1773 if (suspended_route & ROUTE_DISABLED_SMTP) in mta_find_route()
Dsmtpd.h756 #define ROUTE_DISABLED_SMTP 0x20 macro