Configuration
From QMail-Toaster
Contents |
[edit] Domains
Follow this link for information about configuring domains.
[edit] Users
Follow this link for information about configuring users.
List of Mobile Device which succesfully connect to QmailToaster with SMTP-Auth and Submission Port
List of Wapmail for mobile users with GPRS and Wap Browser Handphone
[edit] Control Files
The majority of the configuration files are located in the /var/qmail/control directory.
man qmail-control excerpt:
You can change the behavior of the qmail system by modifying qmail's control files in /var/qmail/control.
qmail [but not Qmail-Toaster] can survive with just one control file, me, containing the fully-qualified name of the current host. This file is used as the default for other hostname-related control files.
Comments are allowed in badhelo, badmailfrom, badmailfromnorelay, badmailto, badmailtonorelay, locals, percenthack, qmqpservers, rcpthosts, smtproutes, and virtualdomains. Trailing spaces and tabs are allowed in any [qmail] control file.
[edit] Control Files by Name
Table of Control Files organized alphabetically with default values, included with Qmail-Toaster, and used by information.
[edit] Control Files by Function
Links to Control File descriptions organized by module.
[edit] Filtering
[edit] Pre Receipt
[edit] chkuser
[edit] RBLs
[edit] SPF
[edit] Post Receipt
[edit] domainkeys
[edit] simscan
[edit] clamav
[edit] spamassassin
[edit] SURBL
[edit] Networking
[edit] Domain Name Server
The Linux Cookbook (O'Reilly) by Carla Schroder has very good recipes for setting up a DNS server. Caching, public and private servers for both bind and djbdns are covered. You can also read it online here.
[edit] bind
A very nice tutorial for bind can be found here.
[edit] djbdns
A very nice tutorial for djbdns can be found here.