[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Sendmail FEATURE() syntax incorrect



There seems to be something wrong with the FEATURE() directive in
sendmail.mc mine is:
FEATURE(`virtusertable', `hash /etc/mail/virtusertable')dnl

Ever since 2.2r3 came out, sendmailconfig raises an error when processing
the above FEATURE line. It seems to create an incorrect database line:
virtusertable:hash:-:hash:/etc/mail/virtusertable:

The line should be:
virtusertable:hash:-:/etc/mail/virtusertable:-:
IIRC

I tried using a clean sendmail.mc file from sendmailconfig and noticed that
it added a few lines that had not been there before. But after adding the
FEATURE() line back in the same error occurred. The reason I think it has to
do with the parsing of the mc file is that the Makefile that is created is
also incorrect.

Please let me know if something has changed that I don't know about
(sendmail.org does not show a syntax change). Being that my normal address
that is subscribed to the lists is not receiving email please respond
directly.

-Ryan



Reply to: