Help access

Help access

am 02.04.2008 23:42:48 von Minh

Hi,
I need to setup basic sendmail server to receive remote and local
mail.

Hostname: mailhost.mydomain.com IP: 172.16.0.4
Domain name: mydomain.com
Network: 172.16.0.0 / 255.255.0.0

Do I need to create the /etc/mail/access file OR sendmail will allow
local domain (mydomain.com) by default ?

What is the /etc/mail/access entry to allow RELAY my network ?

Thanks

Re: Help access

am 03.04.2008 04:41:21 von Amiri Barksdale

On Apr 2, 5:42 pm, Minh wrote:
> Hi,
> I need to setup basic sendmail server to receive remote and local
> mail.
>
> Hostname: mailhost.mydomain.com IP: 172.16.0.4
> Domain name: mydomain.com
> Network: 172.16.0.0 / 255.255.0.0
>
> Do I need to create the /etc/mail/access file OR sendmail will allow
> local domain (mydomain.com) by default ?
>
> What is the /etc/mail/access entry to allow RELAY my network ?
>
> Thanks


That is:

localhost.localdomain RELAY
localhost RELAY
127.0.0.1 RELAY

Amiri