Sponsored Content
Operating Systems Solaris OPS Center Email Notifications Post 302489708 by brunopad on Friday 21st of January 2011 10:59:25 AM
Old 01-21-2011
Hmmm nope... because my smtp doesn't require auth for sending internal messages.
 

4 More Discussions You Might Find Interesting

1. Solaris

Sun xVM Ops Center 1.1

I have 180 Solaris 7, 8 and 9 servers to patch and am looking at using xVM Ops Center. Has anyone here had any experience with it? (1 Reply)
Discussion started by: mr_crosby
1 Replies

2. Solaris

Sun Ops Center

Hi, Can anyone share the link to download sun ops centre i have sun partner account, but i unable find the link Thanks RJS (3 Replies)
Discussion started by: rajasekg
3 Replies

3. Infrastructure Monitoring

Agent Installation Issue on Ops Center

Hi guys . While installing the agent on an asset Solaris system: root@system: /var/tmp/OC $ /opt/SUNWxvmoc/bin/agentadm configure -u root -p /var/tmp/OC/mypasswd -x 172.21.16.65 agentadm: Version 12.1.2.2161 launched with args: configure -u root -p /var/tmp/OC/mypasswd -x 172.21.16.65 Validating... (3 Replies)
Discussion started by: Junaid Subhani
3 Replies

4. Solaris

Ops Center AI wrong IP

Hello, I have problems with Automated Installer on Solaris 11. I tried provision Solaris 11 on my T5-1B server from Ops Center, but AI set wrong IP address for manifest SMF. My Ops Center server has two IP addresses 10.236.102.219 and 10.226.21.141. Second IP is in subnet for provisioning of... (25 Replies)
Discussion started by: olibertu
25 Replies
nullmailer-send(8)					      System Manager's Manual						nullmailer-send(8)

NAME
nullmailer-send - Send queued messages SYNOPSIS
nullmailer-send [--daemon] [--syslog] DESCRIPTION
This program is responsible for coordinating the transmission of messages that have been queued by nullmailer-queue. It uses a variety of protocol modules to deliver the messages from the queue to remote "smart" servers. When the program starts, the queue is scanned to build a list of messages to send. The queue is rescanned when either the trigger is pulled, or after pausetime seconds have elapsed after the last failed delivery. When there are no messages in the queue, nullmailer does no rescanning until the trigger is pulled. Pulling the trigger consists of opening up the trigger named pipe and writing a single byte to it, which causes this program to be awakened (if it's not already processing the queue). This procedure is done by nullmailer-queue to ensure that messages are delivered immediately. Delivery of messages consists of reading the list of remote servers and then trying to deliver the messages to these servers as follows. For each remote in the list, the named protocol handler is executed once for each message remaining in the queue. If the protocol handler succeeds, the message is removed from the queue and processing continues with the next message. If it fails, the remote is skipped and processing of the remaing messages continues with the next remote. When all the remotes have been tried, nullmailer-send sleeps for a num- ber of seconds specified by pausetime before retrying sending the contents of the queue. OPTIONS
-d, --daemon Fork into the background, implies --syslog. -s, --syslog Use syslog for error and log messages. With --daemon, syslog will be used exclusively, without --daemon, syslog will be used addi- tionally. CONTROL FILES
All the control files are reread each time the queue is run. helohost Sets the environment variable $HELOHOST which is used by the SMTP protocol module to set the parameter given to the HELO command. Defaults to the value of the me configuration file. pausetime The number of seconds to pause between successive queue runs when there are messages in the queue (defaults to 60). If this is set to 0, nullmailer-send will exit immediately after going through the queue once (one-shot mode). remotes This file contains a list of remote servers to which to send each message. Each line of this file contains a remote host name or address followed by an optional protocol string, separated by white space. The protocol name defaults to smtp, and may be followed by command-line arguments for that module. For example, to connect to port 2525 on your SMTP smart host, which also requires SMTP authentication, use: smarthost.dom smtp --port=2525 --user=user --pass=pass If your smarthost requires LOGIN authentication instead of the default PLAIN method, use: smarthost.dom smtp --port=2525 --auth-login --user=user --pass=pass Blank lines and lines starting with a pound are ignored. sendtimeout The number of seconds to wait for a remote module listed above to complete sending a message before killing it and trying again (defaults to 3600). If this is set to 0, nullmailer-send will wait forever for messages to complete sending. FILES
/var/spool/nullmailer/queue The message queue. /var/spool/nullmailer/trigger A trigger file to cause immediate delivery. /etc/nullmailer The configuration directory. /usr/lib/nullmailer The protocol program directory. SEE ALSO
nullmailer-queue(8), nullmailer-inject(1), mailq(1) nullmailer-send(8)
All times are GMT -4. The time now is 06:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy