it is always set to superuser for me so mailing lists subscribe me
incorrectly. Can I set that up in mydomain.m4 in sendmail/cf/domain and
if so what is the syntax?
thx
1. setup genericstable
in sendmail/cf/domain/mydomain.m4:
FEATURE(`genericstable', `hash /etc/mail/genericstable')dnl
GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')dnl
FEATURE(`masquerade_envelope')dnl
2. makemap hash genericstable<genericstable
3. test using sendmail -bt and then
> /map generics root
4. from a prvs msg in the newsgroup: if you use
FEATURE(`masquerade_envelope'), the envelope sender will be masqueraded
per your MASQUERADE_AS() directive (or genericstable). The envelope
sender is what eventually ends up as Return-Path at the
recipient.
also you might have to hup sendmail