Sponsored Content
Full Discussion: sendmail
Top Forums UNIX for Dummies Questions & Answers sendmail Post 17472 by kara on Friday 15th of March 2002 02:44:14 PM
Old 03-15-2002
sendmail

What is teh command to run sendmail in the normal operation mode for Red Hat 7.1?
Thanks.
 

10 More Discussions You Might Find Interesting

1. 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

2. Programming

sendmail

hi, i am using sendmail function to send the mail for mail client. when i am sending mime content with attaching with body for the images. the image is not displaying in the mail box. all the mime content stuff is displaying. all the headers are proper. hope the reply for this (0 Replies)
Discussion started by: nagineni
0 Replies

3. 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

4. UNIX and Linux Applications

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages... (1 Reply)
Discussion started by: robsonde
1 Replies

5. UNIX for Dummies Questions & Answers

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages and... (0 Replies)
Discussion started by: robsonde
0 Replies

6. 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

7. 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

8. 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

9. 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

10. 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
RHNREG_KS(8)						    Red Hat Linux System Manual 					      RHNREG_KS(8)

NAME
rhnreg_ks - a program for non interactively registering systems to Red Hat Network SYNOPSIS
rhnreg_ks [OPTION]... [PACKAGE NAME]... DESCRIPTION
rhnreg_ks is a utility for registering a system with the Red Hat Network. It is designed to be used in a non-interactive enviroment (a kickstart style install, for example). All the information can be specified on the commandline or stdin. --profilename Specify the profilename that should be used as an identifier for the system in Red Hat Network --username The username to register the system with under Red Hat Network. This can be an existing Red Hat Network username, or a new username. --password The password associated with the username specified with the --username option. This is an unencrypted password. --orgid Specify an organizational id of the org to register this system under. This is optional, and only used if registered a system to an existing Red Hat Network organization. --orgpassword The password assocated with the orgig specified with the --orgid option. This is an unencrypted password. --email The email address associated with the username specified iwth the --username option. --serialnumber Specify a servial number to associate with the system. This is optional, and only useful when combined with an orgid. --contactinfo Read contact info from standard in. The format is one entry per line, colon seperated. Valid options are reg_num, title, first_name, last_name, company, position, address1, address2, city, state, zip, country, phone, fax, contact_email, contact_mail, contact_phone, contact_fax, contact_special, contact_newsletter. --nohardware Do not probe or upload any hardware information. --nopackages Do not profile or upload any package information. --force Register the system even if it has already been registered. --version Show the version fo rhnreg_ks --proxy Specify a http proxy to use. FILES
/etc/sysconfig/rhn/up2date Configuration settings for up2date and rhnreg_ks /usr/share/rhn/RHNS-CA-CERT The ssl certificate authority file used by rhnreg_ks to validate the Red Hat Network ssl servers. EXAMPLES
The following registers a new system to Red Hat Network. rhnreg_ks --profilename "example_profile_name" --username "someexampleuser@example.com" --password "foobar" The following examples registers a new system to Red Hat Network including contact info. rhnreg_ks --profilename "example_profile_name" --username "someexampleuser@example.com" --password "foobar" --contactinfo < contactinfo where the file "contactinfo" contains data in the format: first_name: Billy last_name: Bob company: SomeCompanyName city: Springfield fax: 555-5555 phone: 555-5555 SEE ALSO
Configuration can be done via up2date --configure. rhnreg_ks is used to register a system to Red Hat Network. Visit <http://rhn.red- hat.com> for access or to sign up. You can also run up2date to register a system with Red Hat Network. Authors Written by Adrian Likins <alikins@redhat.com> REPORTING BUGS
Report bugs to <http://bugzilla.redhat.com>. COPYRIGHT
Copyright (C) 1999-2002 Red Hat, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. 4th Berkeley Distribution Wed 10 April 2002 RHNREG_KS(8)
All times are GMT -4. The time now is 01:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy