Home
last modified time | relevance | path

Searched refs:pMail_command (Results 1 – 4 of 4) sorted by relevance

/dports/mail/qpopper/qpopper4.1.0/popper/
H A Dpop_xmit.c209 DEBUG_LOG1 ( p, "Forking for \"%s\"", p->pMail_command );
239 (void) execl ( p->pMail_command, "sendmail", "-t", "-i", "-oem", NULLCP );
247 p->pMail_command, STRERROR(errno), errno );
H A Dpop_init.c702 p->pMail_command = MAIL_COMMAND;
703 DEBUG_LOG1 ( p, "Mail command (for XTND XMIT) is '%s'", p->pMail_command );
H A Dpopper.h733 char *pMail_command; /* Command to send mail (e.g., path to sendmail) */ member
H A Dpop_config.c959 case kMAIL_COMMAND: R__PTR ( &p->pMail_command ); in get_opt_ptr()