Timo Veith wrote:
Am Donnerstag 30 November 2006 15:35 schrieb Jorey Bump:
Just a thought, but can you try switching to a 2.4.x kernel? The 2.6
series seems to suffer from gremlins like this once in a while.
I am pretty sure that the master daemon is now running with a 35 file
desciptor
Timo Veith wrote:
Does a service name in /etc/cyrus.conf must be unique?
Yes, it isn't really a service name (i.e. from /etc/services), but a
unique identifier. This allows you to assign names for multiple
configurations of the same network service, so you can manipulate them
separately in
Chris Harms wrote:
Hello,
We are having some trouble with our servers sending out backscatter
spam. I realize this is really a Sendmail issue, but if any list
readers have some insights on the best way to make Sendmail stop sending
bounces to outside domains, it would be greatly appreciated.
Chris Harms wrote:
To those who have kindly told me to go to the Sendmail groups, I suspect
Cyrus plays a part in our problem. I'm now fairly certain that our
access db is misconfigured, with the reason stemming from using
"To:domain.tld RELAY" as a workaround for Sendmail not delivering to
Joseph Brennan wrote:
When moving from U Wash to Cyrus we applied this rewrite to all
mailboxes. Get rid of any nulls while you're at it.
while(<>) {
# The \000 character (NUL) is not allowed
if ($line =~ s/\000//g) {
print STDERR "WARNING: Removing NUL\n";
}
# Change CRLF
Fabio Silva wrote:
Hi all, is there any tool to migrate from mbox format to cyrus-imap ???
could you tell me any tool to do it???
im using sles10, and i need to migrate my user to our new cyrus server
I used imapsync:
http://www.linux-france.org/prj/imapsync/
The only serious issue I had w
Patrick Kranz wrote:
Now I have a customer, who needs the scenario that the usernames for
Cyrus differ from the mailbox and mailaddress respectivly. For example
[EMAIL PROTECTED] should be able to login with the username
someOtherUsername. This need arises from an integration with other
softw
Jonathan Villa wrote:
Actually, I'm not sure if the Centos4 RPMS come with the autocreate
patch. I assume they don't. I'm actually thinking of building this
from source as I've done with most of my other installs anyway.
I'll use the examples you've provided as well.
What's been tough for me
patrick wrote:
Actually, Thunderbird was showing all of the messages. I didn't see
the latest messages because its sort arrows are upside down (!). It
would seem that this must be an IMP problem, so I'll start looking
there.
quota. If I connect via POP3 I do, however, see all of the messages
th
JOYDEEP wrote:
C: S01 STARTTLS
S: S01 OK Begin TLS negotiation now
verify error:num=19:self signed certificate in certificate chain
verify error:num=24:invalid CA certificate
verify error:num=26:unsupported certificate purpose
TLS connection established: TLSv1 with cipher AES256-SHA (256/256 bit
Olaf Fraczyk wrote:
On Fri, 2007-03-30 at 16:19 +0530, JOYDEEP wrote:
I am a bit confused here. may be I am wrong but imaps is running at port
993 with SSL where imap with TLs is running at port 143.
I need the imap + TLS. I don't have any imaps entry in my imapd.conf.
So could you all be a li
JOYDEEP wrote:
thanks a lot for so in depth discussion. I have already enabled SSL
encryption :-) as I have come to know from some documentation that
the STARTTLS is stillnot very standard and the client side support for
it is not become standard too.
Actually, it's very standardized and w
JOYDEEP wrote:
OK, Arnaud now it is clear to me SSL includes STARTTLS.
No, it just negates the need for it.
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
JOYDEEP wrote:
imtest -a aftab -m LOGIN linux.kolkatainfoservices.in -p 993 -s -t ""
You want to test STARTTLS on the default IMAP port:
imtest -a aftab -m LOGIN -t "" linux.kolkatainfoservices.in
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu
Paul van der Vlis wrote:
It's a big message with foto's, 3.5 MB. I am not sure this warning is
correct.
I hope somebody can tell me how I can remove the bare newline(s) in the
message.
I've had to deal with this issue when moving such a message between
accounts, in my case from a UW-IMAP se
JOYDEEP wrote:
when I had imap ; cyradm didn't have any problem to login. But after
changing it to imaps cyradm can't login.
the command I use is
cyradm --port 993 -u cyrus localhost.
the log says it as .. imaps TLS negotiation failed
though I can succseful;ly use KMail and thunderbird
JOYDEEP wrote:
I have"mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp" in
main.cf
I have "lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1"
in cyrus.conf
now when ever I try to sent mail from [EMAIL PROTECTED] to
[EMAIL PROTECTED]
it reports error
E.H.Eefting wrote:
The sieve script:
require "vacation";
vacation "phatte test";
vacation :addresses "[EMAIL PROTECTED]" "phatte test";
We've been using cyrus-imap for years on many server in a similar setup and
never had anyproblems. However, this is the first time we start using
David S. Madole wrote:
From Matthew Schumacher on Monday, May 21, 2007 6:35 PM
The first iptables suggestion blocked the offending IP, which is
fine, but also requires me to babysit the server. The second
suggestion would correctly limit connections, but if I'm reading it
right, would lump all
Zoran Kikic wrote:
I'm running Imapd 2.3.8+Postfix+SA+Amavis-New and everything works fine
without INBOX folders - even my Sieve scripts:
if header :contains "X-Spam-Flag" "YES" {
fileinto "INBOX/Spam";
}
There is NO INBOX but it works.
Of course there's an INBOX. In IMAP, INBOX is virtual,
Ross Boylan wrote:
I've created INBOX.a.b, INBOX.a.c, and others. To my suprise, there is no
INBOX.a folder. This was discussed previously on this list (2/28/06, similar
to this messages subject), and is Cyrus's expected behavior.
I've now decided I want a folder INBOX.a, that is something I
Philippe Trolliet wrote:
now i need to specify an admin user for every single domain because of the
@domain.com.
in FC4 everything worked fine with the single admin account cyrus without a
realm.
My comments may be completely irrelevant for you, because I don't use
saslauthd, pam, mysql, virtd
Bob Bob wrote:
> My first question is a general one. Do you all choose to send
> reject/nonexistent user messages or just black hole them? Rejecting is
> obviously the simplest solution but I am concerned about being
> blacklisted from sending garbage back out. There are ways of course to
> stop b
Maulvi Bakar wrote:
> Hi all
>
> I have a system which accepts mails for example.com, example.net and
> example.org. Rather than creating 3 differing mailboxes on cyrus, it
> is decided to create 1 mailbox for all the TLDs, since all the
> domains involved refers to the same entity.
>
> Right
Sam Przyswa wrote:
> Mogens Melander a écrit :
>> Hmm. you might want to breeze trough some of the rather comprehensive
>> documentation that accompanies this software suite.
>>
>> You might find some hints.
>
> Did you think that I don't read the doc before post ?
>
> At this time I can't run cy
Todd Lyons wrote:
> Jesus, just run 'passwd cyradm' and set it to whatever the heck you
> want.
He needs to set a password for the user(s) in the admins list in
imapd.conf.
The imapd.conf he supplied includes this:
# Uncomment the following and add the space-separated users who
# have admi
John Crawford wrote:
> What's the best way, and second best way to react to zero-day virus
> threats - messages that are delivered to the mail store before the
> detection is in place?
Any detection that can take place in the mail store can (and should) be
moved up the chain, preferably to the
John Crawford wrote:
> Sieve is during delivery to the cyrus store though.
> As we have the capability to identify hazards to our
> users, I'd like to be able to exercise central
> strategies improve their quality of life. So I seek
> tools to leverage after detection to aid with
> removal or reme
Jorey Bump wrote:
> Have you found that the risks justify this effort? Are your ClamAV scans
> of the mailstore turning up anything? Are they serious threats?
I've just scanned a mailstore with ClamAV, and about 95% of the 'FOUND'
infected files were false positives.
Janne Peltonen wrote:
> The policy in our university has long been to discourage using auto
> responders (two of the main reasons being, we don't want to end up
> forwarding spam to innocent third parties, and neither want to
> automatically confirm to a spammer that an address works - auto-answer
Janne Peltonen wrote:
> On Fri, Aug 24, 2007 at 07:47:28AM -0400, Jorey Bump wrote:
>
>> If you don't get much spam, sieve vacation is suitable.
>
> But how much is much, in your opinion? Say, 4 spam messages per day per user,
> with 50 000 users? Would that be much?
Zhang Weiwu wrote:
> I read the RFCs and documents I can find on the internet, it seems it's
> not possible for sieve to flag a thread.
>
> I need such an action that not only setflag the current email, but also
> any other emails in the same thread in the folder. This is useful to
> organize
Rick Kunkel wrote, at 09/14/2007 11:27 AM:
> Where I've been stuck recently is trying to figure out things like how to
> manipulate mailboxes by using the file system.
Don't do that. That's the "black box" part of Cyrus IMAP. Forget about
all the cool things you could do by directly manipulatin
Georgy Goshin wrote, at 09/29/2007 06:12 AM:
> I need the Cyrus POP3 server marks all messages read by client but left on
> server as read. How to do this?
POP3 does not mark messages as read. The client downloads the messages,
then *it* tracks which messages are read. For obvious reasons, you
Anders Norrbring wrote, at 10/07/2007 07:06 AM:
> Is there a way to disable a specific user's access to POP and IMAP in
> Cyrus? I still want the mail to be delivered to the mailboxes (done via
> LMTP), but I would like to turn off the user from getting the mail.
>
> In case you wonder, it's for
Ken Murchison wrote, at 10/07/2007 07:51 PM:
> Jorey Bump wrote:
>> Delete ACLs:
>> localhost> dam user.bob bob read
>>
>> Now bob can't read his INBOX, and will get a message like the
>> following when he tries (this is from Thunderbird):
>
&g
I'm trying to harden cyrus-imapd by disallowing unencrypted plaintext
logins. Here is my imapd.conf:
configdirectory: /var/imap
partition-default: /var/spool/imap
# admins should not receive mail
admins: cyrus
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN LOGIN
tls_cert_file: /etc/ssl/cer
Ken Murchison wrote:
Jorey Bump wrote:
I'm trying to harden cyrus-imapd by disallowing unencrypted plaintext
logins. Here is my imapd.conf:
configdirectory: /var/imap
partition-default: /var/spool/imap
# admins should not receive mail
admins: cyrus
sasl_pwcheck_method: sasl
Matt Singerman wrote:
Hi all,
I recently upgraded our mailserver from FreeBSD 5.2.1 to 6.0. Most
items work perfectly fine after the upgrade (and thankfully, that
includes Cyrus itself), but cyradm no longer works:
# cyradm --user=cyrus localhost
Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC
Paul-Erik Törrönen wrote:
On Sun, 2005-12-11 at 15:27 +0100, Thomas Schlosser wrote:
unfortunately I have some Outlook-users on my IMAP server.
When a Thunderbird user deletes a message, it vanishes from the
mailbox and moves into the "Deleted
Items" box. From an Outlook client the same deletio
A new version of the Cyrus IMAP server (2.3.0) has appeared on the FTP
site. Is this considered the latest stable version? It has no
corresponding signature file.
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.we
Jeff Davis wrote:
I'm in the process of getting a new server up and running and would like
to force users to IMAPS, even if their client may not be configured to
use it.
Can anyone point me in the right direction as to the best way to
accomplish this? Or do I need to suck it up and reconfigu
Alexandre BOULANGER wrote:
Yes, you must 'su' as user cyrus and type cyradm
Enter cyrus user's password
Note that the admin might not be cyrus (check imapd.conf), and it's
unnecessary to su:
cyradm -u adminname localhost
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ:
Adrian Buciuman wrote:
On 12/12/05, Ken Murchison <[EMAIL PROTECTED]> wrote:
I am pleased to announce the release of Cyrus IMAPd 2.3.0. This is an
BETA-quality release
I'm trying to compile it on Slackware.
How can I elegantly select which Berkeley DB to use?
I want to use libdb-3.3, which
[EMAIL PROTECTED] wrote:
localhost> cm info
Shouldn't that be:
localhost> cm user.info
or user/info if you're using unixhierarchysep?
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
What is the recommended way of upgrading Cyrus IMAP between minor
versions? The Makefile doesn't seem to include upgrade options, and the
documentation hints that some on-the-fly updating has occurred in the
past, both during the upgrade process and at subsequent mailbox access.
Is it safe to r
Chris wrote:
Hello,
I'm also trying to compile on Slackware (Version 10+ish). I believe
I've made it past the BerkeleyDB problems I was having at first (Thanks
to Jorey Bump for that part...), but now I'm getting the following:
./configure \
--with-bdb-libdir=DIR=/usr/
Ross Gohlke wrote:
First, enver post your password( s ) to a public list, go change atleast
those database passwords, I don't know if there were others.
Egad! I edited that file before I sent, not well enough obviously. One
password, and it needed to be changed anyway...
I don't think PAM w
Rosenbaum, Larry M. wrote:
Is there a way to get cyradm to use TLS (or STARTTLS) when connecting to
the server? We are planning to authenticate with /etc/shadow using
saslauthd, and use TLS to avoid putting plaintext passwords on the wire.
However, I have found out that specifying
allowplaintex
Jorey Bump wrote:
Apparently cyradm does not have STARTTLS support, yet, so you can do
this in cyrus.conf to ensure that no plaintext service is exposed to the
Internet:
imap cmd="imapd" listen="localhost:imap" prefork=0
imaps cmd="imapd -s&
Benjamin Adams wrote:
I'm running spamassassin on Mac OS X tiger
I created a mail account for for everyone to send their spam to be
submitted.
Then I created a script that would run:
"su cyrusimap -c 'sa-learn -spam nameusername/*.' "
This seamed to work but now I don't think its working
If
Anthony Chavez wrote:
Nevertheless, either Cyrus still doesn't recognize that the mail has
been received (even though Postfix logs that it has been passed to
Cyrus) or there is an issue with Outlook that prevents the recipient
From seeing the message for a variable amount of time---I'd say about
101 - 152 of 152 matches
Mail list logo