s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions | Variables
qmail-postgrey.c File Reference
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "stralloc.h"
#include "logmsg.h"
#include "ip.h"
#include "case.h"
#include "str.h"
#include "exit.h"
#include "scan.h"
#include "timeout.h"
#include "timeoutconn.h"
#include "socket_if.h"
Include dependency graph for qmail-postgrey.c:

Go to the source code of this file.

Macros

#define WHO   "qmail-postgrey"
 
#define CT   10 /* Connect timeout */
 
#define WT   10 /* Write timeout */
 
#define RT   10 /* Read timeout */
 

Functions

int main (int argc, char **argv)
 

Variables

unsigned int port = 60000
 

Macro Definition Documentation

◆ CT

#define CT   10 /* Connect timeout */

Definition at line 17 of file qmail-postgrey.c.

◆ RT

#define RT   10 /* Read timeout */

Definition at line 19 of file qmail-postgrey.c.

◆ WHO

#define WHO   "qmail-postgrey"

Definition at line 15 of file qmail-postgrey.c.

◆ WT

#define WT   10 /* Write timeout */

Definition at line 18 of file qmail-postgrey.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 23 of file qmail-postgrey.c.

Here is the call graph for this function:

Variable Documentation

◆ port

unsigned int port = 60000

Definition at line 21 of file qmail-postgrey.c.