Re: Cyrus imap and identity theft

2019-02-27 Thread Dennis Davis
se. For the exim message transfer agent (MTA) see: https://github.com/Exim/exim/wiki/BlockCracking Disclaimer: I've never used the above, but it seems a lot of work and thought have gone into this suggestion. -- Dennis Davis Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info

Re: undelete a single message, delete_mode + expunge_mode activated

2014-03-10 Thread Dennis Davis
simap.org/~vanmeeuwen/cyrus-imapd-2.4-docs/Administrator_Guide/html/chap-Administrator_Guide-Deleting_and_Undeleting_Messages_and_Folders.html -- Dennis Davis Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: popularity of NNTP (Re: nntp not working after upgrade)

2014-01-07 Thread Dennis Davis
; people to read them. Several email clients -- eg alpine, sylpheed, claws-mail, etc -- appear to have the functionality to use an NNTP server that's separate from an IMAP server. So distinctions can get a bit blurred... > I'm quite certain, Cyrus has that functionality, but I could not >

Re: popularity of NNTP (Re: nntp not working after upgrade)

2014-01-06 Thread Dennis Davis
NNTP. You can, I believe, post via gmane. See: http://gmane.org/post.php -- Dennis Davis Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: GSSAPI for various murder component setups

2012-06-15 Thread Dennis Davis
: http://www.eyrie.org/~eagle/software/ might be useful for obtaining and renewing kerberos credentials. In particular kstart: http://www.eyrie.org/~eagle/software/kstart/ -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK d.h.da...@bath.ac.uk Phone: +44 1225 386101 --

Re: (important) cyrus-imapd 2.4.16 released

2012-04-19 Thread Dennis Davis
+#ifdef __OpenBSD__ +#include +#endif /* __OpenBSD__ */ + #include "exitcodes.h" #include "util.h" #include "xmalloc.h" Although I'm sure this isn't the preferred way to do it :-( -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK d.h

Re: Tuning defaults for 2.5

2011-03-04 Thread Dennis Davis
ndmail as /usr/lib/sendmail. We're running our Cyrus service under Solaris. We usually make /usr/lib/sendmail a soft link to whatever we're running as a sendmail replacement or make it a shell script that executes a sendmail replacement. -- Dennis Davis, BUCS, University of Bath,

Re: Disallowing SSLv2

2010-06-04 Thread Dennis Davis
hers, sorted by strength. tls_cipher_list: HIGH:MEDIUM:@STRENGTH To exclude SSLv2 ciphers as well, I'd write that as: tls_cipher_list: HIGH:MEDIUM:!SSLv2:@STRENGTH -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK d.h.da...@bath.ac.uk Phone: +44 1225 386101 Cyrus Home Pag

Re: setting the seen flag?

2010-04-29 Thread Dennis Davis
ting" > exit 3 > fi At this point you might like to consider using the cyrus mbpath command to find the user's mail directory. You're running as root, so this should be OK. You'd certainly need to use something like mbpath if you've set things like: # Hash ev

Re: Any interest to implement RFC4978 (IMAP COMPRESS)?

2010-02-19 Thread Dennis Davis
ail/info-cyrus/2009-October/031902.html -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK d.h.da...@bath.ac.uk Phone: +44 1225 386101 Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: lmtp delivery if over quota

2009-06-25 Thread Dennis Davis
ride = true allow_localhost = true ... should (ie I haven't really tested this) do the job. -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK d.h.da...@bath.ac.uk Phone: +44 1225 386101 Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://c

Re: Security risk of POP3 & IMAP protocols

2009-02-13 Thread Dennis Davis
servers against brute force attacks. Not sure how you'd do that as many, if not all webmail servers, rely on the IMAP server to validate the connection. Usual disclaimer: I've never tried doing this myself. This advice is worth what you paid for it. -- Dennis Davis

Re: Backscatter solutions

2008-05-09 Thread Dennis Davis
tp://www.exim.org/exim-html-current/doc/html/spec_html/ch40.html#SECTverifyPRVS for details of how to implement BATV using exim. -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [EMAIL PROTECTED] Phone: +44 1225 386101 Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus

Re: Cyrus imapd 2.3.7 mupdate - getaddrinfo: service not supported for ai_socktype

2006-11-03 Thread Dennis Davis
2006 # imsp406/tcp and if you want to secure this (possibly using stunnel) you may also need: # And a secured Cyrus imsp server. Note port 906 is unassigned, so # we'll use that. # DHD June 2006 # imsps 906/tcp I'm not sure how widespread the use of Cyrus imsp

Re: unified murder and GSSAPI

2006-10-18 Thread Dennis Davis
it's requesting. You need to set up a keytab containing that key. (No, I haven't set something like this up. But the logs on the kerberos server are often useful in diagnosing obscure failures.) -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [EMAIL PROTECTED]

Re: Mapping users (either KerberosV or TLS certs)

