Operating System - Linux
1752808 Members
6088 Online
108789 Solutions
New Discussion юеВ

How to send mails from SUSE

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

How to send mails from SUSE

Hi

In suse linux, By default "postfix" is running as default mail server.

But in Redhat linux sendmail is default mail server. in redhat we are using below command to send mails.

# mail -s "subject" emailaddress

like this, what is the command syntax used in suse linux
5 REPLIES 5
Steven Schweda
Honored Contributor
Solution

Re: How to send mails from SUSE

> # mail -s "subject" emailaddress

Does that not work with "suse linux"? How?
senthil_kumar_1
Super Advisor

Re: How to send mails from SUSE

Hi I can able to send mails locally. that is to local users.

Ex:

# mail -s "hai" ze4egi

here "ze4egi" is local user available in that server itself.

But i want to send mail to the users availabe in other domain.

for that, i think we have to configure postfix.

but i dont to know how to configure.

what is the configuration file for postfix.
Avinash20
Honored Contributor

Re: How to send mails from SUSE

See if this link help
http://www.howtoforge.com/forums/showthread.php?t=2
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Sivakumar MJ._1
Respected Contributor

Re: How to send mails from SUSE

Jeeshan
Honored Contributor

Re: How to send mails from SUSE

mail is an universal command to send mail through MTA
and sendmail, postfix, qmail etc. all are MTA (Mail Transport Agent) which only carry and distribute the mail.

so you can also use mail -s in SUSE.
a warrior never quits