How to set sendmail SMTP auth and SMTP SSL on Solaris 9 (x86)

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default How to set sendmail SMTP auth and SMTP SSL on Solaris 9 (x86)

    Dear all,

    Can anybody tell me how to set sendmail SMTP auth and SMTP SSL on Solaris 9(x86).

    Thanks!
    pcman Guest

  2. Similar Questions and Discussions

    1. Net::SMTP auth()
      Any one know at what point one needs to do auth() in a standard Net::SMTP session? Do I do it first thing after new or ?? I'm currently doing:...
    2. [BUG] 1.8.previews smtp.rb auth
      Hi, I think that smtp auth in the 1.8 series rubies has a small bug. smtp.rb checks respond_to?(auth_method), but the relevant auth methods are...
    3. smtp.sendmail security
      We are using the following code to send email messages from an online form on our web site: Net::SMTP.start('localhost', 25) {|smtp|...
    4. sendmail/SMTP-AUTH/PAM Solution!!!
      Todd, I hope you don't mind but I'm copying your last message sent to me to the users lists because it did result in a solution. and its so...
    5. how do I get sendmail SMTP-AUTH to use pam (and not SASL2)?
      It seems that it is quite a nightmare to get SMTP-AUTH working with sendmail in debian. After two days I've discovered that sendmail is using...
  3. #2

    Default Re: How to set sendmail SMTP auth and SMTP SSL on Solaris 9 (x86)

    In article <8342be4c.0307260657.1b8b2420@posting.google.com >,
    pcman <pcman@iloveilove.com> wrote:
    >Dear all,
    >
    >Can anybody tell me how to set sendmail SMTP auth and SMTP SSL on
    >Solaris 9(x86).
    Your best bet is to go to [url]www.sendmail.org[/url] and download the source for the
    latest sendmail. You'll also need to get the latest version of Cyrus SASL
    libraries and OpenSSL.

    Lastly, you'll be best served re-asking your question in comp.mail.sendmail.
    A news post would be REALLY long to provide a complete, step by step guide.

    -tom
    --

    "You can only be -so- accurate with a claw-hammer." --me
    Thomas H Jones II Guest

  4. #3

    Default Re: How to set sendmail SMTP auth and SMTP SSL on Solaris 9 (x86)

    On 26 Jul 2003 07:57:02 -0700, [email]pcman@iloveilove.com[/email] wrote:
    >Dear all,
    >
    >Can anybody tell me how to set sendmail SMTP auth and SMTP SSL on Solaris 9(x86).
    see my webpage on it, somewhere under
    [url]http://www.bolthole.com/solaris/[/url]


    --
    [url]http://www.blastwave.org/[/url] for solaris pre-packaged binaries with pkg-get
    Organized by the author of pkg-get
    [Trim the no-bots from my address to reply to me by email!]
    S.1618 [url]http://thomas.loc.gov/cgi-bin/bdquery/z?d105:SN01618:@@@D[/url]
    [url]http://www.spamlaws.com/state/ca1.html[/url]
    Philip Brown Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139