I'm trying to get it send mail from a couple of virtual hosts I'm running
off of my site, but for some reason it's ignoring my genericstable. No
errors on start up, but the mail sent to addresses I've set up in it
doen't resolve. It also seems to be ignoring my virtusertable as
well. I've been poking around adding different features and changing
syntax for the past couple of hours, so if these files are ugly
that's why. Here's my mc file:
include(`/usr/lib/sendmail-8.9.3/cf/m4/cf.m4')
define(`confDEF_USER_ID',``8:12'')
OSTYPE(`linux')
undefine(`UUCP_RELAY')
undefine(`BITNET_RELAY')
define(`confAUTO_REBUILD')
define(`confTO_CONNECT', `1m')
define(`confTRY_NULL_MX_LIST',true)
define(`confDONT_PROBE_INTERFACES',true)
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')
FEATURE(redirect)dnl
FEATURE(use_cw_file)dnl
FEATURE(local_procmail)dnl
FEATURE(masquerade_entire_domain)dnl
FEATURE(masquerade_envelope)dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')dnl
GENERICS_DOMAIN_FILE(`/etc/sendmail.cG')dnl
MAILER(local)dnl
MAILER(smtp)dnl
MAILER(procmail)
and my virtusertable:
[EMAIL PROTECTED] ben
[EMAIL PROTECTED] ben
[EMAIL PROTECTED] das_uberswank
[EMAIL PROTECTED] das_uberswank
[EMAIL PROTECTED] error:fuck off
[EMAIL PROTECTED] benmail
(benmail is an alias that goes to both ben & benfuck)
and my genericstable
ben [EMAIL PROTECTED]
benfuck [EMAIL PROTECTED]
This is the first time I've ever dug into the configuration files in
sendmail, so I'll admit I'm a bit confused. Entries into virtusertable
should be valid to send e-mail to correct? I was using the error entry as
a test and knew something was amiss when I couldn't mail it.
-Ben Newman
The problem with the world is that everyone is a few drinks behind.
-- Humphrey Bogart
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.