Hello all, I am trying to setup an email server and am running into the following issue: I can telnet to port 25 using localhost, but am unable to telnet to the SMTP server using either the hostname, the fully qualified hostname or the machine's IP address. How do I allow access to SMTP both on the box and from other machines on my LAN to the box using it's hostname and / or it's IP adress? Some details: OS: Suse Linux 8.0 Sendmail version is 8.12.2-88 This is all taking place behind a firewall and port 25 is open to the machine from the outside. many thanks Ahbaid
On Tuesday 16 December 2003 22:01, Ahbaid Gaffoor wrote:
Hello all,
I am trying to setup an email server and am running into the following issue:
I can telnet to port 25 using localhost, but am unable to telnet to the SMTP server using either the hostname, the fully qualified hostname or the machine's IP address.
How do I allow access to SMTP both on the box and from other machines on my LAN to the box using it's hostname and / or it's IP adress?
Some details:
OS: Suse Linux 8.0 Sendmail version is 8.12.2-88
This is all taking place behind a firewall and port 25 is open to the machine from the outside.
many thanks
Ahbaid
There is a setting in yast that makes sendmail accessable from other than localhost. Sendmail locol only, or something similar. -- _____________________________________ John Andersen
Am Mittwoch, 17. Dezember 2003 09:06 schrieb John Andersen:
There is a setting in yast that makes sendmail accessable from other than localhost. Sendmail locol only, or something similar. /etc/sysconfig/mail: SMTP_LISTEN_REMOTE=yes
hth dan -- buddha 2.4.20-4GB 2:46pm up 2 days 1:30, 4
Check in /etc/sysconfig/mail SMTPD_LISTEN_REMOTE="no" change to yes in /etc/mail Edit relay-domains and put your IP allowed edit /etc/mail/access and put your network RELAY after: makemap hash access < access Restart sendmail John Andersen wrote:
On Tuesday 16 December 2003 22:01, Ahbaid Gaffoor wrote:
Hello all,
I am trying to setup an email server and am running into the following issue:
I can telnet to port 25 using localhost, but am unable to telnet to the SMTP server using either the hostname, the fully qualified hostname or the machine's IP address.
How do I allow access to SMTP both on the box and from other machines on my LAN to the box using it's hostname and / or it's IP adress?
Some details:
OS: Suse Linux 8.0 Sendmail version is 8.12.2-88
This is all taking place behind a firewall and port 25 is open to the machine from the outside.
many thanks
Ahbaid
There is a setting in yast that makes sendmail accessable from other than localhost. Sendmail locol only, or something similar.
-- ------------------------------------------------------ Una prensa libre es el gran enemigo de los dictadores. Independientemente de sus abusos, sus debilidades, sus errores. Una prensa libre es la gran aliada y defensora de la democracia. Charlos S. Shapiro Embajador de USA en la Rep. de Venezuela Martes, 20 de Mayo 2003
participants (4)
-
Ahbaid Gaffoor
-
Dan Am
-
Hipolito A. Gonzalez M.
-
John Andersen