![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <unistd.h>
#include "getoptb.h"
#include "buffer.h"
#include "alloc.h"
#include "auto_qmail.h"
#include "exit.h"
#include "env.h"
#include "str.h"
#include "logmsg.h"
Go to the source code of this file.
Macros | |
#define | WHO "sendmail" |
Functions | |
void | nomem () |
void | die_usage () |
void | smtpd () |
void | mailq () |
void | do_sender (const char *s) |
int | main (int argc, char *const *argv) |
Variables | |
char * | smtpdarg [] = { "bin/qmail-smtpd", 0 } |
char * | qreadarg [] = { "bin/qmail-qread", 0 } |
int | flagh |
char * | sender |
#define WHO "sendmail" |
Definition at line 11 of file sendmail.c.
void die_usage | ( | ) |
void do_sender | ( | const char * | s | ) |
Definition at line 50 of file sendmail.c.
void mailq | ( | ) |
void nomem | ( | ) |
void smtpd | ( | ) |
Definition at line 25 of file sendmail.c.
int flagh |
Definition at line 81 of file sendmail.c.
char* qreadarg[] = { "bin/qmail-qread", 0 } |
Definition at line 43 of file sendmail.c.
char* sender |
Definition at line 82 of file sendmail.c.
char* smtpdarg[] = { "bin/qmail-smtpd", 0 } |
Definition at line 23 of file sendmail.c.