- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to send mails from SUSE
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2009 08:18 AM
тАО04-06-2009 08:18 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2009 08:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2009 08:38 AM
тАО04-06-2009 08:38 AM
Re: How to send mails from SUSE
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2009 08:42 AM
тАО04-06-2009 08:42 AM
Re: How to send mails from SUSE
http://www.howtoforge.com/forums/showthread.php?t=2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2009 10:02 PM
тАО04-06-2009 10:02 PM
Re: How to send mails from SUSE
Check the below link
http://flurdy.com/docs/postfix/
&
http://www.linuxmail.info/postfix-smtp-server-howto-centos-5/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2009 10:51 PM
тАО04-06-2009 10:51 PM
Re: How to send mails from SUSE
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.