Connecting Tech Pros Worldwide Help | Site Map

autologin

  #1  
Old January 18th, 2007, 05:35 AM
Pet Farrari
Guest
 
Posts: n/a
HI,

I want to use a perl script to add email folder, but the script I wrote
doesnt seem right.

Here is the code:

line 1: open(CYRADMIN, "| /usr/local/bin/cyradm --user testuser -s
testserver");
line 2: print CYRADMIN $password;
line 3: print CYRADMIN "\n";
line 4: close(CYRADMIN);

when I execute the above code, it shown me a "Password:" prompt waiting
for me to enter a password. But line 2 of the code is already written a
password to it. Can anyone tell me how to correct this error?


Thanks
S
  #2  
Old January 18th, 2007, 10:15 AM
Lars Haugseth
Guest
 
Posts: n/a

re: autologin



* Pet Farrari <pf@auth.net.auwrote:
Quote:
>
HI,
>
I want to use a perl script to add email folder, but the script I
wrote doesnt seem right.
>
Here is the code:
>
line 1: open(CYRADMIN, "| /usr/local/bin/cyradm --user testuser -s
testserver");
line 2: print CYRADMIN $password;
line 3: print CYRADMIN "\n";
line 4: close(CYRADMIN);
>
when I execute the above code, it shown me a "Password:" prompt
waiting for me to enter a password. But line 2 of the code is already
written a password to it. Can anyone tell me how to correct this error?
Use the Cyrus::IMAP::Admin module.

--
Lars Haugseth

"If anyone disagrees with anything I say, I am quite prepared not only to
retract it, but also to deny under oath that I ever said it." -Tom Lehrer
  #3  
Old January 21st, 2007, 11:45 PM
Pet Farrari
Guest
 
Posts: n/a

re: autologin


Lars Haugseth wrote:
Quote:
* Pet Farrari <pf@auth.net.auwrote:
Quote:
>HI,
>>
>I want to use a perl script to add email folder, but the script I
>wrote doesnt seem right.
>>
>Here is the code:
>>
>line 1: open(CYRADMIN, "| /usr/local/bin/cyradm --user testuser -s
>testserver");
>line 2: print CYRADMIN $password;
>line 3: print CYRADMIN "\n";
>line 4: close(CYRADMIN);
>>
>when I execute the above code, it shown me a "Password:" prompt
>waiting for me to enter a password. But line 2 of the code is already
>written a password to it. Can anyone tell me how to correct this error?
>
Use the Cyrus::IMAP::Admin module.
>
This is a bad module and I have numerous issues when running this
module. The right one should be IMAP::Admin. The problem had been resolved.

Thanks
Sam


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Autologin using cookie vashafnas answers 5 March 4th, 2008 10:43 AM
Google Analytics Auto-Login to deeper pages with Javascript victorduwon answers 14 December 1st, 2007 11:29 AM
How to autologin? iriu answers 4 August 2nd, 2007 09:52 PM
Need autologin facility to other site. nilayanand answers 5 November 28th, 2006 02:12 PM