Solaris 2.6 mail configuration - Printable Version
+- IRIX Network Forums (
//forums.irixnet.org)
+-- Forum: Other Platforms (
//forums.irixnet.org/forum-5.html)
+--- Forum: Sun/ORACLE/Fujitsu (
//forums.irixnet.org/forum-21.html)
+--- Thread: Solaris 2.6 mail configuration (
/thread-2809.html)
Solaris 2.6 mail configuration -
octaneirix6530 - 04-13-2021
Hello,
How do I properly configure sendmail ? For now, I can send mails, but the domain name is incorrect (it is set to the hostname which
is sparcstation5).
Sending mails to the sparcstation fail. I receive an error mail saying something is not properly configured.
Thank you for your help
RE: Solaris 2.6 mail configuration -
lunatic - 04-17-2021
(04-13-2021, 01:58 PM)octaneirix6530 Wrote: How do I properly configure sendmail ? For now, I can send mails, but the domain name is incorrect (it is set to the hostname which
is sparcstation5).
Sending mails to the sparcstation fail. I receive an error mail saying something is not properly configured.
Solaris comes with a standard sendmail. The best way to configure this is usually following a configuration tutorial closely, rather than fixing individual problems.
BTW: there are many reasons not to use sendmail: the common inability to properly configure it without reading a few hundred pages of documentation is one thing; insecurity and bugs, more bugs, and way more bugs are other reasons...
RE: Solaris 2.6 mail configuration -
octaneirix6530 - 04-17-2021
thank you ! i got sendmail to work, it properly dispatches the mail with xxxx@yyyy.zzz but when i send mail it keeps sending with user@hostname ^_^
RE: Solaris 2.6 mail configuration -
lunatic - 04-17-2021
(04-17-2021, 04:29 PM)octaneirix6530 Wrote: thank you ! i got sendmail to work, it properly dispatches the mail with xxxx@yyyy.zzz but when i send mail it keeps sending with user@hostname ^_^
I understand. If you had asked me 15 to 20 years ago, I would have been able to tell you what's wrong, but I haven't touched sendmail in 15 years I think. Last time I actually needed to turn a Sun into a mail server, I used qmail on Solaris 9.
RE: Solaris 2.6 mail configuration -
octaneirix6530 - 04-17-2021
thats kind enough from you ^_^ will try to find out