Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Question about Virtual Mailhosting Guide
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
WTF is linux
n00b
n00b


Joined: 15 Apr 2003
Posts: 4
Location: Texas

PostPosted: Tue Apr 15, 2003 10:08 pm    Post subject: Question about Virtual Mailhosting Guide Reply with quote

Long time listener, first time caller...

After about 6 tries on 3 different boxes, I got gentoo installed!! Now I'm setting up my email server following the Virtual Mailhosting System Guide. My question starts here:

Code listing 6.2: Verifying sasl and tls support
Code:
# telnet localhost 25

      Trying 127.0.0.1...
      Connected to localhost.
      Escape character is '^]'.
      220 mail.domain.com ESMTP Postfix
      EHLO domain.com
      250-mail.domain.com
      250-PIPELINING
      250-SIZE 10240000
      250-VRFY
      250-ETRN
      250-STARTTLS
      250-AUTH LOGIN PLAIN OTP
      250-AUTH=LOGIN PLAIN OTP
      250-XVERP
      250 8BITMIME
      ^]
      telnet> quit


When I telnet into the server... everything looks the same as the author's example (above) EXCEPT for the AUTH lines. This is what I get:

Code:
250-AUTH LOGIN PLAIN OTP DIGEST-MD5 CRAM-MD5
250-AUTH=LOGIN PLAIN OTP DIGEST-MD5 CRAM-MD5


I figure this is because I messed up something around Code listing 4.1: Configuring and installing the cyrus-sasl ebuild. There is a step in there for disabling digest and cram in usr/portage/dev-libs/cyrus-sasl/cyrus-sasl.$currentversion.ebuild. Now.. which file is the author referring to? It looks like cyrus-sasl-2.1.12.ebuild is the newest version so that's the one I used for disabling digest and cram... but it didn't seem to disable anything.

Not sure where to go from here... :?
Back to top
View user's profile Send private message
quikchaos
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2003
Posts: 107

PostPosted: Tue Apr 15, 2003 10:35 pm    Post subject: Reply with quote

I just set up my mail lserver last week. At that time 1.2.10_r2 was the lastest. It seemed to work for me. The 1.2.12 ebuild looks a little different in that section. I would try the 1.2.10_r2 ebuild so you can verify that it is a problem with the e-build (or a problem with the instructions). The VMS Guide may need to be updated in the case that the new courier-sasl does not accept the disable flags correctly.
_________________
"Whether you think you can or you think you can't... you're right." -- Henry Ford
Back to top
View user's profile Send private message
WTF is linux
n00b
n00b


Joined: 15 Apr 2003
Posts: 4
Location: Texas

PostPosted: Tue Apr 15, 2003 11:06 pm    Post subject: Reply with quote

Thanks for the quick reply... I misunderstood the version name (n00b)... I'll try again when I get home from work.
Back to top
View user's profile Send private message
rajl
Apprentice
Apprentice


Joined: 25 Sep 2002
Posts: 287

PostPosted: Wed Apr 16, 2003 12:36 am    Post subject: Reply with quote

I got a problem with the sasl authentication. I followed the steps laid out by the virtual mailhost guide, but after setting up sasl, I get the following error when I telnet to port 25 to verify everything;

Code:

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 www.gtphikaps.org ESMTP Postfix
421 Error: timeout exceeded
Connection closed by foreign host.


Obviously something is wrong. I setup the variables in main.cf like the virtual/mailhost guide said. Since I'm new to this, does anyone have any other ideas?
_________________
-Rajl

-----------------------------------------------------------
It's easy to be brave once you consider the alternatives.
Back to top
View user's profile Send private message
quikchaos
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2003
Posts: 107

PostPosted: Mon Apr 21, 2003 3:04 pm    Post subject: Reply with quote

I get this when connecting to www.gtphikaps.org. There should be 2 AUTH lines in there when it is done correctly. I would retry the courier-imap steps it the guide.

Code:
cil root # telnet www.gtphikaps.org 25
Trying 128.61.104.60...
Connected to www.gtphikaps.org.
Escape character is '^]'.
220 www.gtphikaps.org ESMTP Postfix
EHLO www.gtphikaps.org
250-www.gtphikaps.org
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250 8BITMIME
^]
telnet> quit
Connection closed.

_________________
"Whether you think you can or you think you can't... you're right." -- Henry Ford
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum