HomeSort by: relevance | last modified time | path
    Searched refs:smtputf8_autodetect (Results 1 - 7 of 7) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
smtputf8.h 61 * smtputf8_autodetect() uses the setting of the smtputf8_autodetect_classes
64 extern int smtputf8_autodetect(int);
smtputf8.c 11 /* int smtputf8_autodetect(class)
14 /* smtputf8_autodetect() determines whether the cleanup server
67 /* smtputf8_autodetect - enable SMTPUTF8 autodetection */
69 int smtputf8_autodetect(int class) function
71 static const char myname[] = "smtputf8_autodetect";
post_mail.c 230 | smtputf8_autodetect(source_class)
  /src/external/ibm-public/postfix/dist/src/pickup/
pickup.c 490 cleanup_flags |= smtputf8_autodetect(MAIL_SRC_MASK_SENDMAIL);
  /src/external/ibm-public/postfix/dist/src/local/
forward.c 167 | smtputf8_autodetect(MAIL_SRC_MASK_FORWARD) \
  /src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd.c 275 cleanup_flags |= smtputf8_autodetect(MAIL_SRC_MASK_QMQPD);
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.c 2256 cleanup_flags |= smtputf8_autodetect(MAIL_SRC_MASK_SMTPD);

Completed in 27 milliseconds