![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "global.h"
#include "qmail.h"
#include "auto_qmail.h"
#include "stralloc.h"
#include "case.h"
#include "control.h"
#include "constmap.h"
#include "direntry.h"
#include "error.h"
#include "getoptb.h"
#include "str.h"
#include "fmt.h"
#include "open.h"
#include "byte.h"
#include "scan.h"
Go to the source code of this file.
Macros | |
#define | FDAUTH 3 |
Functions | |
int | pam_exit (int fail) |
int | main (int argc, char *const *argv) |
Variables | |
char | inputbuf [BUFSIZE_AUTH] |
struct constmap | mapvdoms |
stralloc | vdoms = {0} |
stralloc | vdomdir = {0} |
stralloc | vuser = {0} |
stralloc | vuserdir = {0} |
Definition in file qmail-vmailuser.c.
#define FDAUTH 3 |
Definition at line 22 of file qmail-vmailuser.c.
Definition at line 39 of file qmail-vmailuser.c.
char inputbuf[BUFSIZE_AUTH] |
Definition at line 32 of file qmail-vmailuser.c.
struct constmap mapvdoms |
Definition at line 33 of file qmail-vmailuser.c.
stralloc vdomdir = {0} |
Definition at line 35 of file qmail-vmailuser.c.
stralloc vdoms = {0} |
Definition at line 34 of file qmail-vmailuser.c.
stralloc vuser = {0} |
Definition at line 36 of file qmail-vmailuser.c.
stralloc vuserdir = {0} |
Definition at line 37 of file qmail-vmailuser.c.