Sponsored Content
Full Discussion: Question on email aliases
Top Forums Shell Programming and Scripting Question on email aliases Post 302949107 by arun888 on Tuesday 7th of July 2015 09:29:40 AM
Old 07-07-2015
Code:
NOTIFY1="arunkumar@delivary.com
"
mailx -s "Db  instance has been started now" $NOTIFY1

I am recieveing the below name form the email. I would like to know where the alias name is set in the unix server,

Code:
-----Original Message-----
From: Pepsi Retail c6306393 [mailto:kol@pepsi.info.com] 
Sent: Friday, July 07, 2015 7:05 PM

---------- Post updated at 08:18 AM ---------- Previous update was at 07:50 AM ----------

From address is from the server. i would like to server email aliases set in the from address of the server.

---------- Post updated at 08:29 AM ---------- Previous update was at 08:18 AM ----------

I am logging the unix server from kol@pepsi.info.com user id. I would like to know only how the
Code:
 Pepsi Retail c6306393

is set in the unix server.
 

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

email reflector question - with postix

hello, i have an email reflector question yoo smtp server experts. 1. i have a static ip address and connected to the internet with dsl. my isp of course blocks port 25 for the smtp server. however i want to send and recieve emails to my home dsl connected computer. 2, i know that i can relay... (2 Replies)
Discussion started by: mwolfe
2 Replies

2. Shell Programming and Scripting

Email Question - two email addresses

Hello, I have an email script that runs when a process is complete. I would like to have the email sent to two different email addresses, but it is only sending it to the first one. Can you take a look and see what I need to correct? I thought if I surrounded them with double quotes and... (5 Replies)
Discussion started by: jyoung
5 Replies

3. Shell Programming and Scripting

Email IDs added to .mailrc aliases not receiving mails

hi, I added an email id to a list of existing aliases in .mailrc on my unix box, using vi editor. However, the new id has not been receiving any mails from the box. Kindly help as to what needs to be done here. Does the box need to be rebooted for these changes to reflect? Is there any other... (5 Replies)
Discussion started by: qwerty000
5 Replies
NWAUTH(1)							      nwauth								 NWAUTH(1)

NAME
nwauth - Verify username/password SYNOPSIS
nwauth [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [ -D ] DESCRIPTION
nwauth does nothing but logging into a NetWare server. If the login was successful, an error code of 0 is returned. If the login was not successful, an error code of 1 is returned. It was designed for use by other programs who want authenticate users via a NetWare server. If there is no -P or -n option specified on command line, nwauth always expects a password on stdin. If the stdin is a tty, then the user is prompted for a password. Otherwise nwauth simply reads stdin for a password. nwauth looks up the file $HOME/.nwclient to find a file server and a user name if they are not specified on command line. See nwclient(5) for more information. Please note that the access permissions of .nwclient MUST be 600, for security reasons. OPTIONS
-h -h is used to print a short help text. -S server server is the name of the server you want to use. -U user name If the user name your NetWare administrator gave to you differs from your unix user-id, you should use -U to tell the server about your NetWare user name. -D nwauth says that your password is correct if you have existing connection to server with name user name. This is handy for some shell scripts, but it is unacceptable for authorization modules, such as PAM, PHP or Apache. It was pointed to me that this behavior was not well known, and there exist at least one PAM module which does not know that (this module is not part of ncpfs; you should use PAM mod- ule which comes with ncpfs instead anyway). SEE ALSO
nwclient(5) CREDITS
nwauth was written by Volker Lendecke (lendecke@math.uni-goettingen.de) nwauth 10/27/1996 NWAUTH(1)
All times are GMT -4. The time now is 03:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy