| 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.c | Check syntax of email addresses and SMTP helos |
| lib/base64.c | Base64 encoding and decoding functions |
| lib/cdb.c | Functions to read from CDB database |
| lib/control.c | Functions to load data from configuration files |
| lib/dns_helpers.c | DNS helper functions that do no network actions |
| lib/fmt.c | Functions for output formatting |
| lib/getfile.c | Functions to get information from filterconf files |
| lib/libowfatconn.c | Connector functions for libowfat DNS functions |
| lib/log.c | Syslog interface |
| lib/match.c | IP and domain matching functions |
| lib/mime.c | MIME handling functions |
| lib/mmap.c | Function to mmap a file |
| lib/netio.c | Functions for network I/O |
| lib/qdns.c | DNS query functions |
| lib/ssl_timeoutio.c | SSL encoding and decoding functions for network I/O |
| lib/tls.c | Helper functions for STARTTLS |
| lib/xtext.c | Functions for xtext parsing |
| qremote/conn.c | Functions for establishing connection to remote SMTP server |
| qremote/qrdata.c | Send message body to remote host |
| qremote/qremote.c | Main functions of Qremote |
| qremote/smtproutes.c | Functions for handling of control/smtproutes |
| qremote/starttlsr.c | Functions for SSL encoding and decoding of network I/O |
| qsmtpd/antispam.c | Several helper functions for spam filters |
| qsmtpd/auth.c | Functions for SMTP AUTH |
| qsmtpd/data.c | Receive and queue message data |
| qsmtpd/qsmtpd.c | Main part of Qsmtpd |
| qsmtpd/spf.c | Functions to query and parse SPF entries |
| qsmtpd/starttls.c | Functions for STARTTLS SMTP command |
| qsmtpd/syntax.c | Syntax checking helper functions |
| qsmtpd/syntax.h [code] | Functions to handle syntax error in the commands an SMTP client sends |
| qsmtpd/vpop.c | Function to get domain directory of vpopmail virtual domain |
| qsmtpd/filters/badcc.c | Reject multiple recipients mail if specific other recipients are given |
| qsmtpd/filters/badmailfrom.c | Reject mail based on envelope from |
| qsmtpd/filters/boolean.c | Boolean reject decisions |
| qsmtpd/filters/check2822.c | Check RfC2822 syntax of mail body |
| qsmtpd/filters/rcpt_filters.c | Collection of all user filters for access by qsmtpd.c |
| qsmtpd/filters/smtpbugs.c | Reject mail when sending SMTP engine is not standard compliant |
| qsmtpd/filters/spf.c | Reject mail based on SPF policy |