initial commit of file from CVS for smeserver-qpsmtpd on Thu 26 Oct 11:25:19 BST 2023

This commit is contained in:
2023-10-26 11:25:19 +01:00
parent c8bfca82cb
commit c45ac2b2d0
197 changed files with 3867 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
# This templated file is sourced by the qpsmtpd run
# file. Shell variables can be set here for use by the run
# script, or environment variables can be exported for use
# by qpsmtpd.

View File

@@ -0,0 +1,3 @@
{
return "INSTANCES=" . ($qpsmtpd{Instances} || "40");
}

View File

@@ -0,0 +1,3 @@
{
return "INSTANCES_PER_IP=" . ($qpsmtpd{InstancesPerIP} || "5");
}

View File

@@ -0,0 +1 @@
export PATH=/var/qmail/bin:/bin:/usr/bin:/usr/local/bin

View File

@@ -0,0 +1,3 @@
{
return "export PORT=" . ($qpsmtpd{TCPPort} || "25");
}

View File

@@ -0,0 +1,3 @@
{
return "SOFTLIMIT=" . ($qpsmtpd{Softlimit} || "50000000");
}

View File

@@ -0,0 +1,3 @@
{
return "export TCPLOCALHOST=$SystemName.$DomainName";
}