2006-07-06 Thread Dennis Davis
instead of starting the master process with # a command line of the form: # # KRB5_KTNAME=/var/imap/krb5.keytab /usr/local/libexec/cyrus-imapd/master & sasl_keytab: /var/imap/krb5.keytab > altnamespace: yes > userprefix: Other Users > sharedprefix: Shared Folders -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [EMAIL PROTECTED] Phone: +44 1225 386101 Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Strip HTML

2006-06-02 Thread Dennis Davis
pldaniels.com/altermime/ Exactly how you'd do this would depend on the MTA (sendmail, postfix, exim etc) you're using. For exim I'd probably consider a transport filter. Disclaimer: I've never actually tried to do this... -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7A

submailbox problem after migrating from cyrus version 2.2.8 to 2.2.12

2006-04-28 Thread Davis
on the new one I get just OK message that says there is no subfolders. The strangest thing is that output with cyradm, to list all mailboxes, is the same on both machines (also user mailbox has \HasChildren), also when I dump mailboxes.db, they are the same on both machines. -DA

Re: Migrating from 2.2.8 to 2.2.12?

2006-04-05 Thread Dennis Davis
Mulberry can be set up to use an IMSP server for it's options. -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [EMAIL PROTECTED] Phone: +44 1225 386101 Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Latin1/UTF8 chars?

2006-03-14 Thread Dennis Davis
gt; check. Driven by the setting of "reject8bit" in /etc/imapd.conf in both Cyrus 2.2.* and 2.3.*. The default is to change 8-bit characters to "X". Set "reject8bit" to have lmtpd reject messages with 8-bit characters in the headers. -- Dennis Davis, BUCS, University of B

Re: kerberosV, does this thing work with murder?

2006-02-27 Thread Dennis Davis
end machine: > > sasl_pwcheck_method: saslauthd > sasl_mech_list: GSSAPI > keytab: /etc/imap/krb5.keytab ^^ This needs to be "sasl_keytab", not "keytab". If you do need a "mupdate/hostFQDN" principal, it'll need to be in this file. > mupd

Re: delivering to over-quota users based on sender

2006-02-02 Thread Dennis Davis
true allow_localhost = true to deliver to an lmtp daemon listening on the loopback address. I've not really tried this, but doesn't it work? -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [EMAIL PROTECTED] Phone: +44 1225 386101 Cyrus Home Page: htt

Re: Spamming IP-Address: 202.80.59.3

2006-01-19 Thread Dennis Davis
new viruses. I believe commercial anti-virus companies, eg Messagelabs, will similarly run mail through several virus checkers. I suppose I'm lucky in that we have a site license for Sophos. Anyway the ClamAV signature for this particular virus was made available last night. ClamAV now

Re: Spamming IP-Address: 202.80.59.3

2006-01-18 Thread Dennis Davis
59.3 ( 18 Jan 2006 10:13:26 ) > that his computer is used for sending unsolicited emails. Not really anything to do with info-cyrus. These unwanted messages are copies of the W32/Nyxem-D virus. See: http://www.sophos.com/virusinfo/analyses/w32nyxemd.html for details. -- Dennis Davis, BUCS,

Forcing users to IMAPS?

