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
XkbFreeGeomKeyAliases(3)					   XKB FUNCTIONS					  XkbFreeGeomKeyAliases(3)

NAME
XkbFreeGeomKeyAliases - Free geometry key aliases SYNOPSIS
void XkbFreeGeomKeyAliases (XkbGeometryPtr geom, int first, int count, Bool free_all); ARGUMENTS
- geom geometry in which key aliases should be freed - first first key alias to be freed - count number of key aliases to be freed - free_all True => all key aliases are freed DESCRIPTION
Xkb provides a number of functions to allocate and free subcomponents of a keyboard geometry. Use these functions to create or modify key- board geometries. Note that these functions merely allocate space for the new element(s), and it is up to you to fill in the values explicitly in your code. These allocation functions increase sz_* but never touch num_* (unless there is an allocation failure, in which case they reset both sz_* and num_* to zero). These functions return Success if they succeed, BadAlloc if they are not able to allocate space, or BadValue if a parameter is not as expected. If free_all is True, all aliases in the top level of the specified geometry geom are freed regardless of the value of first or count. Oth- erwise, count aliases in geom are freed beginning with the one specified by first. RETURN VALUES
Success The XkbFreeGeomKeyAliases function returns Success if there are no allocation errors. DIAGNOSTICS
BadAlloc Unable to allocate storage BadValue An argument is out of range X Version 11 libX11 1.6.0 XkbFreeGeomKeyAliases(3)
All times are GMT -4. The time now is 03:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy