Re: sendmail+smtp auth+ cyrus imap

2004-06-16 Thread Kent L. Nasveschuk
Hey thanks for replying Ben. This is what I have in my site.config.m4 at
present:

APPENDDEF(`confENVDEF', `-DSASL=2')
APPENDDEF(`conf_sendmail_LIBS', `-lsasl2')
APPENDDEF(`confLIBDIRS', `-L/usr/local/lib/sasl2')
APPENDDEF(`confINCDIRS', `-I/usr/local/include/sasl')
APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS')
APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_SMTP_SSL')
APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto -L/usr/lib')


On Tue, 2004-06-15 at 17:09, Ben Poliakoff wrote:
> * Kent L. Nasveschuk <[EMAIL PROTECTED]> [040615 12:38]:
> > Has anyone successfully setup sendmail with smtp auth so users can post
> > to select shared folders based on authentication? I'd be interested on
> > hearing your thoughts. I'm getting close to having sendmail work with
> > saslauthd that is using LDAP.
> 
> As far as I know you need to compile sendmail with a "for future
> release" option: 
> 
> _FFR_AUTH_PASSING=1
> 
> Generally the easiest way to do this is to add a line like:

I will add this and see what happens.

> 
> APPENDDEF(`confENVDEF', `-D_FFR_AUTH_PASSING=1')
> 
> to your sendmail_src_dir/Site/site.config.m4 file.
> 
> I don't know when (or if) the AUTH_PASSING stuff will stop been an
> "FFR".
> 
> > I also want anonymous access to shared folders but am unsure how to
> > proceed.Any thoughts would be appreciated.
> 
> You probably need to edit your imapd.conf file (man imapd.conf), adding
> this line:
> 
> allowanonymouslogin: yes
> 
> And then make sure that the ACLs on your shared folders have global read
> permissions enabled. 
> 
> Ben
> 
> --
> 
> Ben Poliakoff email: [EMAIL PROTECTED] Reed College tel:  503-788-6674 Unix
> System Administrator PGP key: 0x6AF52019 PGP fingerprint:  A131 F813
> 7A0F C5B7 E74D C972 9118 A94D 6AF5 2019
-- 
Kent L. Nasveschuk <[EMAIL PROTECTED]>

---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


sendmail+smtp auth+ cyrus imap

2004-06-15 Thread Kent L. Nasveschuk
Has anyone successfully setup sendmail with smtp auth so users can post
to select shared folders based on authentication? I'd be interested on
hearing your thoughts. I'm getting close to having sendmail work with
saslauthd that is using LDAP.



I also want anonymous access to shared folders but am unsure how to
proceed.Any thoughts would be appreciated.




-- 
Kent L. Nasveschuk <[EMAIL PROTECTED]>

---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html