My configuration file is below. And, Oliver, you were correct about the
password file. I'm use to Linux, and no FreeBSD yet.
When I try to start Exim it says:
Exim version 3.33 #1 built 09-Nov-2001 19:50:54
Copyright (c) University of Cambridge 2001
2001-11-10 17:35:37 Exim configuration error
auth name missing in line 164
2001-11-10 17:35:37 Exim configuration error
auth name missing in line 164
exim: could not open panic log - aborting: original error above
#####################################################
# qualify_domain =
# qualify_recipient =
local_domains = wolfcommunications.net:dreid.org:silentpaws.com
# local_domains_include_host_literals
forbid_domain_literals
exim_user = exim
exim_group = mail
never_users = root
host_accept_relay = localhost
host_lookup = *
# receiver_unqualified_hosts =
# sender_unqualified_hosts =
# receiver_verify
# sender_verify
# rbl_domains = blackholes.mail-abuse.org
rbl_domains = blackholes.mail-abuse.org:dialups.mail-abuse.org
# percent_hack_domains = *
ignore_errmsg_errors_after = 2d
timeout_frozen_after = 7d
end
######################################################################
# TRANSPORTS CONFIGURATION #
######################################################################
# ORDER DOES NOT MATTER #
# Only one appropriate transport is called for each delivery. #
######################################################################
remote_smtp:
driver = smtp
local_delivery:
driver = appendfile
file = /var/mail/$local_part
delivery_date_add
envelope_to_add
return_path_add
group = mail
mode = 0660
address_pipe:
driver = pipe
return_output
address_file:
driver = appendfile
delivery_date_add
envelope_to_add
return_path_add
address_reply:
driver = autoreply
end
######################################################################
# DIRECTORS CONFIGURATION #
# Specifies how local addresses are handled #
######################################################################
# ORDER DOES MATTER #
# A local address is passed to each in turn until it is accepted. #
######################################################################
system_aliases:
driver = aliasfile
file = /etc/aliases
search_type = lsearch
user = exim
group = mail
file_transport = address_file
pipe_transport = address_pipe
userforward:
driver = forwardfile
file = .forward
no_verify
no_expn
check_ancestor
# filter
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
match_directory = !^/nonexistent
localuser:
driver = localuser
transport = local_delivery
end
######################################################################
# ROUTERS CONFIGURATION #
# Specifies how remote addresses are handled #
######################################################################
# ORDER DOES MATTER #
# A remote address is passed to each in turn until it is accepted. #
######################################################################
lookuphost:
driver = lookuphost
transport = remote_smtp
ignore_target_hosts = 127.0.0.0/8
# domain_literal:
# driver = ipliteral
# transport = remote_smtp
end
######################################################################
# RETRY CONFIGURATION #
######################################################################
# Domain Error Retries
# ------ ----- -------
* * F,2h,15m; G,16h,1h,1.5; F,4d,8h
end
######################################################################
# REWRITE CONFIGURATION #
######################################################################
# There are no rewriting specifications in this default configuration file.
end
######################################################################
# AUTHENTICATION CONFIGURATION #
######################################################################
host_auth_accept_relay = *
AUTH_PLAINTEXT=yes
plain:
driver = plaintext
public_name = PLAIN
server_condition = "${if and {{!eq{$2}{}}{!eq{$3}{}} \
{crypteq{$3}{${extract{1}{:} \
{${lookup{$2}lsearch{/etc/master.passwd}{$value}{*:*}}}}}}}{1}{0}}"
server_set_id = $2
login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if and {{!eq{$1}{}}{!eq{$2}{}} \
{crypteq{$2}{${extract{1}{:} \
{${lookup{$1}lsearch{/etc/master.passwd}{$value}{*:*}}}}}}}{1}{0}}"
server_set_id = $1
# End of Exim configuration file