Re: How to control the header cyrus lmtp adds to an e-mail upon delivery

2017-05-26 Thread Leena Heino
main.cf relay_transport = lmtp:mail.celoso.net:2003 Let me know what other information you require. Appreciate any clue or advice. Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.

Re: Sieve vacation script?

2016-01-21 Thread Leena Heino via Info-cyrus
script for a particular user? I think there is no documentation to do it, but all the bits are there in sieveshell code. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk )#!/usr/bin/perl use Cyrus::SIEVE::manage

Re: Trouble with Outlook 2013, especially with the upgrade from 12/8

2015-12-11 Thread Leena Heino via Info-cyrus
lost when they were copied between folders Attached is a patch that we used locally with Cyrus IMAPD 2.4.17 to improve compatibility with Outlook 2013. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk )Patch to m

Re: Sendmail and Virtual Domains

2015-07-21 Thread Leena Heino
USE CREATE-SPECIAL-USE URLAUTH >> URLAUTH=BINARY LOGINDISABLED COMPRESS=DEFLATE X-QUOTA=STORAGE >> X-QUOTA=MESSAGE X-QUOTA=X-ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE] >> User logged in >> SESSIONID= >> . LIST "Other Users" * >> . OK Complet

Re: Bug#3642, Special Use Folders, Config

2012-08-07 Thread Leena Heino
is case # sensitive, may contain whitespace and and must be valid # UTF7-IMAP string. # xlist-archive: Archives xlist-drafts: Drafts xlist-sent: Sent xlist-spam: Spam xlist-trash: Trash -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://

Re: Cyrus IMAP 2.4.14 released

2012-03-13 Thread Leena Heino
On Tue, 13 Mar 2012, Bron Gondwana wrote: > On Tue, Mar 13, 2012 at 10:31:08AM +0200, Leena Heino wrote: >> I think making fulldirhash to use 64bit by default is a right thing >> to do. But if we want a really fast fix then maybe the fulldirhash >> 64bit change

Re: Cyrus IMAP 2.4.14 released

2012-03-13 Thread Leena Heino
r mixed 32bit and 64bit environments the fulldirhash code in cyrus should look for the data in both places. The tools/rehash script does that already. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) ---

Re: Cyrus IMAP 2.4.14 released

2012-03-12 Thread Leena Heino
unsigned int n; + unsigned long long int n; enum { DIR_X = 3, DIR_Y = 5, -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Leena Heino
On Tue, 20 Dec 2011, Klaus Tachtler wrote: > virtdomains: on > > When i stop using virtdomains, solves this the problem? Turning off the virtdomain support might solve the problem. But if you want to use virtdomains then change the configuration to: virtdomains: userid -- Le

Re: moving from linux to openindiana

2011-10-26 Thread Leena Heino
ure/os. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: lmtp timeout

2011-09-16 Thread Leena Heino
processes to end up waiting for these resources and it would mean that none of the lmtpd processes are listening for the new connections. Check the logs for errors, and also you might want to limit the number of lmtpd processes. -- Leena Heino University of Tampere / Com

Re: Strange problem with quota - cyrus imap 2.4.10

2011-08-15 Thread Leena Heino
pd (proxyd) ? Yes you can compile only the quota command and use that instead if the default quota command from the 2.4.10. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://www.cyrusi

Re: Strange problem with quota - cyrus imap 2.4.10

2011-08-14 Thread Leena Heino
This bug is fixed in the latest Cyrus imapd 2.4 release 2.4.11beta1. Bugzilla entry for this is: http://bugzilla.cyrusimap.org/show_bug.cgi?id=3498 Git entry related to bug 3498 is: http://git.cyrusimap.org/cyrus-imapd/commit/?h=cyrus-imapd-2.4&id=909f7f3de37075170c2afe6aa208ce7a907

Re: Perl version of dir_hash_c

2011-07-27 Thread Leena Heino
) { $n = ((($n << 3) ^ ($n >> 5)) % $uint32) ^ ord($b); } $h = chr(ord('A') + ($n % 23)); -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: Does anyone allow unlimited or extremely large quotas?

2010-11-16 Thread Leena Heino
o use status cache and test whether it makes any difference in your environment. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.an

Re: Cyrus IMAPd 2.4.1 Released

2010-10-18 Thread Leena Heino
butions to this release. > > Questions and comments can be directed to info-cyrus@lists.andrew.cmu.edu > (public list), or cyrus-b...@andrew.cmu.edu. > > Thank you, > > Dave > -- > Dave McMurtrie, SPE > Email Systems Team Leader > Carnegie Mellon University, > C

Re: packages for solaris 10 x86

2010-10-13 Thread Leena Heino
t out the perl targets in your > Makefile to skip perl module builds. You will lose "cyradm" though. Solaris 10 has /usr/perl5/bin/perlgcc, which is perl compiled with gcc. You can use perlgcc in configure something like this: ./configure --with-perl=perlgcc -- Leena Heino

Re: packages for solaris 10 x86

2010-10-06 Thread Leena Heino
ld libraries and plugins that have correct rpaths. Try using libtool version 1.4.3. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: Lockers ?

2009-10-07 Thread Leena Heino
bdb to skiplist... This bug was fixed in 2005 with this change to Cyrus IMAPD: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/cyrusdb_berkeley.c.diff?r1=1.9;r2=1.11 Bugzilla entry for this bug is: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2699 -- Leena Heino

Re: how to configure: turn off SSL_VERIFY_PEER flag for imap/tls

2009-08-04 Thread Leena Heino
certificate. A value of "disabled" will disable SSL/TLS. */ +{ "tls_request_cert", 1, SWITCH } +/* Request a client certificate for ALL services (imap, pop3, lmtp, sieve). */ + { "tls_require_cert", 0, SWITCH } /* Require a client certificate for ALL services (imap,

Re: Delayed delete, restoring deleted mailboxes

2009-03-17 Thread Leena Heino
On Tue, 17 Mar 2009, Adam Tauno Williams wrote: > On Tue, 2009-03-17 at 13:26 +0200, Leena Heino wrote: >> What is the recommended process to restore deleted messages or mailboxes >> when delayed delete is in use? > > Use the unexpunge command; the man page isn't bad,

Delayed delete, restoring deleted mailboxes

2009-03-17 Thread Leena Heino
What is the recommended process to restore deleted messages or mailboxes when delayed delete is in use? -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://cyrusimap.web.cmu.edu

Re: Solaris10/ZFS

2009-03-16 Thread Leena Heino
torage? EMC Clariion CX3 SAN > how large? about 3 TB > compression? none > replication? none > problems? None so far. Or we just haven't noticed them, yet. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi

Re: Update installation to new features: metadata partition, delayed delete

2009-03-13 Thread Leena Heino
ries. Though, I still could not find any information about delayed delete. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.w

Update installation to new features: metadata partition, delayed delete

2009-03-13 Thread Leena Heino
delete_mode configuration setting to delayed and adjust cyr_expire event in the cyrus.conf accordingly? -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki

Skiplist problems, locking problems with seen files

2009-03-13 Thread Leena Heino
OS os-version : 5.10 environment: Built w/Cyrus SASL 2.1.22 Built w/Sleepycat Software: Berkeley DB 4.4.20: (January 10, 2006) lock = fcntl nonblock = fcntl -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) (

Re: Cyrus on Solaris at universities?

2007-12-13 Thread Leena Heino
On Wed, 12 Dec 2007, Vincent Fox wrote: > Just wondering what other universities are runing Cyrus on Solaris? > > We know of: > CMU > UCSB University of Tampere, Finland. 20k users, 0.9TB data in EMC Clariion. -- Leena Heino University of Tampere / Computer Centr

Re: Delayed expunge / undeleting messages

2007-01-18 Thread Leena Heino
describe. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) 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

Re: delayed expunge and subfolders

2006-10-20 Thread Leena Heino
bffd60, expunge_flags=2) at mailbox.c:1930 (gdb) p cache_ent $1 = 8 OS: Solaris 9/Sparc CC: Gcc 3.4.5 Cyrus: 2.3.7 -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyru

Re: delayed expunge and subfolders

2006-10-19 Thread Leena Heino
ulted: $ cyr_expire -E 3 -X 2 -v expunging deleted messages in mailboxes older than 2 days Segmentation Fault But if define expunge delay to zero days then everything works ok and no segmentation faults: $ cyr_expire -E 3 -X 0 -v expunging deleted messages in mailboxes older than 0 days expunged ... $ --

Re: delayed expunge and subfolders

2006-10-17 Thread Leena Heino
cacheitem = CACHE_ITEM_NEXT(cacheitem); 1931 } 1932 cache_record_size = (cacheitem - cacheitembegin); 1933 *new_cache_total_size += cache_record_size; 1934 1935 /* fwrite will automatically call write() in a sane way */ -- Leena

delayed expunge and subfolders

2006-10-17 Thread Leena Heino
supposed to be deleted from all folders after two days. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki Lis

