View previous topic :: View next topic |
Author |
Message |
zenacus n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Aug 2004 Posts: 4
|
Posted: Sun Aug 08, 2004 8:28 pm Post subject: Postfix - sasl: Auth not working properly |
|
|
I telnet in:
Code: |
telnet ***.***.***.*** 25
-->I get in
EHLO domain.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
|
So you can see it isn't spitting out AUTH, meaning it isn't working!
I have tried everything! Please help!
JS |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sf_alpha Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 19 Sep 2002 Posts: 136 Location: Bangkok, TH
|
Posted: Sun Aug 08, 2004 9:58 pm Post subject: Have you enabled sasl for postfix (emerging) |
|
|
- Have you enabled sasl for postfix ?
(try emerge -pv postfix)
You may do this
Code: |
USE="sasl" emerge postfix
|
You should have enabled ssl, pam and mysql also (for use with mysql-mail vhost) _________________ Gentoo Mirrors in Thailand (and AP)
http://gentoo.in.th |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Paulten Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/385373341414e8e67ba373.png)
Joined: 28 Mar 2003 Posts: 257 Location: Sykkylven, Norway
|
Posted: Mon Aug 09, 2004 11:39 am Post subject: |
|
|
Code: | equery uses postfix
+ + sasl : Adds support for the Simple Authentication and Security Layer |
then you need Code: | smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain =
|
Tell us what you have tried! Anything in the logs when you start postfix? I normally don't bother to answer people who don't post any information about what and how the tried to solve it. _________________ Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Martian21 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1473910301412247b1636c4.jpg)
Joined: 21 Aug 2003 Posts: 26
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jack_Sparrow n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Jul 2004 Posts: 52
|
Posted: Thu Aug 26, 2004 7:57 pm Post subject: |
|
|
hmm, did you resolv the problem? i have the same.
what did you do?
thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|