[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/HowTo/PublicMailServer(SMTP)" by PetterReinholdtsen
Debian Wiki
debian-www at lists.debian.org
Tue Jun 4 07:21:31 UTC 2013
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/HowTo/PublicMailServer(SMTP)" page has been changed by PetterReinholdtsen:
http://wiki.debian.org/DebianEdu/HowTo/PublicMailServer%28SMTP%29?action=diff&rev1=3&rev2=4
Comment:
More details on the debconf answers to use for exim4-config.
== Set up the exim4 configuration with the new DNS domain ==
- Run {{{dpkg-reconfigure exim4-config}}} as root and add example.com and postoffice.example.com to the list of names to accept mail to.
+ Run {{{dpkg-reconfigure exim4-config}}} as root provide these answers to the debconf questions:
- Set 10.0.0.0/8 as the subnet to accept relaying for. Set maildir as the form of delivery.
+ || General type of mail configuration: || internet site; mail is sent and received directly using SMTP ||
+ || System mail name: || postoffice.example.com ||
+ || IP-addresses to listen on for incoming SMTP connections: || [blank] ||
+ || Other destinations for which mail is accepted:|| intern;postoffice.intern;example.com ||
+ || Machines to relay mail for: || 10.0.0.0/8 ||
+ || Keep number of DNS-queries minimal (Dial-on-Demand)? || No ||
+ || Delivery method for local mail: || Maildir format in home directory ||
+ || Split configuration into small files? || Yes ||
== Change mail name for tjener to get valid addresses in outgoing email ==
@@ -68, +75 @@
}}}
- == dd port forwarding in the gateway, allowing connections from the outside for port 25 to make it to tjener.intern ==
+ == Add port forwarding in the gateway, allowing connections from the outside for port 25 to make it to tjener.intern ==
How this is done depend on the brand of your gateway.
More information about the debian-edu-commits
mailing list