Displaying 20 results from an estimated 29 matches for "cetis".
Did you mean:
ceti
2009 Sep 30
1
sieve & vacation - ignores "days" parameter
Hi,
I am going further with dovecot configuration.
Finally managed to configure roundcube 0.3 with managesieve plugin.
And it works, although... not perfectly :(
For some issues probably roundcube-managesieve is guilty, but simply the
sieve plugins seems to work wrong.
Here is my sieve file:
require ["vacation","fileinto"];
# rule:[wakacje]
if anyof (true)
{
1998 Oct 29
0
Digest.
Hi,
There have been a bunch of useful submissions for the compare /contrast
thread.
To reduce the load on your mailbox, they are gathered here in one go...
Roger.
Date: Wed, 28 Oct 1998 15:11:37 +0000
From: "David L. Sifry" <dsifry@linuxcare.com>
To: "Matthew S. Crocker" <matthew@crocker.com>
CC: Rob Bringman <rob@trion.com>,
2004 Sep 06
3
Problem with mysql...
Hello,
I am trying to run dovecot on my Linux. I am using an exim 3.30 as the MTA
with vmail-sql virtual users.
I have installed latest dovecot release and ran through the config file.
Some options seemed unclear to me, but generally I think it is OK.
The problem is, that MySQL authentication does not work. It even does not
try to authenticate! Dovecot connects correctly with MySQL database,
1998 Jun 08
27
Services not required?
I''m in the process of locking down as much of my systems here
as possible as to available ports. I am down to only a handful
but am not sure how much of a security risk they pose and was
wondering if anyone here might be able to comment, or suggest
secure versions to run:
21/FTP (WU-ftpd v2.4.2 BETA 14)
22/SSH (1.22)
23/TELNET (Netkit 0.09)
25/SMTP (Sendmail
2011 Feb 17
2
Dovecot 1.2, problem with SQL quota and mail aliases
Hello,
I have a small server running dovecot 1.2 (still not balsy enough to
switch to 2.0 - virtual sql accounts, managesieve etc.). There are no
local users - only ones defined in the SQL database, and everything else
(including quota) is defined in SQL db too. Dovecot is used as IMAP
daemon, and dovecot-lda is responsible for delivery (in order to make use
of sieve and managesieve). I know
2009 Sep 29
3
Problem with dict-quota, deliver killed by delivery attempt
Hi,
I can't get quota lda plugin working...
When I enable quota plugin, the emails (delivered by exim + dovecot-lda) are
instantly rejected:
2009-09-29 16:36:12 1MsdoI-0000aJ-2L ** jacek at my-domain.pl R=mysql_localuser
T=dovecot_delivery: Child process of dovecot_delivery transport (running
command "/usr/lib64/dovecot/deliver -d $local_part@$domain -f
$sender_address -a
1998 Oct 07
1
Re: sshd and PAM [summary]
-----BEGIN PGP SIGNED MESSAGE-----
Hi,
I''ve got several replies, thank you for them. Let me summarize:
o Many people say there is a PAMified version of ssh available at
ftp://ftp.replay.com/pub/crypto/redhat/SRPMS (the source)
ftp://ftp.replay.com/pub/crypto/redhat/i386 (Intel binaries)
(there are analogous paths for the other architectures). The packages
are made by Jan
1998 Jan 28
2
NT - Not allowed from this workstation
I am the sysadmin in an office with an overabundance of Win95 machines and
a few NT 4.0 workstations. All installs went relatively easy for logon
scripts, wins, etc. I have run into a semi-serious problem with 2 of the
3 NT workstations. (All running the same service pack - 1).
When trying to make a share from one of the 2 remaining workstations, I
will recevie an error message saying that:
2005 Nov 24
1
Problem with mysql authentication
Hi,
I'm trying to set up dovecot-stable (http://www.dovecot.org/nightly/stable/dovecot-stable-20051124.tar.gz)
All seems to be prepared correctly, but... my dovecot can not access the
mysql database :(
Connection string goes like this (i tried changing the order of parameters,
that's why password is the first in the line):
connect = password=***** host=/var/lib/mysql/system/mysql.sock
2009 Sep 24
0
Dovecot LDA, quota, sieve
Hi,
While moving services to a new server, I finally decided to
switch from exim + procmail delivery to exim + dovecot-LDA
(dovecot 1.2.5). All accounts are virtual - their settings
are stored in mysql.
This also includes configuring Quota and Sieve.
So... there come some doubts:
1. Using "deliver"
As I see, deliver uses auth-master socket to retrieve the mailbox
settings
2009 Sep 29
1
Error (IMHO) with --with-doc option
Hi,
I was trying to create complete rpm package for my system, containing
dovecot 1.2.5 intregrated with dovecot-sieve and dovecot-managesieve.
Finally I succeeded and it works great, but I found something that might
be treated as wrong behaviour...
When you run ./configure --with-docs=no, Makefile does not build docs
anymore, but... installs them anyway :) It caused some troubles because
2009 Oct 01
2
Compile dovecot 1.2.5 with managesieve patch 0.11.9?
Hi,
is it possible to compile dovecot 1.2.5 with the managesieve patch
0.11.9 which is for dovecot 1.2.4 or is it better to wait if a new
managesieve patch is released? Maybe 1.2.5 will work too?
Thanks,
Seba
2010 Jun 29
1
pop passd for changing passwords in squirrelmail
hi
when i migrated from courier to dovecot my password change plugin in
squirrelmail stopped working since courierpassd was being used in poppassd
is there a way to get this working ie some alternative solution
i don't want to use qmailadmin
thanks
rajesh
2012 Feb 13
1
Managesieve doesn't listen on 2000/4190
Hi,
Finally I decided to give a try to dovecot 2.0, after spending few years
with 1.2. Unfortunately, it doesn't go smooth - finally I managed to cope
with LMTP transport and exim, but failed to run managesieve.
I have compiled pigeonhole, installed it, configured, everything seems to
be done well - except the fact, that nothing is listening on port 2000 or
4190.
Here is my doveconf -n.
2012 Feb 16
1
Any possibility of running query after sucessful login?
Hi,
I'm using finally dovecot 2.0 after quite a smooth upgrade from 1.0 :)
with virtual mailboxes stored in sql database.
Sometimes I need to check if a mailbox has been used recently or not.
Checking for logins in dovecot logs sometimes means searching through
gigabytes of info...
I was just wondering if there is any possibility of running another
query after successful login - just to
2012 Feb 16
1
Recalculate quota when quota=dict ?
Hi,
My current setting for quota is:
plugin {
#quota = dirsize:User quota
#quota = maildir:User quota
quota = dict:User quota::proxy::quota
#quota = fs:User quota
}
I have used mb2md.pl and copied result files manually to
a desired mail folder - but quota was not recalculated.
And it seems, that no matter what I do - the quota usage
remains the same.
I tried uncommenting line with:
2012 Feb 24
3
remove messages once downloaded
I need some help with the dovecot configuration. I want to remove
downloaded messages from Mail Server once the messages have been
successfully downloaded by pop3-clients, even when the clients have been
configured to save copy of messages in the Server.
thanks,
Julio
2012 Mar 01
1
Concurrent dovecot instances on same spool?
Hi all,
While reading the "Multiple locations, 2 servers - planning questions..."
thread, it just hit me that I was planning to do something that seems to
be a bit hazardous...
I am setting up an high-availability server set, which consists of two (or
more) servers with common disk space, all set behind redundant hardware
load balancers. At first, there will be two servers and disk
2012 Jun 04
0
Vacation stopped working
Hi,
I'm sure that it WAS working, but I can't guarantee...
On a system with dovecot 2.0.16 and dovecot-pigeonhole-2.0_0.2.5.
Today a user reported that vacation autoreponse did not work for him.
As I have checked the dovecot logs, I see such a message:
Jun 04 13:39:51 lmtp(9986, user at xxx.com): Info:
ZumtCleezE8CJwAAA1GDYg: sieve:
msgid=<alpine.LNX.2.00.1206041336520.11397 at
2010 Sep 15
3
dovecot as exchange server?
Hi,
This might be a stupid question, since my knowledge about Exchange is
really poor...
Since I've got iPhone, I have noticed that IMAP mailbox support is
quite crippled in this device - in comparison to Exchange mailboxes...
As I assume that it would be easier to convince Bill Gates to install
linux than to convince Steve Jobs to change anything in his "perfect
phone", I