Package: postfix
Version: 2.4.5-1
Severity: wishlist
I have been using debconf preseeding for postfix and I came up with a
template (attached) of what I think most people might want to tweak for new
installs, with comments to explain why they might want to do that. Maybe
you could you include this in the package as an example that preseeding
users could copy into their preseeding config and edit as necessary?
Also, can you review it and see if there is anything you would
change/add/delete?
Thanks,
--
Matt Taggart
[EMAIL PROTECTED]
## postfix preseeding
# General type of configuration? Default:Internet Site
# Choices: No configuration, Internet Site, Internet with smarthost,
# Satellite system, Local only
#postfix postfix/main_mailer_type select Internet with smarthost
# Where should mail for root go, Default:if not set, will spool locally
postfix postfix/root_address string [EMAIL PROTECTED]
# SMTP relay host? (blank for none) Default:(none)
#postfix postfix/relayhost string smtp.example.com
# Force synchronous updates on mail queue? Default:false
#postfix postfix/chattr boolean true
# Local networks? Default:"127.0.0.0/8"
# blank uses the postfix default (which is based on the connected subnets)
#postfix postfix/mynetworks string
# Use procmail for local delivery? Defaults to true if /usr/bin/procmail exists
#postfix postfix/procmail boolean false
# Mailbox size limit Default:0 (unlimited), upstream default is 51200000
#postfix postfix/mailbox_limit string 51200000
# Local address extension character? Default:+
#postfix postfix/recipient_delim string -
# Internet protocols to use? Default is based on checking if
# /proc/sys/net/ipv{4,6} exist
# Choices: all, ipv6, ipv4
#postfix postfix/protocols select ipv4