Le 28/12/2010 13:34, Mark Khan a écrit : > Hi Victor: > > Thank you again for your response. I used the following package to install > postfix: > > CNDpostfix-2.7.1,REV=100609-SunOS5.10-sparc.pkg. > > If you could please review the information below ,I am hoping that you or > someone else in the postfix world can provide some direction on how to > enable AUTH based on what I have so far. Please let me know if you need > anymore information and I will be more than happy to provide it. > > According to documentation I should be able to tell what AUTH support is > enabled by telneting to the systems mail port (25) and issuing an EHLO > command which should list the supported options including AUTH. Here is my > output: > > telnet www.lancertech.com 25 > Trying 73.79.104.11... > Connected to www.lancertech.com. > Escape character is '^]'. > 220 mail.lancertech.com ESMTP Postfix > ehlo lancertech.com > 250-mail.lancertech.com > 250-PIPELINING > 250-SIZE 40480000 > 250-ETRN > 250-ENHANCEDSTATUSCODES > 250-8BITMIME > 250 DSN > > As you can see AUTH does not seem to be listed. I am not sure if this is > because my main.cf file is not correctly configured or AUTH was not complied > into this package. So I decided to look at the smtpd executable to see what > AUTH was compiled into it by using the following strings command: >
your postfix has support for AUTH. If you also have dovecot, then it's easier to use dovecot-auth. otherwise, use cyrus sasl. The documentation is at http://www.postfix.org/SASL_README.html > [snip] >