> These functions are working flawlessly. What apparently no longer
> functions
> is the carry over from sendmai 8.8.9 of the following entries....in the
> sendmail.cf file (current version of this file is 8.11.0)
>
> F{LocalIP} /etc/mail/sendmail.LocalIP
>
> And then in the check_rcpt area I define the following:
>
> R$={LocalIP}$* $| $* $@ ok
I've never used this particular method, so I don't know if it's exactly the
same... But sendmail expects a file /etc/mail/access with the following
format:
127.0.0.1 RELAY
xx.xx.xx.xx RELAY
Then `cd /etc/mail` and `make access.db` to rebuild the db.
There may be other ways; this may not help...
References:
|
|