Home
last modified time | relevance | path

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

/dports/mail/postfix-policyd-sf/policyd-1.82/
H A Dgeneric.c655 if((postfix_recipient_quota_exceeded=malloc(512)) != NULL) in read_conf()
658 …snprintf(postfix_recipient_quota_exceeded, 512, "%s %s\n\n", POSTFIX_QUOTA_EXCEEDED_TEMP, extract_… in read_conf()
660 …snprintf(postfix_recipient_quota_exceeded, 512, "%s %s\n\n", POSTFIX_QUOTA_EXCEEDED_PERM, extract_… in read_conf()
803 logmessage("config: postfix_recipient_quota_exceeded> %s\n", postfix_recipient_quota_exceeded); in read_conf()
1249 buf_write(fd, postfix_recipient_quota_exceeded, strlen(postfix_recipient_quota_exceeded)); in policy_reply()
H A Dpolicyd.h179 char *postfix_recipient_quota_exceeded; variable