[courier-users] managing mail at the command line

2010-07-22 Thread Juan Miscaro
Hi everybody, Is it possible to move mail from one folder to another at the command line? Outlook is crashing when trying to do this. I'm using Courier 4.3.1 on Ubuntu 8.04. -- /jm -- This SF.net email is sponsored

Re: [courier-users] MD5 passwords and imapd-ssl

2009-03-03 Thread Juan Miscaro
2009/3/2 Gordon Messmer yiny...@eburg.com: Juan Miscaro wrote: My research lead me to believe that I needed to prefix the output with '{md5}' and then stuff that into my database.  This, however, does not appear to be the case for me.  I can authenticate just fine without doing this. What

[courier-users] MD5 passwords and imapd-ssl

2009-03-02 Thread Juan Miscaro
Hi, I'm currently testing MD5 password authentication with Courier's authdaemond and MySQL. I am generating my hashes like so: $ openssl passwd -md5 plaintext_password My research lead me to believe that I needed to prefix the output with '{md5}' and then stuff that into my database. This,

Re: [courier-users] courier-authlib 0.58 needed

2009-01-02 Thread Juan Miscaro
2009/1/2 Stefan Onken supp...@stonki.de: Hello, not sure if this is the correct mailinglist, but I am looking for the source code of courier-authlib 0.58. Any URL would be helpful. Try this one: http://www.courier-mta.org/download.php /juan

Re: [courier-users] maildrop and authlib communication

2008-12-29 Thread Juan Miscaro
yourself. HTH, Cheers, Tim Lyth Juan Miscaro wrote: 2008/12/28 Sam Varshavchik mr...@courier-mta.com: Juan Miscaro writes: I am using maildrop 2.0.4 (which uses authlib by default) on OpenBSD 4.4. Now I have the following maildroprc file: logfile /var/log

Re: [courier-users] maildrop and authlib communication

2008-12-29 Thread Juan Miscaro
2008/12/29 Sam Varshavchik mr...@courier-mta.com: Juan Miscaro writes: MYSQL_HOME_FIELD'/var/spool/virtual_mailboxes' MYSQL_MAILDIR_FIELD virtual_mailbox to determine the maildir but these variables remains undefined from within maildroprc. HOME however does get assigned

[courier-users] crypt passwords with authpasswd

2008-12-28 Thread Juan Miscaro
Hi, when setting up a new user in my Postfix/MySQL/Courier system I need to set up a crypt() password. I would like to use authpasswd but I must be missing something fairly simple. The same cleartext password gives me different hashes. Can someone clarify this for me? $ authpasswd crypt

Re: [courier-users] crypt passwords with authpasswd

2008-12-28 Thread Juan Miscaro
2008/12/28 Sam Varshavchik mr...@courier-mta.com: Juan Miscaro writes: Hi, when setting up a new user in my Postfix/MySQL/Courier system I need to set up a crypt() password. I would like to use authpasswd but I must be missing something fairly simple. The same cleartext password gives me

[courier-users] maildrop and authlib communication

2008-12-28 Thread Juan Miscaro
I am using maildrop 2.0.4 (which uses authlib by default) on OpenBSD 4.4. Now I have the following maildroprc file: logfile /var/log/maildrop /^Delivered-To:\s*.+/ RECIPIENT=getaddr ${MATCH} USER= DOMAIN= if ( ${RECIPIENT} =~ /(.*)@([...@].*)/ ) { USER=${MATCH1}

Re: [courier-users] maildrop and authlib communication

2008-12-28 Thread Juan Miscaro
2008/12/28 Sam Varshavchik mr...@courier-mta.com: Juan Miscaro writes: I am using maildrop 2.0.4 (which uses authlib by default) on OpenBSD 4.4. Now I have the following maildroprc file: logfile /var/log/maildrop /^Delivered-To:\s*.+/ RECIPIENT=getaddr ${MATCH} USER

[courier-users] temporary failure. Command output: maildrop: signal 0x0B

2008-11-21 Thread Juan Miscaro
Hi everyone, I'm using OpenBSD with Postfix and Courier/Maildrop. Occasionally I experience trouble with maildrop whereby mail is deferred locally. What can be causing this? What tuning can be done? Error from mail log: temporary failure. Command output: maildrop: signal 0x0B Section from

[courier-users] cleartext password showing up in logs

2008-09-27 Thread Juan Miscaro
I have authdaemond running with authmysql module and crypt passwords. I notice that when a mail client logs in to take their mail the cleartext password ends up being displayed in my logs: authdaemond: Authenticated: clearpasswd=MYCLEARPASS, passwd=PN0cjTu8XZgzQ Is there any way to prevent this?

Re: [courier-users] cleartext password showing up in logs

2008-09-27 Thread Juan Miscaro
2008/9/27 Enda Cronnolly [EMAIL PROTECTED]: Juan Miscaro wrote: I have authdaemond running with authmysql module and crypt passwords. I notice that when a mail client logs in to take their mail the cleartext password ends up being displayed in my logs: authdaemond: Authenticated

Re: [courier-users] maildrop and maildir variable

2008-08-26 Thread Juan Miscaro
2008/8/25 Sam Varshavchik [EMAIL PROTECTED]: Juan Miscaro writes: Hi, running courier pop and imap running on some boxes with postfix. I want my maildroprc file to send spam to a spam folder: if (/^X-Spam-Status: Yes/) { to $MAILDIR/.Spam/ That should be to $MAILDIR/.Spam You need

Re: [courier-users] maildrop and maildir variable

2008-08-26 Thread Juan Miscaro
2008/8/26 Sam Varshavchik [EMAIL PROTECTED]: Juan Miscaro writes: But how does maildrop become aware of the MAILDIR variable? I'm using authdaemon with mysql backend (authmysql) and it's working well. You answered your own question, below: MAILDIR=/var/spool/virtual_mailboxes/$DOMAIN

[courier-users] maildrop and maildir variable

2008-08-25 Thread Juan Miscaro
Hi, running courier pop and imap running on some boxes with postfix. I want my maildroprc file to send spam to a spam folder: if (/^X-Spam-Status: Yes/) { to $MAILDIR/.Spam/ } But how does maildrop become aware of the MAILDIR variable? I'm using authdaemon with mysql backend (authmysql) and

Re: [courier-users] using old style crypt for password hash

2008-07-21 Thread Juan Miscaro
2008/7/21 Randy Lewis [EMAIL PROTECTED]: Juan Miscaro wrote: 2008/7/20 K.R. (Randy) Lewis [EMAIL PROTECTED]: Juan Miscaro wrote: Hi, I'm using Courier on OpenBSD. Can I use crypt-hashed passwords with Courier? I have an old machine (with many users) I want to migrate over to Courier

[courier-users] using old style crypt for password hash

2008-07-20 Thread Juan Miscaro
Hi, I'm using Courier on OpenBSD. Can I use crypt-hashed passwords with Courier? I have an old machine (with many users) I want to migrate over to Courier and a MySQL backend. This server has passwords hashed from crypt(). Thank you, /juan

Re: [courier-users] using old style crypt for password hash

2008-07-20 Thread Juan Miscaro
2008/7/20 K.R. (Randy) Lewis [EMAIL PROTECTED]: Juan Miscaro wrote: Hi, I'm using Courier on OpenBSD. Can I use crypt-hashed passwords with Courier? I have an old machine (with many users) I want to migrate over to Courier and a MySQL backend. This server has passwords hashed from crypt