Lines Matching refs:mailer
216 typedef struct mailer MAILER;
230 struct mailer *q_mailer; /* mailer to use */
234 char *q_home; /* home dir (local mailer only) */
376 ** Every mailer known to the system is declared in this
377 ** structure. It defines the pathname of the mailer, some
386 struct mailer
388 char *m_name; /* symbolic name of this mailer */
389 char *m_mailer; /* pathname of the mailer to use */
394 short m_mno; /* mailer number internally */
402 long m_maxsize; /* size limit on message to this mailer */
404 int m_maxdeliveries; /* max deliveries per mailer connection */
412 short m_qgrp; /* queue group for this mailer */
424 #define M_EXPENSIVE 'e' /* it costs to use this mailer.... */
426 #define M_FOPT 'f' /* mailer takes picky -f flag */
442 #define M_RUNASRCPT 'o' /* always run mailer as recipient */
446 #define M_ROPT 'r' /* mailer takes picky -r flag */
487 EXTERN MAILER *FileMailer; /* ptr to *file* mailer */
488 EXTERN MAILER *InclMailer; /* ptr to *include* mailer */
489 EXTERN MAILER *LocalMailer; /* ptr to local mailer */
490 EXTERN MAILER *ProgMailer; /* ptr to program mailer */
670 struct mailer *mci_mailer; /* ptr to the mailer for this conn */
1450 MAILER *sv_mailer; /* pointer to mailer */
1455 MCI sv_mci; /* mailer connection info */
1480 #define ST_MAILER 3 /* a mailer header */
1503 #define ST_MCI 17 /* mailer connection info (offset) */