QwikMail SMTP server configuration

The directory /etc/qwik-smtpd contains configuration files with specific names (localip, localhost, etc.). Each of these files configures a separate parameter. Changing the configuration is done simply by editing (or creating) these files with the appropriate configuration value in the file. Most files will be only one line in length.

File Default Value Description
localip `myip.sh` IP address of machine
localhost `hostname` domain name of machine (whom to accept mail for)
smtpgreeting localhost upon connecting to SMTP port, will determine the greeting message; eg. 220 localhost SMTP service ready
max_recipients 100 maximum number of recipients per message
max_smtp_errors 10 maximum number of bad SMTP commands before the client is disconnected; DO NOT SET BELOW 2
max_message_size 5242880 maximum size of a message in bytes
connect_timeout 300 seconds before client will be disconnected after 220 greeting has been issued
mail_timeout 60 seconds before client will be disconnected before MAIL FROM has been issued
rcpt_timeout 60 secrcpt before client will be disconnected before RCPT TO has been issued
data_timeout 7200 secrcpt before client will be disconnected before DATA has been issued


   $Date: 2002/01/04 17:40:23 $
   $Revision: 1.3 $