Sponsored Content
Top Forums UNIX for Advanced & Expert Users How to configure sendmail on Suse Linux 9.0...??? Post 302126612 by jumadhiya on Thursday 12th of July 2007 06:39:55 AM
Old 07-12-2007
Hi Sysgate,

I just need to send mails as a root user using "mail" command from my suse linux 9.0 Box to smtp server (Windows System) which will then forward to the correct address.

Example " # mail xyz@yahoo.com "

As per my knowledge there are two main configuration files in /etc/postfix folder;

main.cf
master.cf

Could you please help me out what setting needs to be done for sending the mails to smtp server.

Note : I have added the entry for my smtp server in /etc/hosts file.

Note : I have check the telnet connection using port 25 for the smtp server, it works fine.

Thanks & Regards,
jumadhiya.
 

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to configure sendmail in linux

Hi, I want to know how to configure emails in linux.First how to configure inside the firewall and second how to configure it outside the firewall? Regards, Rajesh (1 Reply)
Discussion started by: rajbal
1 Replies

2. SuSE

How to configure Suse Enterprise Linux 9.0 for sending mails to smtp server...???

Hi All, I have a system running with Suse Enterprise Linux 9.0. xyz# uname -a Linux xyz 2.4.21-291-smp #1 SMP Tue May 24 14:07:45 UTC 2005 i686 unknown I would like to configure postfix on this system for sending mails as a root user using "mail" command to smtp server (Windows System)... (5 Replies)
Discussion started by: jumadhiya
5 Replies

3. UNIX for Dummies Questions & Answers

How do I configure sendmail?

I am trying to run sendmail from a script with the results from that same script. Each time I use sendmail I get the following message in /var/log/maillog: Feb 27 02:25:42 (none) sendmail: m1R1Pg3S013841: to=test@test.com,just,testing, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00,... (1 Reply)
Discussion started by: bronkeydain
1 Replies

4. Solaris

Help to configure sendmail on Solaris 10

Hello, I need help to configure sendmail on Solaris 10. I have to configure sendmail to send mail on the Internet, now works only for sending mail for local users. I'm studying several tutorials ... When I try to send a mail to an external address (eg aaaa@gmail.com) the mail is placed... (3 Replies)
Discussion started by: arfry
3 Replies
SM-ARCHIVE(1)															     SM-ARCHIVE(1)

NAME
sm-archive - a sendmail milter to add recipients to messages SYNOPSIS
sm-archive [-c] [-d n] [-p sendmail-socket] [-t timeout] OPTIONS
-c Load the configuration file, print a cannonical form of the configuration on stdout, and exit. -d n Set the debug level to n. -p sendmail-socket Set the socket used for the milter connection to sendmail. This is either "inet:port@ip-address" or "local:local-domain-sock- et-file-name". -t timeout Set the timeout in seconds used for communication with sendmail. USAGE
sm-archive -c sm-archive -d 10 -p local:sm-archive.sock INSTALLATION
This is now a standard GNU autoconf/automake installation, so the normal "./configure; make; su; make install" works. "make chkconfig" will setup the init.d runlevel scripts. Alternatively, you can use the source or binary RPMs at http://www.five-ten-sg.com/sm-archive/packages: http://www.five-ten-sg.com/sm-archive/packages. Note that this has ONLY been tested on Linux, specifically RedHat Linux. You will need at a minimum a C++ compiler with a minimally thread safe STL implementation. The distribution includes a test.cpp program. If it fails this milter won't work. If it passes, this milter might work. Modify your sendmail.mc by adding the following line in your sendmail.mc and rebuild the .cf file INPUT_MAIL_FILTER(`sm-archive', `S=local:/var/run/sm-archive/sm-archive.sock, F=T, T=C:30s;S:5m;R:5m;E:5m') Modify the default sm-archive.conf(5) configuration. CONFIGURATION
The configuration file is documented in sm-archive.conf(5). Any change to the config file, or any file included from that config file, will cause it to be reloaded within three minutes. INTRODUCTION
Consider the problem of archiving all the mail sent to or from particular email addresses or domains. This milter allows you to configure archive mailboxes for each address or domain. It will add the address of the archive mailbox to messages that pass thru this milter. The archive milter reads a text configuration file (sm-archive.conf) on startup, and whenever the config file (or any of the referenced in- clude files) is changed. The entire configuration file is case insensitive. If the configuration cannot be loaded due to a syntax error, the milter will log the error and quit. If the configuration cannot be reloaded after being modified, the milter will log the error and send an email to root from sm-archive@$hostname. You probably want to added sm-archive@$hostname to your /etc/mail/virtusertable since oth- erwise sendmail will reject that message. TODO
Placeholder for future ideas. COPYRIGHT
Copyright (C) 2007 by 510 Software Group <carl@five-ten-sg.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, please write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. VERSION
1.7 2008-03-21 SM-ARCHIVE(1)
All times are GMT -4. The time now is 05:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy