Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem With Cyrus-sasl while using the Virtual Mail 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
ogami itto
n00b
n00b


Joined: 14 May 2003
Posts: 1

PostPosted: Wed May 14, 2003 4:52 am    Post subject: Problem With Cyrus-sasl while using the Virtual Mail Guide Reply with quote

Hi. I am trying to setup a virtual mailhosting system using the virtual mailhosting system guide. I have followed all the instructions to the dime and everything has worked up to the point when I configure sasl. The guide says to "Next, edit /var/lib/sasl2/smtp.conf". So I type:
Code:
# nano -w /var/lib/sasl2/smtp.conf

And It turns out smtp.conf does not exist. I cd over to /var/lib/ and I can see that /var/lib/sasl2/ exists, but it is empty. Why is smtp.conf not there?

I tried skipping this step and starting sasl with:
Code:
# /etc/init.d/saslauthd start

It appears to work and I continued on up to the point where I verify sasl support in linux by telneting localhost port 25 using the EHLO command. I get everything the guide says except 250-AUTH LOGIN PLAIN and 250-AUTH=LOGIN PLAIN which the guide says are what I want to show up. This is as far as I have gone with the setup. Is it normal for those two auth lines to not show up? Can I continue on with setting up the mail server?
thanks.
Back to top
View user's profile Send private message
Furtim
n00b
n00b


Joined: 01 Dec 2002
Posts: 65

PostPosted: Wed May 14, 2003 10:14 am    Post subject: Reply with quote

Just do = nano -w /var/lib/sasl2/smtp.conf
add following
pwcheck_method: saslauthd
then
Ctrl + o
Ctrl + x
thats it

Edit
Just found this might help
https://forums.gentoo.org/posting.php?mode=editpost&p=321943
and a link to an updated guide
http://www.pbp.net/~jnichols/vhost-mail.html
Back to top
View user's profile Send private message
big_pig
n00b
n00b


Joined: 14 Sep 2002
Posts: 18
Location: Renton, WA, USA

PostPosted: Wed May 14, 2003 3:22 pm    Post subject: Reply with quote

You might want to see if smtp.conf was installed in /usr/lib/sasl2/. This was where the cyrus-sasl ebuild put smtp.conf when I emerged it. If it did, then watch out when you emerge, /usr/lib/sasl2 isn't protected by any default emerge mask. I found that out the hard way :roll:.
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