Exim and virtual domains

2004-02-25 Thread Brandon Yap
I'm having some trouble getting virtual domains to work.
What I wanted to accomplish was to have a user at [EMAIL PROTECTED] go 
to [EMAIL PROTECTED]
Kinda like Sendmails virtusertable function.

This is what i've tried so far:

Before the system_aliases stanza, I put this in:

virtuals:
 driver = aliasfile
 domains = lsearch;/etc/exim/virtuals
 file = /etc/exim/virtualaliases
 search_type = lsearch
And in /etc/exim/virtuals:
somedomain.com:   /etc/exim/virtualaliases
In /etc/exim/virtualaliases:
[EMAIL PROTECTED]:   [EMAIL PROTECTED]
This is not working for me.
Am I approaching this the right way ?
Any help at all would be good.
Thanks so much!
Brandon
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ProFTPD + LDAP

2004-01-11 Thread Brandon Yap
Anyone have any ideas ?
Surely someone must have gotten this to work before.
Brandon

Brandon Yap wrote:
My goal is to get ProFTPD to auth against LDAP.
I'm using the proftpd-ldap package in stable Debian Woody.
My problem is that no matter what I put in /etc/proftpd.conf, it won't
auth against LDAP. Even editing /etc/pam.d/proftpd and replacing every
instance of pam_unix.so with pam_ldap.so doesn't work.
I know my ldap install works because Cyrus is currently authing against it.
Has anyone gotten this to work successfully ? If so, I would greatly
appreciate any advice on steps taken to achieve this.
Thanks



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



ProFTPD + LDAP

2004-01-06 Thread Brandon Yap
My goal is to get ProFTPD to auth against LDAP.
I'm using the proftpd-ldap package in stable Debian Woody.
My problem is that no matter what I put in /etc/proftpd.conf, it won't
auth against LDAP. Even editing /etc/pam.d/proftpd and replacing every
instance of pam_unix.so with pam_ldap.so doesn't work.
I know my ldap install works because Cyrus is currently authing against it.
Has anyone gotten this to work successfully ? If so, I would greatly
appreciate any advice on steps taken to achieve this.
Thanks
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]