Karel> I'm using SXDE 1/08 and now would like to configure sendmail ...

No idea how this relates to desktops; sendmail is more appropriate fodder
for networking-discuss.


Karel> ... to use (1) my ISP smart host ...

First, check to see if local_only mode is in effect:

% svcprop -p config/local_only sendmail

If the result is "true" then change "sendmail" to "local" in steps 2 and
5 below.

1. cd /etc/mail/cf/cf
2. cp sendmail.mc `hostname`.mc
3. Edit `hostname`.mc, changing this line:

define(`confFALLBACK_SMARTHOST', `mailhost$?m.$m$.')dnl

to this:

define(`SMART_HOST', `mailhost$?m.$m$.')dnl

4. make `hostname`.cf
5. cp `hostname`.cf /etc/mail/sendmail.cf
6. svcadm restart sendmail



Karel> ... and in the same time (2) smtp-authentication.  Is there any
Karel> document describing this for Solaris 11?

Sorry, Solaris sendmail does not yet support SMTP Authentication.  There
are some issues with Solaris' libsasl implementation that are preventing
this work from moving forward, and there is no plan at present to change
this.

-- John

http://blogs.sun.com/jbeck

Reply via email to