2005-12-14 Thread Jeff Davis
1000 clients I already have :( Thanks, -Jeff -- Jefferson K. Davis Technology and Information Systems Manager Standard School District 1200 North Chester Ave Bakersfield, CA 93308 USA 661-392-2110 ext 120 Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cm

Connection rates

2005-11-29 Thread James Davis
I'm mostly using my Cyrus install as an IMAP server but I have one or two users who insist on using POP3 for various reasons. They keep on getting errors regarding the number of connections they are making per minute to the server which appears to be rate limited to one connection per 60 seconds. W

Problems with sieveshell

2005-11-14 Thread James Davis
Having a few problems here, I hope this is the correct mailing list. Please feel free to have a laugh at me if it's not (and point me in the correct direction) :-) I'm a new Cyrus administrator, very new. This is my first install and I've picked Cyrus as it should be fairly easy to integrate it wi

Re: mailadmin can't list/create mailboxes

2005-09-13 Thread Ross P. Davis
Figured it out - the problem was simply that I needed to add the following in imap.conf: admins: mailadmin It had been set to: #admins: ross > Following an upgrade, mailadmin can no longer list/create mailboxes. > Here is the system info: > > name : Cyrus IMAPD > version: v2.1.17 20

mailadmin can't list/create mailboxes

2005-09-12 Thread Ross P. Davis
Following an upgrade, mailadmin can no longer list/create mailboxes. Here is the system info: name : Cyrus IMAPD version: v2.1.17 2004/11/23 19:12:47 vendor : Project Cyrus support-url: http://asg.web.cmu.edu/cyrus os : FreeBSD os-version : 4.6.2-RELEASE-p27-jc2 environment:

Re: [exim] HOWTO exim 4.5 + cyrus 2.1 on debian

2005-08-22 Thread Dennis Davis
LMTP daemon listening on the loopback address. The advantage of this is that you can then use exim's verification options to check the sender and/or recipient. -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [EMAIL PROTECTED] Phone: +44 1225 386101 Cyrus Home

Re: case sensitivity

2005-04-29 Thread Dennis Davis
e > to Cyrus? Others have pointed out how to do this in Cyrus. I believe most modern MTAs have facilities for handling local parts as case insensitive. For example it's the default with Exim unless you set caseful_local_part as a router option. -- Dennis Davis, BUCS, University of Bath, B

Re: kerberos/imap trouble

2004-12-10 Thread Dennis Davis
>From: Mark Hannessen <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Date: Fri, 10 Dec 2004 14:27:30 +0100 > >I am trying to setup a kerberos v5 only cyrus imap server. >that is: I would like all autherisation to be done by gssapi/kerberos. ... >does anybody have a suggestion where I should look nex

Re: Not seeing sub-folders when migrating/upgrading

2004-05-23 Thread Andrew Davis
No... they don't. I covered that in my post to the list. AD Patrick Welche wrote: On Sat, May 22, 2004 at 02:51:46PM -0700, Andrew Davis wrote: Hello? Can anyone help me with the problem listed below? In squirrelmail, if you go to "Folders", do your Personal and Work folders appea

Re: Not seeing sub-folders when migrating/upgrading

2004-05-23 Thread Andrew Davis
Thank you so much. That's the information I was looking for. Does this mean I can copy the mailboxes.db and the mailbox content and expect to not see this problem? AD Jim Levie wrote: On Sat, 2004-05-22 at 16:51, Andrew Davis wrote: Hello? Can anyone help me with the problem listed

Re: [Web-cyradm] sub-folders of inbox not showing up

2004-05-22 Thread Andrew Davis
a nice fallback. If I can beyond this one issue... I think all will be good from here. AD Jon wrote: I could be off beat here, but after you copied the new files over to your new box, did you reconstruct the mailbox in cyradm? -- Regards, Jon Andrew Davis said: Some more info... first off, s

Re: Not seeing sub-folders when migrating/upgrading

2004-05-22 Thread Andrew Davis
Hello? Can anyone help me with the problem listed below? Andrew Davis wrote: I am migrating from an older cyrus-imapd/postfix/webcyradm/squirrelmail solution on RH 7.3 to a new one with new versions of each on Fedora Core 1. All is setup and working fine with the exception of one problem: On my

Not seeing sub-folders when migrating/upgrading

2004-05-21 Thread Andrew Davis
.4. My older system has 2.1.12. Did something change between versions that's to blame? Is there a patch or tool I can use? Thanks in advance, -- Andrew Davis North County Computers http://www.nccomp.com Email: [EMAIL PROTECTED] Local: 760-525-4689 Toll Free: 877

Re: Perl module interface

2002-09-21 Thread Mark Davis
Hi. Try it like that: == #!/usr/bin/perl use Cyrus::IMAP::Admin; $server = "localhost"; $cyrus_admin_username = "admin_username"; $cyrus_admin_password = "admin_password"; $mbox = shift or die "usage: make_mailbox.pl ."; $mbox = "user.$mbox";

Imap Murder ?

2001-11-14 Thread Mark Davis
anything. The doc/install-murder.html is also no help (no update for 18 month!). How do i get started ? Any howtos or readmes (except http://asg.web.cmu.edu/cyrus/ag.html)? Greets Mark Davis

Re: pam/mysql doesnt work

2001-10-22 Thread Mark Davis
) > > /lib/ld-linux.so.2 => /usr/lib/ld-linux.so.2 (0x8000) Greets Mark Davis - Original Message - From: "Mark Davis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 12, 2001 1:40 PM Subject: Re: pam/mysql doesnt work > Hi! again

separate imap / pop3 logins (without pam) ?

2001-10-22 Thread Mark Davis
passwords. (SSL will be available too, so plain text passwords aren't too bad) But when i use sasldb to offer md5 or something, i can't use pam... Is it possible to separate the pop3 logins from the imap logins and use sasldb ? Or do you suggest any other authentication mechanism ? Greets Mark Davis

Re: pam/mysql doesnt work

2001-10-12 Thread Mark Davis
imapd-2.0.16 cyrus-sasl-1.5.24 pam-0.74-39 (and dev) mysql-2.23.37 (client and dev) Greets Mark Davis Am Donnerstag, 11. Oktober 2001 14:36 schrieben Sie: > Mark, > > Try substituting --with-pam for --with-passwd_method=PAM when > configuring sasl. > > > Also try removing: >

pam/mysql doesnt work

2001-10-11 Thread Mark Davis
should work (see below). sasldb works fine... Any ideas ? All my configuration files are listed below. Greets Mark Davis $ ldd /usr/local/imapd/bin/imapd libsasl.so.7 => /usr/local/lib/libsasl.so.7 (0x40017000) libssl.so.0.9.6 => /usr/lib/libssl.so.0.9.6 (0x40