Qsmtp  0.23svn
File List
Here is a list of all documented files with brief descriptions:
version.h [code]Definition of Qsmtp(d) version string
include/antispam.h [code]Headers of antispam helper functions
include/base64.h [code]Headers of Base64 encode and decode functions
include/cdb.h [code]Headers of function to read from CDB database
include/conn.h [code]Headers of Qremote functions for connection establishing
include/control.h [code]Headers of functions for control file handling
include/fmt.h [code]Functions for output formatting
include/ipme.h [code]Headers of functions to filter out IP addresses of the local machine
include/libowfatconn.h [code]Function declarations for libowfat connector
include/log.h [code]Header for syslog interface functions
include/match.h [code]Functions for matching IP and domains against patterns
include/mime.h [code]Functions for parsing MIME messages
include/mmap.h [code]Headers of functions for mapping files into memory
include/netio.h [code]Functions for network I/O
include/qdns.h [code]Headers of functions for DNS lookups and address validating
include/qrdata.h [code]Function definitions for Qremote's handling of message bodies
include/qremote.h [code]Definitions for common parts from Qremote exported from qremote.c
include/qsauth.h [code]Function definitions for Qsmtpd's handling of message bodies
include/qsdata.h [code]Function definitions for Qsmtpd's handling of message bodies
include/qsmtpd.h [code]Definitions for common parts from Qsmtpd exported from qsmtpd.c
include/ssl_timeoutio.h [code]Definition of wrappers around OpenSSL functions
include/sstring.h [code]Definition of string record and headers of corresponding helper functions
include/starttlsr.h [code]Interface for Qremote's STARTTLS handling
include/tls.h [code]Global SSL error handling definitions
include/userfilters.h [code]Common function definitions for all user filters
include/vpop.h [code]Declaration of function for accessing vpopmail data files
include/xtext.h [code]Headers of functions for xtext parsing
lib/addrsyntax.cCheck syntax of email addresses and SMTP helos
lib/base64.cBase64 encoding and decoding functions
lib/cdb.cFunctions to read from CDB database
lib/control.cFunctions to load data from configuration files
lib/dns_helpers.cDNS helper functions that do no network actions
lib/fmt.cFunctions for output formatting
lib/getfile.cFunctions to get information from filterconf files
lib/libowfatconn.cConnector functions for libowfat DNS functions
lib/log.cSyslog interface
lib/match.cIP and domain matching functions
lib/mime.cMIME handling functions
lib/mmap.cFunction to mmap a file
lib/netio.cFunctions for network I/O
lib/qdns.cDNS query functions
lib/ssl_timeoutio.cSSL encoding and decoding functions for network I/O
lib/tls.cHelper functions for STARTTLS
lib/xtext.cFunctions for xtext parsing
qremote/conn.cFunctions for establishing connection to remote SMTP server
qremote/qrdata.cSend message body to remote host
qremote/qremote.cMain functions of Qremote
qremote/smtproutes.cFunctions for handling of control/smtproutes
qremote/starttlsr.cFunctions for SSL encoding and decoding of network I/O
qsmtpd/antispam.cSeveral helper functions for spam filters
qsmtpd/auth.cFunctions for SMTP AUTH
qsmtpd/data.cReceive and queue message data
qsmtpd/qsmtpd.cMain part of Qsmtpd
qsmtpd/spf.cFunctions to query and parse SPF entries
qsmtpd/starttls.cFunctions for STARTTLS SMTP command
qsmtpd/syntax.cSyntax checking helper functions
qsmtpd/syntax.h [code]Functions to handle syntax error in the commands an SMTP client sends
qsmtpd/vpop.cFunction to get domain directory of vpopmail virtual domain
qsmtpd/filters/badcc.cReject multiple recipients mail if specific other recipients are given
qsmtpd/filters/badmailfrom.cReject mail based on envelope from
qsmtpd/filters/boolean.cBoolean reject decisions
qsmtpd/filters/check2822.cCheck RfC2822 syntax of mail body
qsmtpd/filters/rcpt_filters.cCollection of all user filters for access by qsmtpd.c
qsmtpd/filters/smtpbugs.cReject mail when sending SMTP engine is not standard compliant
qsmtpd/filters/spf.cReject mail based on SPF policy