1828225 Members
3481 Online
109975 Solutions
New Discussion

Re: SMTP configuration

 
Dominique_11
Frequent Advisor

SMTP configuration

Hi,

My configuration: OpenVMS 7.3 + Last patch Kit

My configuration does'nt work. I send a mail like this:

MAIL> send
to: P.lan@scc.com
subject: test
ctrl/z

I have no error message but the mail stay in queue.
My default gateway is:192.168.0.244

My mail server is: smtp.scc.com

See information in atachement

Cordialy,
Dominique
6 REPLIES 6
Karl Rohwedder
Honored Contributor

Re: SMTP configuration

Perhaps you have to add a MX_RECORD for scc.com?
Does TCPIP SHO MX scc.com reveal anything?

regards kalle
Dominique_11
Frequent Advisor

Re: SMTP configuration

ALPHA1_SYSTEM> tcpip sho mx scc.com

BIND database

Server: 192.168.0.6 ARCOS

Host address Host name

192.168.0.6 SCC.COM
169.254.126.210 SCC.COM

For information: I have also send mail like this

MAIL> send
to : smtp%"p.lan@scc.com"
...

and I have the same result !

Cordialy,
Karl Rohwedder
Honored Contributor

Re: SMTP configuration

You may activate some debugging by defining some logicals, e.g.:

TCPIP$SMTP_Log_Line_Numbers
TCPIP$SMTP_Log_Level

See the manuals for details.

The SMTP% syntax explictly activates the SMTP transport, newer VMS version detect this automatically by the @-sign.

regards kalle
Dominique_11
Frequent Advisor

Re: SMTP configuration

Thank you for your answers.

Cordialy,
dominique
EdgarZamora_1
Respected Contributor

Re: SMTP configuration

The previous advice to turn on your logging is good. If you could also post here the output of TCPIP SHOW CONFIG SMTP that would be good.

On a hunch, why don't you check your alternate gateway and you may have to define a systemwide logical name TCPIP$SMTP_ALTGATE_ALWAYS to "TRUE".

Good luck.
EdgarZamora_1
Respected Contributor

Re: SMTP configuration


Ok, I am dumb. I didn't see you had already included an attachment. It looks like you have to define the systemwide logical TCPIP$SMTP_ALTGATE_ALWAYS to "TRUE" then restart SMTP. Good luck.