Solved: Sarge: sieveshell localhost Not working
From: Bengt Thuree (bengt_at_thuree.com)
Date: 02/20/04
- Previous message: Anthony Campbell: "Re: SSH: does it require portmapper and what hostname is it looking for?"
- In reply to: Bengt Thuree: "Sarge: sieveshell localhost Not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 21 Feb 2004 01:51:16 +0900 To: Debian-User <debian-user@lists.debian.org>
Bengt Thuree wrote:
> Hej,
>
> I am having problems getting sieveshell to work on my Sarge (with
> cyrus21) box.
> Would really appreciate some hints and tips on this issue.
> I have been goggling and searching for various hints and tips, but I am
> stuck.
>
> Would really appreciate some hints and suggestions on this issue.
>
> Thanks in advance
Hej,
Found that my imapd.conf had sasl_mech_list set to PAM instead of PLAIN.
After changin it to
sasl_mech_list: PLAIN
"telnet localhost 2000" reported "SASL PLAIN" and everything worked fine!
/Bengt
mollie:/etc# telnet localhost 2000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Cyrus timsieved v2.1.16-IPv6-Debian-2.1.16-3"
"SASL" "PLAIN"
"SIEVE" "fileinto reject envelope vacation imapflags notify subaddress
relational regex"
"STARTTLS"
OK
logout
OK "Logout Complete"
Connection closed by foreign host.
mollie:/etc# sieveshell -u bengt -a bengt localhost
connecting to localhost
Please enter your password:
> ?
Usage:
sieveshell [-u username] [-a authname] [-r realm] <server>
help - this screen
list - list scripts on server
put <filename> [<target name>]
- upload script to server
get <name> [<filename>]
- get script. if no filename display to stdout
delete <name> - delete script.
activate <name> - set a script as the active script
deactivate - deactivate all scripts
quit - quit
>
-- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Anthony Campbell: "Re: SSH: does it require portmapper and what hostname is it looking for?"
- In reply to: Bengt Thuree: "Sarge: sieveshell localhost Not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|