![]() |
s/qmail 4.3.20
Next generation secure email transport
|
functions recipients_init, recipients, recipients_parse, callapam More...
#include <unistd.h>
#include "cdbread.h"
#include "byte.h"
#include "open.h"
#include "control.h"
#include "constmap.h"
#include "stralloc.h"
#include "recipients.h"
#include "wait.h"
#include "str.h"
#include "fd.h"
#include "sig.h"
#include "case.h"
#include "buffer.h"
#include "auto_break.h"
#include "qmail.h"
Go to the source code of this file.
Macros | |
#define | FDAUTH 3 |
Functions | |
int | recipients_init () |
int | callapam (char *pam, char *addr) |
int | recipients_parse (char *rhost, int rlen, char *addr, char *rkey, int klen, char *vaddr, char *vkey, int vlen, char *ukey, int ulen) |
int | recipients (char *buf, int len) |
Variables | |
char | rcptbuf [BUFSIZE_AUTH] |
buffer | br = BUFFER_INIT(safewrite,FDAUTH,rcptbuf,sizeof(rcptbuf)) |
functions recipients_init, recipients, recipients_parse, callapam
pointer | to address, length of address |
Definition in file recipients.c.
#define FDAUTH 3 |
Definition at line 18 of file recipients.c.
int callapam | ( | char * | pam, |
char * | addr | ||
) |
Definition at line 58 of file recipients.c.
Definition at line 238 of file recipients.c.
int recipients_init | ( | void | ) |
Definition at line 48 of file recipients.c.
int recipients_parse | ( | char * | rhost, |
int | rlen, | ||
char * | addr, | ||
char * | rkey, | ||
int | klen, | ||
char * | vaddr, | ||
char * | vkey, | ||
int | vlen, | ||
char * | ukey, | ||
int | ulen | ||
) |
Definition at line 143 of file recipients.c.
Definition at line 56 of file recipients.c.
char rcptbuf[BUFSIZE_AUTH] |
Definition at line 55 of file recipients.c.