Hello again, I'm trying to setup sendmail on my dyndns address so that people in my company might use it as a smtp server. Is this possible with crux? How do I open up for externally use, possibly requiring some authentication to avoid misuse. I know this doesn't have directly with the crux kernel to do, but maybe you could point me to some "newbie" docs on this, I found the document http://www.sendmail.org/doc/sendmail-current/doc/op/op.pdf, but the document were just overwhelming... Helge
Hello, Helge. On Thu, 31 Aug 2006 15:01:59 +0200 "Helge Fredriksen" <helgeingvart@gmail.com> wrote:
Hello again,
I'm trying to setup sendmail on my dyndns address so that people in my company might use it as a smtp server. I doubt dyndns is a reliable way for getting mail server domain name. Think twice here.
Is this possible with crux? How do I open up for externally use, possibly requiring some authentication to avoid misuse. I know this doesn't have directly with the crux kernel to do [...] Not with the kernel itself (note: _linux_ kernel), but there is something special in core/sendmail port: it lacks sasl&ssl support to get (encrypted) SMTP AUTH. See [1] for that.
Basically you have to add a few lines to site.config.m4 and modify Pkgfile (+ # Depends on: cyrus-sasl). See attached diff for details. After installation you should modify /etc/mail/sendmail.mc to listen for remote requests and such. All that is described at sendmail site. [1] http://www.sendmail.org/~ca/email/auth.html -- Mikhail Kolesnik ICQ: 260259143 IRC: mike_k at freenode/#crux, rusnet/#yalta Jabber: mike_k@jabber.lafox.net NIC handle: MKK83-UANIC
participants (2)
-
Helge Fredriksen
-
Mikhail Kolesnik