Page 1 of 1

sendmail > access_db

Posted: Fri Jan 26, 2007 6:19 am
by eproducts
I enabled the following features in the sendmail.mc:

FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')
FEATURE(`blacklist_recipients')dnl

Build the sendmail.cf

Entered the following lines in the file: /etc/mail/access:
123.123.123.123 REJECT

Build the access_db with:
makemap hash /etc/mail/access < /etc/mail/access

rc sendmail restart or /etc/init.d/scalix restart

BUT nothing happens.
Isn't it ture, that a user with the IP: 123.123.123.123 is not allowed to send or receive e-mails?

Or does SCALIX not support the access_db?


Thanks
Thorsten

Posted: Fri Jan 26, 2007 11:09 am
by kanderson
For incoming mail, Scalix's own smtp server is listening. The file you want is /var/opt/scalix/??/s/sys/smtpd.cfg

It's fairly well documented, and should be straight forward to change.

Sendmail is only used for sending external mail. At least by default.