s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions | Variables
sendmail.c File Reference
#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"
Include dependency graph for sendmail.c:

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 **argv)
 

Variables

char * smtpdarg [] = { "bin/qmail-smtpd", 0 }
 
char * qreadarg [] = { "bin/qmail-qread", 0 }
 
int flagh
 
char * sender
 

Macro Definition Documentation

◆ WHO

#define WHO   "sendmail"

Definition at line 11 of file sendmail.c.

Function Documentation

◆ die_usage()

void die_usage ( )

Definition at line 18 of file sendmail.c.

Here is the caller graph for this function:

◆ do_sender()

void do_sender ( const char *  s)

Definition at line 50 of file sendmail.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mailq()

void mailq ( )

Definition at line 44 of file sendmail.c.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 84 of file sendmail.c.

Here is the call graph for this function:

◆ nomem()

void nomem ( )

Definition at line 13 of file sendmail.c.

Here is the caller graph for this function:

◆ smtpd()

void smtpd ( )

Definition at line 25 of file sendmail.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ flagh

int flagh

Definition at line 81 of file sendmail.c.

◆ qreadarg

char* qreadarg[] = { "bin/qmail-qread", 0 }

Definition at line 43 of file sendmail.c.

◆ sender

char* sender

Definition at line 82 of file sendmail.c.

◆ smtpdarg

char* smtpdarg[] = { "bin/qmail-smtpd", 0 }

Definition at line 23 of file sendmail.c.