unexpunge and subfolders

2006-10-17 Thread Leena Heino
return 0; 510 } -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web

Re: tls_ca_path and tls_ca_file

2006-10-12 Thread Leena Heino
turns off client certificate request in tls. This was because older Eudora versions would hang if tls was used and client certificate was requested. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home

Re: lockers and bouncing messages

2006-02-14 Thread Leena Heino
entry: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2757 -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.ed

Re: Lockers messages i

2005-09-24 Thread Leena Heino
sion 4.3.28. More details and a proposed patch can be found in this bugzilla entry: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2699 -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk ) Cyrus Home

Re: Large deliver.db file

2003-11-06 Thread Leena Heino
s db enviroment setup problem is fixed in the upcoming BerkeleyDB version 4.2? -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk )

Re: Large deliver.db file

2003-11-06 Thread Leena Heino
On Tue, 4 Nov 2003, Igor Brezac wrote: > Is your deliver.db continually growing? Yes it is. In just a couple of days it has grown from 180M to 195M -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk )

Large deliver.db file

2003-11-04 Thread Leena Heino
:42 vendor : Project Cyrus support-url: http://asg.web.cmu.edu/cyrus os : SunOS os-version : 5.9 environment: Cyrus SASL 2.1.15 Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002) cyrus.conf: delprune cmd="ctl_deliver -E 3" -- L

Re: Sieve interface for spam filtering scripts?

2003-09-30 Thread Leena Heino
f multiple separate imap servers. -- Leena Heino University of Tampere / Computer Centre ( liinu at uta.fi ) ( http://www.uta.fi/laitokset/tkk )

Eudora compatibility, patches

2003-06-04 Thread Leena Heino
might contain a boundaries[i] as a substring. + So use the length of s if it is longer than len */ +if (slen > len) { +len = slen; +} if (!strncmp(s, boundaries[i], len)) { if (s[len] == '-' && s[len+1] == '-') *boundaryct = i; return(1); -- -- Leena Heino (liinu at uta.fi)

Re: Problems with some MIME messages (cyrus-imapd-2.1.9)

2002-11-29 Thread Leena Heino
ml versions of the mail). -- -- Leena Heino (liinu at uta.fi)

Cyrus imap and AIX 5L

2002-11-12 Thread Leena Heino
Anyone has any experience on running Cyrus IMAP on AIX 5L? -- -- Leena Heino (liinu at uta.fi)

mailboxes, db or flat

2002-01-17 Thread Leena Heino
mailboxes? Are there some caveats to using db mailboxes versus flat file mailboxes? What is your recommendation? -- -- Leena Heino ([EMAIL PROTECTED])

Re: problem compiling cyrus-imapd-2.0.16 w/ cyrus-sasl-1.5.27

2001-11-26 Thread Leena Heino
les: imap/Makefile.PL sieve/acap/Makefile.PL sieve/managesieve/Makefile.PL After those fixes give the command: make all and proceed as usual. > --tom > > - > Thomas C. Meggs > Assistant UNIX System Administrator > Physics and Astronomy Network Infrastructure and Computing > UNC Chapel Hill > http://www.panic.unc.edu/ > > Regards, > Tom > -- -- Leena Heino ([EMAIL PROTECTED])

Re: Eudora, STARTTLS and the alternate port

2001-10-19 Thread Leena Heino
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+=-=-=-=-=-=-=-=-+ > CNS, HDL Center, Suite 301, Ohio University, Athens, OH 45701-2979 > -- Leena Heino ([EMAIL PROTECTED])

Re: Migrating from wu-imap to Cyrus

2001-10-01 Thread Leena Heino
message, which is fine in > this case. Is your script able to remove the "From " header from mails that are to be converted? I used this very simple but crude command to convert mailboxes: cat user-mbox | formail -I "From " -s deliver -q user > > > -- > -Gary Mi

Which versio to upgrade to?

2001-09-26 Thread Leena Heino
release in the Cyrus SASL 1.5.x series after the beta version 1.5.27? Are the any serious bugs with Cyrus SASL 1.5.24 or in Cyrus SASL 1.5.27 that are fixed in Cyrus SASL 2.x versions? -- Leena Heino ([EMAIL PROTECTED])

Cyrus and performance

2001-09-13 Thread Leena Heino
oblem seems to be that there seems to be very little of documentation about Cyrus Murder installation and/or management. Does anyone have any experience about installing and/or using Cyrus Murder? -- Leena Heino ([EMAIL PROTECTED])