Sendmail with SMART_HOST

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Sendmail with SMART_HOST
# 1  
Old 09-14-2011
MySQL Sendmail with SMART_HOST

Hi All,
in my server i configured like below
Code:
define(`SMART_HOST', `mapper.mail.domain.com')dnl
dnl FEATURE(`accept_unresolvable_domains')dnl
FEATURE(`relay_based_on_MX')dnl

we have enabled smart host
and als o relay based mx
Code:
vi /etc/sysconfig/sednamil 
DAEMON=no

this is our configuration
i do know any thing else i need configure with DAEMON sending emails
please guide me to do.

Last edited by venikathir; 09-14-2011 at 11:15 AM.. Reason: qwd
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies

2. UNIX for Advanced & Expert Users

Sendmail

Hi, I have sendmail running in my server. I would like to know the vendor of this sendmail running in the server. I read in a blog that there are many vendors for sendmail. Please advise me how could I identify the vendor for this? Thanks, Poovalingam. (4 Replies)
Discussion started by: poova
4 Replies

3. UNIX for Advanced & Expert Users

Sendmail questions, SCO 5.0.6 sendmail 8.11.0

I am running SCO 5.0.6 and using sendmail 8.11.0 and having issues with smtp authentication. When trying to send mail the following message will kick back. (reason: 530 5.7.1 Authentication required) 530 5.7.1 Authentication required Not sure what needs to be tweeked in sendmail.cf but I... (1 Reply)
Discussion started by: ziggy6
1 Replies

4. Linux

Sendmail

How do i see all incoming mail's and outgoing mail's for a particular user and how do i list folders of sendmail (mailbox) (1 Reply)
Discussion started by: sagar824u
1 Replies

5. Shell Programming and Scripting

Sendmail Help

Hi All, Can anyone help me out to know how can a mail be sent from sendmail command. I tried the below command sendmail -f user-host@xyz.com -s "Some Message" -t abcd@xyz.com It throwed a message -s... User unknown Message... User unknown Some... User unknown But this did not work... (1 Reply)
Discussion started by: ganga.dharan
1 Replies

6. Shell Programming and Scripting

Sendmail

HI CAN ANYBODY HELP ME? I HAVE COME ACROSS A PROBLEM. I AM USING SENDMAIL IN HP-UX IN THE FOLLOWING MANNER /usr/sbin/sendmail -t someone@someplace.com < /path/to/file.log BUT THE RECEIPIENT DOESNOT GET THE ADDRESS IN THE TO: SECTION OF THE MAIL. ALSO I HAVE NOT FOUND ANY OPTION TO PUT A... (0 Replies)
Discussion started by: cobroraj
0 Replies

7. Linux

SendMail

Does sendmail support IMAP? (1 Reply)
Discussion started by: erhan_j
1 Replies

8. UNIX for Dummies Questions & Answers

sendmail.cf

Dear All , I have Linux Red Hat 6.1 , and i have sendmail (8.11.6 ) . i have big problem with spammers , i was looking in sendmail.cf configuration file and i saw this option , i tried it but it failed : the option is : # file containing known spammers by email,domain,ip Kjunk hash... (1 Reply)
Discussion started by: tamemi
1 Replies

9. UNIX for Dummies Questions & Answers

sendmail

Hello Everyone! Can anyone help me with this problem. When root sends mail from my sun to our exchange server the from field looks like this"root@server.domain.com but i would like it to look like this "root.server@domain.com" or somthing like that. I dont wont the "server" after the @. i like... (2 Replies)
Discussion started by: dozy
2 Replies

10. UNIX for Dummies Questions & Answers

sendmail

When ever I start up linux the pc hangs for 10min due to send mail. Advice how do I disable or stop this from happening?:( (1 Reply)
Discussion started by: danny howell
1 Replies
Login or Register to Ask a Question
FvwmM4(1)							   Fvwm Modules 							 FvwmM4(1)

NAME
FvwmM4 - the fvwm M4 pre-processor SYNOPSIS
Module FvwmM4 [options] filename The FvwmM4 module can only be invoked by fvwm. Command line invocation of the FvwmM4 module will not work. DESCRIPTION
When fvwm executes the FvwmM4 module, FvwmM4 invokes the M4 pre-processor on the file specified in its invocation, then FvwmM4 causes fvwm to execute the commands in the resulting file. INVOCATION
FvwmM4 can be invoked as a module using an fvwm command, from the .fvwm2rc file, a menu, mousebinding, or any of the many other ways fvwm commands can be issued. If the user wants his entire .fvwm2rc file pre-processed with FvwmM4, then fvwm should be invoked as: fvwm -cmd "Module FvwmM4 .fvwm2rc" Note that the argument to the option "-cmd" should be enclosed in quotes, and no other quoting should be used. When FvwmM4 runs as a module, it runs asynchronously from fvwm. If FvwmM4 is invoked from the .fvwm2rc, the commands generated by FvwmM4 may or may not be executed by the time fvwm processes the next command in the .fvwm2rc. Invoke FvwmM4 this way for synchronous execution: ModuleSynchronous FvwmM4 -lock filename OPTIONS
Some options can be specified following the modulename: -m4-prefix I think this makes all the m4 directives require the prefix "m4_". -m4-prefix-defines Causes built-in defines to be prefixed with "m4_" (i.e., m4_HOME is defined instead of HOME, etc.) -m4opt option Lets you pass an option to the m4 program. Not really needed as any unknown options will be passed on automatically. -m4-squote character Lets you change the m4 start-of-quote character to character. -m4-equote character Lets you change the m4 end-of-quote character to character. -m4prog name Instead of invoking "m4", fvwm will invoke name. -outfile filename Instead of creating a random unique name for the temporary file for the preprocessed rc file, this option specifies the name of the temporary file created. FvwmM4 attempts to remove this file before writing to it, so don't point it at anything important even if it has read-only protection. -debug Causes the temporary file created by m4 to be retained. This file is usually called "/tmp/fvwmrcXXXXXX" -lock If you want to use this option you need to start FvwmM4 with ModuleSynchronous. This option causes fvwm to wait that the pre-process to finish and then FvwmM4 asks fvwm to Read the pre-processed file before continuing. This can be useful at startup if you use a session manager like Gnome. Also, this is useful if you want to process and run a Form in an fvwm function. -noread Causes the pre-processed file to be not read by fvwm. Useful for pre-processing an FvwmScript script. CONFIGURATION OPTIONS
FvwmM4 defines some values for use in the pre-processor file: TWM_TYPE Always set to "fvwm". SERVERHOST The name of the machine running the X Server. CLIENTHOST The name of the machine running fvwm. HOSTNAME The hostname of the machine running fvwm. Generally the same as CLIENTHOST. OSTYPE The operating system for CLIENTHOST. USER The name of the person running fvwm. HOME The home directory of the person running fvwm. VERSION The X11 version. REVISION The X11 revision number. VENDOR The X server vendor. RELEASE The X server release number. SCREEN The screen number. WIDTH The screen width in pixels. HEIGHT The screen height in pixels. X_RESOLUTION Some distance/pixel measurement for the horizontal direction, I think. Y_RESOLUTION Some distance/pixel measurement for the vertical direction, I think. PLANES Number of color planes for the X server display BITS_PER_RGB Number of bits in each rgb triplet. CLASS The X11 default visual class, e.g. PseudoColor. COLOR Yes or No, Yes if the default visual class is neither StaticGrey or GreyScale. FVWM_CLASS The visual class that fvwm is using, e.g. TrueColor. FVWM_COLOR Yes or No, Yes if the FVWM_CLASS is neither StaticGrey or GreyScale. FVWM_VERSION The fvwm version number, ie 2.0 OPTIONS Some combination of SHAPE, XPM, NO_SAVEUNDERS, and M4, as defined in configure.h at compile time. FVWM_MODULEDIR The directory where fvwm looks for .fvwm2rc and modules by default, as determined at compile time. FVWM_USERDIR The value of $FVWM_USERDIR. SESSION_MANAGER The value of $SESSION_MANAGER. Undefined if this variable is not set. EXAMPLE PROLOG
define(TWM_TYPE,``fvwm'')dnl define(SERVERHOST,``spx20'')dnl define(CLIENTHOST,``grumpy'')dnl define(HOSTNAME,``grumpy'')dnl define(OSTYPE,``SunOS'')dnl define(USER,``nation'')dnl define(HOME,``/local/homes/dsp/nation'')dnl define(VERSION,``11'')dnl define(REVISION,``0'')dnl define(VENDOR,``HDS human designed systems, inc. (2.1.2-D)'')dnl define(RELEASE,``4'')dnl define(SCREEN,``0'')dnl define(WIDTH,``1280'')dnl define(HEIGHT,``1024'')dnl define(X_RESOLUTION,``3938'')dnl define(Y_RESOLUTION,``3938'')dnl define(PLANES,``8'')dnl define(BITS_PER_RGB,``8'')dnl define(CLASS,``PseudoColor'')dnl define(COLOR,``Yes'')dnl define(FVWM_VERSION,``1.24l'')dnl define(OPTIONS,``SHAPE XPM M4 '')dnl define(FVWM_MODULEDIR,``/local/homes/dsp/nation/modules'')dnl define(FVWM_USERDIR,``/local/homes/dsp/nation/.fvwm'')dnl define(SESSION_MANAGER,``local/grumpy:/tmp/.ICE-unix/440,tcp/spx20:1025'')dnl AUTHORS
FvwmM4 is the result of a random bit mutation on a hard disk, presumably a result of a cosmic-ray or some such thing. 3rd Berkeley Distribution 7 May 208 (2.5.26) FvwmM4(1)