RE: Cyrus IMAP, sendmail and LDAP

2004-07-08 Thread John Arthur
> Ok, so I recompiled sendmail w/ LDAP support.. > Here are the relavent parts of my mc file: > > define(`confLOCAL_MAILER', `cyrusv2') > define(`CYRUSV2_MAILER_ARGS', `FILE /var/cyrus/imap/socket/lmtp') > > # LDAP Related > FEATURE(`ldap_routing') > LDAPROUTE_DOMAIN(`panther.mydomain.com') > defin

RE: Cyrus IMAP, sendmail and LDAP

2004-07-07 Thread John Arthur
> Thanks.. is there any LDAP attribute that will tell sendmail what server > and cyrus mailbox to deliver to. Yes, mailLocalAddress -- Addresses to accept email to (as many as you want) mailRoutingAddress -- The address to send the mail to mailHost -- The host to deliver mail

RE: Cyrus IMAP, sendmail and LDAP

2004-07-07 Thread John Arthur
The way you have it setup now Sendmail accepts all mail before trying to deliver it via cyrus (just like most secondary and some primary mx servers do). So if I send 1000 emails to non existant users your sendmail will accept them all (regardless of weather they exist or not) before trying to deliv

RE: newbie question

2004-06-14 Thread John Arthur
Hi Dudi, > I am fairly experienced, done lots of sendmail installations to a manual > modification of sendmail.cf ;-), A/V, spam filters etc., so I guess I'll > manage - probably with some help from this list If you do not mind my asking. If you are so familiar with sendmail, why do you want

RE: Question about usernames with an @

2004-06-07 Thread John Arthur
Hi AJ, All we've done is simply added a secong uid ie; # Entry 1: [EMAIL PROTECTED],ou=Users,dc=domain,dc=com dn: [EMAIL PROTECTED],ou=Users,dc=domain,dc=com objectClass: top objectClass: inetOrgPerson cn: Fred sn: Citizen uid: fred uid: [EMAIL PROTECTED] uidNumber: 1025 gidNumber: 3012 userPassw

RE: sasldb2

2004-05-30 Thread John Arthur
Before I switched to LDAP I had the following on RH9 -rw-r-1 cyrusmail12288 Apr 28 10:00 /etc/sasldb2 --- 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

RE: Cyrus imap, virtual domains and ldap authentication

2004-05-10 Thread John Arthur
> I have never used virtual domains so I don't know about that. I'm using > both methods in different configurations and they both work well. However, > I think for virtual domains, you have to use 'sasl_pwcheck_method: ldap' > because pam doesn't handle what you want. > > Simon Hi Simon, Your Cy

Cyrus imap, virtual domains and ldap authentication

2004-05-09 Thread John Arthur
cyrus-imapd-utils-2.2.3 cyrus-imapd-2.2.3 cyrus-sasl-2.1.15 Hi, I have a cyrus imap server with virtual domains authenticating against sasldb2 thats been running sucessfully for several weeks now (Thanks to Simon Matters rpms) and I'd like to convert to authenticating against my LDAP server. I'v