Re: vms smtp problem



Yi Jiang wrote:
>
> I have a problem with smtp mail on openvms. It used to work. After some
> changes on our main mail server, it stopped working.
> It is just keeping


$SHOW QUEUE TCPIP*/ALL

You might see some stopped SMTP queues in there.

You can also increase the logging for the smtp symbiont. (renmove
comments in the $DEFINE commands below and set values to desired logging level.


$! TCPIP$SMTP_LOG_LEVEL value
$! Writes diagnostic information to the log file.
$!
$! 2 Enables logging of all information when the symbiont starts
up.
$! The Next Open File message is printed, giving the name of each
$! control file before processing begins. All mail headers and
mail
$! recipients in a control file are logged after control file
$! processing is complete.
$!
$! 3 Provides additional information about symbiont initialization
and
$! activity during control file processing.
$!
$! 5 Enables full symbiont diagnostics. For use only under the
advice
$! of <company> customer support.
$!
$!DEFINE/SYSTEM TCPIP$SMTP_LOG_LEVEL 2
$!
$!---------------
$!
$!
$! TCPIP$SMTP_NOSEY
$! Used with TCPIP$SMTP_LOG_LEVEL to print the full subject RFC
$! headers information. If not defined, the header is logged as
$! SUBJECT:<omitted>.
$!
$!DEFINE/SYSTEM TCPIP$SMTP_NOSEY 1
$!
$!---------------
$!
$!
$! TCPIP$SMTP_LOG_LINE_NUMBERS
$! Writes line numbers to SMTP logs. Includes the symbiont,
$! receiver, and MAIL$PROTOCOL (DEBUG.TXT) logs.
$!
$!DEFINE/SYSTEM TCPIP$SMTP_LOG_LINE_NUMBERS 1
$!
$!---------------
$!
$! TCPIP$SMTP_SYMB_TRACE
$! Logs all messages received from and transmitted to remote SMTP
$! servers. Used to trace the SMTP application layer protocol.
Any
$! nonprinting characters or control characters that are sent or
$! received are printed as \n, where n is the hexadecimal value
of
$! the character. For example, command lines and replies are
$! terminated with a <CR><LF> that appear in the log file as
$! follows:
$!
$! send buf=MAIL FROM:<jones@xxxxxxxx>\d\a
$! recv buf=250 <jones@xxxxxxxx>... Sender OK\d\a
$! In this message, \d\a is the <CR><LF>.
$!
$!DEFINE/SYSTEM TCPIP$SMTP_SYMB_TRACE 1
.



Relevant Pages

  • Re: vms smtp problem
    ... mail will pend in queue TCPIP$SMTP_NODE0_00 and ... Here is full logging file at level 5. ... TCPIP SMTP configuration data: ... #smtp_symbiont\492:SYS$SCRATCH st:444 ...
    (comp.os.vms)
  • Re: Spam filtering with Connection Filtering
    ... The SMTP ... logging time actually is GMT time, ... Microsoft CSS Online Newsgroup Support ... This newsgroup only focuses on SBS technical issues. ...
    (microsoft.public.windows.server.sbs)
  • RE: Message Delivery Failure on Incoming
    ... We are SMTP. ... Logging enabled as detailed. ... start the service StiSvc with arguments "" in order to run the server: ... see Help and Support Center at ...
    (microsoft.public.windows.server.sbs)
  • Re: Exchange 2003 failure
    ... Enable SMTP logging on the SMTP virtual server: ... Right-click on Default SMTP Virtual Server and select properties. ... Turn on the "Enable logging" checkbox if it is not already on. ... Restart the SMTP and Exchange System Attendant services. ...
    (microsoft.public.windows.server.sbs)
  • Re: Login Errors Seem to indicate we are being hacked?
    ... thing on the box using that authentication package. ... The SMTP or IIS logs should answer everything. ... I'm not familiar with that particular router or its logging capabilities, ...
    (microsoft.public.windows.server.sbs)