|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Vivek Khera (khera_at_kcilink.com)
Date: Mon Feb 03 2003 - 13:30:12 CST
>>>>> "MF" == Mick Farmer <mick
penguin.dcs.bbk.ac.uk> writes:
MF> All our mail goes through a central mail hub, so all I
MF> really need is a simple SMTP program that runs each time a
MF> message is generated and sends it to the mail hub.
Here's my config on my workstation. Postfix is overkill, but the
default is sendmail in FreeBSD, which annoys me to no end... ;-)
Everything after the INSTALL-TIME CONFIGURATION line is added by the
postfix installation process. The stuff before it is what makes this
my "null client".
--cut here--
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
myorigin = $mydomain
mydestination =
mynetworks_style = host
relayhost = [yertle.int.kcilink.com]
alias_maps =
alias_database =
# INSTALL-TIME CONFIGURATION INFORMATION
#
# The following parameters are used when installing a new Postfix version.
#
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
#
sendmail_path = /usr/local/sbin/sendmail
# newaliases_path: The full pathname of the Postfix newaliases command.
# This is the Sendmail-compatible command to build alias databases.
#
newaliases_path = /usr/local/bin/newaliases
# mailq_path: The full pathname of the Postfix mailq command. This
# is the Sendmail-compatible mail queue listing command.
#
mailq_path = /usr/local/bin/mailq
# setgid_group: The group for mail submission and queue management
# commands. This must be a group name with a numerical group ID that
# is not shared with other accounts, not even with the Postfix account.
#
setgid_group = maildrop
# manpage_directory: The location of the Postfix on-line manual pages.
#
manpage_directory = /usr/local/man
# sample_directory: The location of the Postfix sample configuration files.
#
sample_directory = /usr/local/etc/postfix
# readme_directory: The location of the Postfix README files.
#
readme_directory = no
queue_directory = /var/spool/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 450
--cut here--
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]