Re: LDAP and email

2002-10-26 Thread Radek Hnilica
On Thu, Oct 24, 2002 at 09:44:16PM -0400, [EMAIL PROTECTED] wrote: > Has anyone LDAPized their email system, along with /etc/aliases? If > so, can you give me a pointer how you did that? Definitely yes. Now I'm planing do it for the second time. Big hint is http://ispman.org. All I'm using are:

expect

2002-10-26 Thread Russell Coker
I want to run an expect script as: script dpkg -i package Then have the script spawn "dpkg -i package". How do I do this? Expect wants to combine all the parameters into a single parameter that contains spaces. How can I solve this? Also I want to do it for numerous packages (so having an en

Re: LDAP and email

2002-10-26 Thread Radek Hnilica
On Thu, Oct 24, 2002 at 09:44:16PM -0400, [EMAIL PROTECTED] wrote: > Has anyone LDAPized their email system, along with /etc/aliases? If > so, can you give me a pointer how you did that? Definitely yes. Now I'm planing do it for the second time. Big hint is http://ispman.org. All I'm using are:

expect

2002-10-26 Thread Russell Coker
I want to run an expect script as: script dpkg -i package Then have the script spawn "dpkg -i package". How do I do this? Expect wants to combine all the parameters into a single parameter that contains spaces. How can I solve this? Also I want to do it for numerous packages (so having an en