[TriLUG] Now why isn't this working (sendmail question)?
Jon Carnes
jonc at nc.rr.com
Mon Feb 4 11:29:54 EST 2002
----- Original Message -----
From: "Kevin - The Alchemist - Sonney" <alchemist at darkcanvas.com>
To: <trilug at trilug.org>
Sent: Monday, February 04, 2002 8:47 AM
Subject: [TriLUG] Now why isn't this working (sendmail question)?
Here is a copy of my Make file. Looks to be about the same as yours....
[root at salsa mail]# more Makefile
all: virtusertable.db access.db domaintable.db mailertable.db
%.db : %
@makemap hash $@ < $<
clean:
@rm -f *.db *~
======
Do a "strings virtusertable.db" and look at the output, it should show up
with your forward-to address followed on the next line by the forward-from
address (the opposite of the way the virtusertable file looks). If string
shows things up properly then the problem should be in your /etc/sendmail.cf
file.
# Virtual user table (maps incoming users)
Kvirtuser hash -o /etc/mail/virtusertable
===
Hope this helps...
Jon
More information about the TriLUG
mailing list