irty Two)
dovecot-2.3.9.3-1.fc32.x86_64
Many thanks for such useful software.
Bill
for
example.com. REJECT
If you accept mail that's obviously forging the envelope sender, any spammer
can just
send email saying I am you and get passed by a whitelist statement in
Spamassassin
because... u...@example.com "oh, he's a good guy. Let him through."
Bill
quot;returned to
sender"] {
addflag "$label1";
stop;
}
if body :regex "rejected:[[:space:]]+unverified[[:space:]]+address" {
fileinto "AASystemAdministration.Postmaster.Unverified";
stop;
}
if body :regex
"rejected:[[:space:]]+(domain|host)[[:space:]]
Right, I figured out the symlink after I sent my response.
Did you try the command switches from my post?
Bill
On 1/25/2018 8:07 AM, Infoomatic wrote:
thanks for your input.
Bill: deliver is just a symlink to dovecot-lda
Stephan: I don't know, and and it even does not work when
Shouldn't the executable be dovecot-lda?:
/usr/libexec/dovecot/dovecot-lda -d ${user}@${domain} -a {recipient} -f
${sender} -m ${extension}
Bill
On 1/24/2018 11:30 AM, Infoomatic wrote:
Hello,
I am currently testing the upgrade from our dovecot v2.2.23 to 2.3.0. I have a
strange pr
ki/dovecot/certs/imap.example.com.full.chain.crt \
--reloadcmd "systemctl reload dovecot.service"
Notice the --reloadcmd.
Bill
On 12/26/2017 6:16 PM, Aki Tuomi wrote:
On December 26, 2017 at 11:42 PM Kenneth Porter wrote:
I'm setting up certbot/letsencrypt to provide
Copy dovecot-pop3imap.conf to dovecot-pop3imap.local. Edit
dovecot-pop3imap.local and add to the failregex:
dovecot:.+auth failed.+rip=
Then run:
fail2ban-regex /var/log/dovecot.log
/etc/fail2ban/filter.d/dovecot-pop3imap.local
and see if you get any matches.
Bill
On 12/16/2017 6:56 PM, voy
Also, I wouldn't use the second rule:
if header :contains "subject" ["SPAM?"] {
fileinto "Junk";
stop;
}
If someone sends you an email with the subject "Can you help me with this spam?"
it will get filed into Junk.
Bill
This is what I use. Notice the comma:
require "fileinto";
if header :contains "X-Spam-Status" "Yes," {
fileinto "SystemFolders.SuspectedSpam";
stop;
}
Bill
On 12/14/2017 1:02 PM, Richard wrote:
Date: Thursday, December 14, 2017 09:47:44 -0800
/usr/bin/mysqladmin flush-logs
fi
endscript
}
Bill
On 11/16/2017 4:27 AM, SH Development wrote:
I have recently noticed that my dovecot-deliver.log is huge and wanted to start
rotating it. So a couple of questions:
1. Can the dovecot-deliver
my changes are in
/etc/dovecot/conf.d/99-mystuff.conf
except for 10-ssl.conf where I commented out ssl_cert & ssl_key.
Like I said, I'm not having a problem with anything unwanted showing up:
[0:root@elmo squid]$ ls /home/bill/Maildir/
cur dovecot.index.log.2 dov
I just checked with Thunderbird, SquirrelMail, and Roundcube. The sieve
directory is not
in the overview.
dovecot is highly configurable. Ya think I may have configured mine where
this is not a problem? I have 9+ mail servers running this way.
Bill
On 11/10/2017 4:56 AM, Tamsy wrote
No it isn't shown as a folder. All folder directories here begin with a dot.
i.e. .INBOX .Trash .Drafts
Bill
On 11/10/2017 3:07 AM, Stephan von Krawczynski wrote:
On Thu, 9 Nov 2017 21:02:44 -0500
Bill Shirley wrote:
Set the sieve_global_dir like this.
/etc/dovecot/conf
2015
/etc/dovecot/sieve/global
Since this directory is read-only to all but root, pre-complie your scripts
with 'sievec'.
Bill
On 11/9/2017 6:39 PM, Gao wrote:
Hello,
I am building a new server on CentOS 7 and the global sieve filter can not be
loaded. The debug shows:
Nov 9 15:
See NATing comment below.
Bill
On 10/20/2017 5:24 AM, Søren Peter Skou wrote:
Hiya all,
I've experienced that IMAP/IMAPS stops responding. To restore service there is
only one way, restart Dovecot completely. This leads to services being
interrupted for some people, so it seems to
So ab...@kasdivi.com is an alias, not a user. You can't login with an alias
because
your user_query is looking at the`mailbox` table.
Have your tried logging in as:
ad...@theoceanwindow.com
OR
you could put an entry forab...@kasdivi.com in your `mailbox` table.
Bill
On 10/12/2017 11:
doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-master.conf
line 27: Invalid size: $default_vsz_limit
Have you though about fixing the configuration error?
Bill
On 10/12/2017 10:05 AM, List wrote:
On Oct 12, 2017, at 8:56 AM, Bill Shirley wrote:
Is everyone's
Is everyone's email going to /mail/user/Maildir ?
What's the output of 'dovecot -n' ?
Bill
On 10/12/2017 9:47 AM, List wrote:
We recently upgraded to version 2.2.10-8 on Centos 7 (from 2.2.10-7) and
immediately started experiencing errors in the log file that look like
Do you have an SQL entry for ab...@kasdivi.com ?
Bill
On 10/12/2017 9:31 AM, jason hirsh wrote:
"In an earlier post you said your user_query was:
user_query = SELECT CONCAT('/var/vmail/mail/', maildir) AS home, 5000 AS uid,
5000 AS gid, CONCAT('*:bytes=', quota) A
is stored at /var/mail/vhosts
and:
mail_location = maildir:/var/mail/vhosts/%d/%n
These don't agree with your user_query.
Run a MySQL query:
SELECT `username`, `domain`, `maildir` FROM `mailbox` LIMIT 5;
Let's see the value of maildir
Also, lets see the output of:
ls -l /var/mail/vhost
We don't know what your table layout looks like. Post your 'SHOW COLUMNS FROM
`mailbox`'.
What is the on-disk directory layout for mail?
Bill
On 10/10/2017 1:06 PM, jason hirsh wrote:
First of all excuse.. I am having an issue getting maillist responses so I may
be responding to
ROM `Virtual_User` \
WHERE LOWER(`User`) = LOWER('%n') \
AND LOWER(`Domain`) = LOWER('%d') \
AND `Retrieve_Mail` = 'Yes'
The directory structure is:
/home/vmail/domains/example.com/bob/Maildir
HTH,
Bill
On 10/9/2017 10:34 PM, jason hirsh wrote
The context should be:
system_u:object_r:dovecot_cert_t:s0
Try:
restorecon -v /etc/pki/dovecot/private/mailserver.crt
Bill
On 10/8/2017 1:06 AM, SH Development wrote:
-rw-r--r--. root root unconfined_u:object_r:home_root_t:s0
/etc/pki/dovecot/private/mailserver.crt
On Oct 8, 2017, at 12
What does ls -lZ /etc/pki/dovecot/private/mailserver.crt say?
Bill
On 10/7/2017 7:30 PM, SH Development wrote:
I have a working dovecot/postfix/mysql server running and was trying to set up
another one for replication purposes. If I copy my certificates from the
working server, everything
;
}
fileinto "AASystemAdministration.Cron.certificate";
stop;
}
The redirect :copy I enable for my other servers to forward a copy
to me.
HTH,
BIll
On 9/9/2017 3:16 PM, Bill Shirley wrote:
If you're using acme.sh:
acme.sh --installcert -d imap.example.com \
adcmd "systemctl reload dovecot.service"
HTH,
Bill
On 9/8/2017 9:56 AM, Darac Marjal wrote:
On Fri, Sep 08, 2017 at 06:47:25AM -0600, @lbutlr wrote:
So this morning at 4am I was awoken to my mail clients getting certificate
errors for an expired certificate.
I hopped on to the server and check
Spamassassin supports per-user configs. This is the way to do that.
One size does not fit all.
Bill
On 9/5/2017 3:08 PM, Robert Schetterer wrote:
Am 05.09.2017 um 20:00 schrieb Pol Hallen:
Sep 5 19:59:21 domain postfix/qmgr[19936]: warning: connect to
transport private/spamassassin
Try main.cf:
# dovecot 2.x
mailbox_command = /usr/bin/spamc -e /usr/libexec/dovecot/dovecot-lda -a "$RECIPIENT" -f
"$SENDER" -m "$EXTENSION"
Bill
On 9/3/2017 12:33 PM, doveco...@fuckaround.org wrote:
Hi all :)
I will try to use /usr/lib/dovecot/delive
168.192.in-addr.arpa 902 PTR Zeratul.lan.example.com
send
Command:
nsupdate -k /etc/named/DHCP_UPDATER.key nsupdate.txt
This could be used for a TXT record.
Bill
On 8/20/2017 3:59 PM, Ralph Seichter wrote:
On 20.08.2017 19:50, KT Walrus wrote:
I use Cloudflare (free DNS) and DNS Made Easy (pa
I'm glad to read this thread. I didn't even know that dovecot stats existed.
Which statistics do you find most useful?
Bill
On 8/17/2017 3:31 PM, Matt Simpson wrote:
On Aug 17, 2017, at 12:07 PM, Larry Rosenman wrote:
In /usr/local/etc/dovecot/conf.d/90-plugin.conf:
Thanks. Th
Unless your userid is also zero, my guess is that Exim isn't using the alias.
This message
(to me) says "I can't deliver to 'root' because that userid is zero".
On Postfix, you have to run 'newaliases' after changing /etc/aliases.
Bill
On 7/13/201
I did it successfully the way you're thinking about doing it.
If your uid's changed you should use rsync's --usermap= and --groupmap=
I created a bash exec with an entry for each user:
#!/usr/bin/bash
USERMAP=400:psql,301:smbguest,501:bill
GROUPMAP=400:pvsw,401:pvsw-adm,301:sm
Doesn't 'keep' imply 'stop'? What if your users want the email in a different
folder that the INBOX?
Leave the 'else' clause off.
Bill
On 5/17/2017 4:07 PM, dove...@pallissard.net wrote:
But what I would need is execute a global sieve_before for all users
I've gotten errors like this when it was actually a selinux denial. If you're
running
selinux, check those logs too.
Bill
On 1/16/2017 4:09 PM, Mark Foley wrote:
More info ...
This is the only user having this permission problem. All other
Thunderbird/dovecot users are
getting
This one is for vmail which is attached.
Bill
On 11/10/2016 8:29 PM, Ben Johnson wrote:
On 11/10/2016 3:46 AM, Bill Shirley wrote:
I don't use the Anti-Spam plugin; I just fire off a BASH script every
four hours with
crontab which iterates thru the vmail email accounts and t
I don't use the Anti-Spam plugin; I just fire off a BASH script every four
hours with
crontab which iterates thru the vmail email accounts and trains Spamassassin
'per-user'
accounts. If the script sounds interesting I can post it here. It probably
could use a little polish
th
What directory is sieve configures to use? Mine is:
sieve= ~/Maildir/dovecot.sieve
Which is:
drwxr-xr-x. 13 root root system_u:object_r:home_root_t:s0 4096 Jul 17
2015 /home
drwx--. 13 bill bill unconfined_u:object_r:user_home_dir_t:s0 4096 Aug 30
2015 /home/bill
Looks like an SQL update would do this:
UPDATE `users`
SET `passwd_SHA512` = SHA2(`passwd_clear`, 512);
Bill
On 4/29/2016 9:07 AM, Carl A Jeptha wrote:
converting the passwords in the database from clear/plain text to SHA512-CRYPT
You have a good day now, en mag jou môre ook so
If have a Bash script I invoke from cron that iterates thru /home looking for a control file in each users Maildir that looks
like this:
/home/bill/Maildir/maildir.dovecot.purge.conf
#Mailbox : KeepDays
#
#INBOX
e any directories. Maybe have a doveadm CREATE for that purpose? I am not the creator
nor a developer of Dovecot; just one user with an opinion. If they think this is the correct behavior I'm fine with that.
Bill
On 1/7/2016 2:22 AM, Steffen Kaiser wrote:
-BEGIN PGP SIGNED MESSAGE-
On 1/6/2016 3:29 PM, Timo Sirainen wrote:
On 05 Jan 2016, at 15:36, Bill Shirley wrote:
[0:root@elmo ~]$ rpm -q dovecot
dovecot-2.2.18-2.fc22.x86_64
I got a surprise today when I tried the doveadm search function from:
http://wiki2.dovecot.org/Plugins/Expire
[0:root@elmo ~]$ doveadm
have or need mailboxes.
Is this correct?
Bill
On Apr 28, 2014, at 8:40 AM, Steffen Kaiser
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Mon, 28 Apr 2014, Bill Eccles wrote:
>
>> correctly. But it's only a matter of time before Dovecot, or something, runs
>> "doveadm index -u (
Hi, y'all, long-time Mac OS X Server user Bill here with a thorny question for
the mailing list since nobody at discussions.apple.com can quite put their
finger on the answer. While well-aquainted with other aspects of Server,
Dovecot is a bit of a mystery still to me. So here it
On 10/6/2013 5:58 PM, Daniel Parthey wrote:
Hi Bill,
any intercepting virus scanner or personal firewall software between your mail
client and the dovecot server?
Regards
Daniel
McAfee
and the ISP wasn't interested in the wireshark traces.
I know, I should change the ISP and see i
.@blah.com; dkim=pass
header.i=@blah.com
Reply-To: android-develop...@googlegroups.com
Precedence: list
Mailing-list: ..
==
My ISP has been non-helpful. Any ideas how I can track
down the problem?
Thanks
Bill
On Thu, 29 Aug 2013, Bill Oliver wrote:
nonsense
Sorry, belay that -- I misread my own output. Doh. Headsmack. I
thought I had fixed that issue but did not.
billo
On Thu, 29 Aug 2013, Matt Devaney wrote:
Apologies for giving this a gentle nudge, but still confused as to where the
headers are going / what's causing them to be removed and hoping someone may
have some insight.
Thanks,
Matt
I don't know why the mailserver at wyvern.net is stripping stuff,
Help!
I have been using dovecot for some years with great success. A little while ago, I
changed my mail server from Fedora to CentOS linux. I reinstalled dovecot, and *almost*
everything seems to be working, but one thing. There's *one* user I can't get it to work
on without a workaround.
figuration for a way to 'move deleted items to trash' or 'expunge'.
Bill
haps i missused "flame" here
Best Regards
MfG Robert Schetterer
No problem. You do very well at speaking English.
Bill
On 10/24/2012 2:24 PM, Robert Schetterer wrote:
Am 24.10.2012 19:21, schrieb Bill Shirley:
Admittedly, I have not used amavisd-new or LMTP; they may be better.
But will they allow spamassassin per-user prefs? Performance is a plus;
another daemon is not. That saying, I'll run another d
On 10/24/2012 2:25 PM, /dev/rob0 wrote:
On Wed, Oct 24, 2012 at 02:04:39PM -0400, Bill Shirley wrote:
On 10/24/2012 1:39 PM, /dev/rob0 wrote:
On Wed, Oct 24, 2012 at 01:28:41PM -0400, Bill Shirley wrote:
On 10/24/2012 12:32 PM, /dev/rob0 wrote:
On Tue, Oct 23, 2012 at 02:52:45PM -0600, Troy
On 10/24/2012 1:39 PM, /dev/rob0 wrote:
On Wed, Oct 24, 2012 at 01:28:41PM -0400, Bill Shirley wrote:
On 10/24/2012 12:32 PM, /dev/rob0 wrote:
There seems to be much confusion in this thread. I might be able
able to help clear up some of it, but probably not all, because I
agree with Robert
On 10/24/2012 1:37 PM, Robert Schetterer wrote:
Am 24.10.2012 18:28, schrieb Bill Shirley:
I don't understand why you strongly recommend against using the
mailbox_command. Is there a security risk here?
no ,until you dont have made any setup failures...
your right there are tons of wo
stconf(5) mailbox_command was
bringing in a red herring. That is for local(8) delivery, and you
evidently are using pipe(8).
Just a note: the original post did NOT have the word 'virtual' in it.
If it did, I missed it and apologize for introducing confusion.
Bill
On 10/24/2012 12:44 PM, /dev/rob0 wrote:
On Wed, Oct 24, 2012 at 12:28:48PM -0400, Bill Shirley wrote:
I don't understand why you strongly recommend against using the
mailbox_command. Is there a security risk here?
One issue is that mailbox_command is only used for local(8) delivery
On 10/24/2012 12:10 PM, Troy Vitullo wrote:
On Tue, 23 Oct 2012 21:32:59 -0400
Bill Shirley wrote:
On 10/23/2012 9:06 PM, Bill Shirley wrote:
What is your mailbox_command in main.cf? I just use:
mailbox_command = /usr/bin/spamc -u "$USER" -e
/usr/lib64/dovecot/deliver -a "
On 10/24/2012 12:09 PM, Robert Schetterer wrote:
Am 24.10.2012 17:47, schrieb Bill Shirley:
On 10/24/2012 2:33 AM, Robert Schetterer wrote:
Am 24.10.2012 03:32, schrieb Bill Shirley:
What is your mailbox_command in main.cf? I just use:
mailbox_command = /usr/bin/spamc -u "$USER&quo
On 10/24/2012 2:33 AM, Robert Schetterer wrote:
Am 24.10.2012 03:32, schrieb Bill Shirley:
What is your mailbox_command in main.cf? I just use:
mailbox_command = /usr/bin/spamc -u "$USER" -e
/usr/lib64/dovecot/deliver -a "$RECIPIENT" -f "$SENDER" -m "$E
On 10/23/2012 9:06 PM, Bill Shirley wrote:
On 10/23/2012 4:52 PM, Troy Vitullo wrote:
Hi,
My server uses a system comprised of postfix, dovecot and dspam to
filter and deliver mail.
Postfix used the following flags in calling spamc and dovecot:
flags=DRhu user=dovecot:secmail argv=/usr
uire "fileinto";
require "copy";
#require "body";
#require "imap4flags";
# put this in main
#if header :contains "list-id" "dovecot.dovecot.org" { include "Dovecot"; }
if address :is :localpart "to" "dovecot" {
fileinto :copy "SystemFolders.Ham";
fileinto "Lists.Dovecot";
stop;
}
fileinto "Lists";
stop;
As you can see, I also train Spamassassin with the mail from the list.
Bill
r/lib64/dovecot/deliver -a "$RECIPIENT" -f "$SENDER" -m "$EXTENSION"
I don't need anything in master.cf. But you should be using -u ${user}
for spamc.
Bill
sa-learn
for i in `$LS /home`; do
prefs="/home/$i/.spamassassin/user_prefs"
# [ ! ."$i" == ".bill" ] && continue
echo $i
spamdir="/home/$i/$MAILDIR/.SystemFolders.Spam"
[ ! -d "$spamdir" ] && continue
your PRIVATE ip address and not your
public one.
Bill
On 9/4/2012 12:21 AM, cc young wrote:
cannot get TB to recognize either pop3/s or imap/s server
can connect just fine with:
openssl s_client -connect ms1.myserver.net:993
. login ...
but trying with TB /var/log/mail.log gets:
dovecot:
You should get AUTH after you STARTTLS.
Bill
On 9/3/2012 5:10 AM, tseveendorj wrote:
Hello,
I'm trying to configure postfix + Dovecot SASL for user authenticated
mail relay.
I set following configuration on postfix
queue_directory = /var/spool/postfix
smtpd_sasl_auth_enable
On 17 May 2012, at 10:20, Timo Sirainen wrote:
On 17.5.2012, at 16.46, Charles Marcus wrote:
On 2012-05-17 9:38 AM, Bill Cole
wrote:
A spammer claiming to be '"Tim Saarela" ' is
sending out a pitch for "Enterprise Level Support" for Dovecot. The
address of
scribed to the Dovecot Users mailing list, not "Whatever spam
Timo thinks is justifiable."
I'm about ready to add you to my PLONK file Bill.
Not necessary in regards to this list, as I'm moments away from doing
that for you.
That is ridiculous... if a formal announceme
A spammer claiming to be '"Tim Saarela" ' is
sending out a pitch for "Enterprise Level Support" for Dovecot. The
address of mine which he hit is only ever used for this mailing list, so
it is clear that whatever the mechanism, this list is being harvested
for commercial leads.
On 9 May 2012, at 9:51, Markus Fritz wrote:
Am 09.05.2012 15:42, schrieb Bill Cole:
On 9 May 2012, at 9:05, Markus Fritz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 09.05.2012 14:32, schrieb Ken Stevenson:
I got only this keys. Can you explain me what exactly you mean
with
On 9 May 2012, at 9:05, Markus Fritz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 09.05.2012 14:32, schrieb Ken Stevenson:
I got only this keys. Can you explain me what exactly you mean with
adding chains?
And I wonder why this error only occurs in Thunderbird, not in
openssl.
On 6 Feb 2012, at 16:34, Dinh Le wrote:
On Mon, 6 Feb 2012, Timo Sirainen wrote:
On 6.2.2012, at 22.45, Michael M Slusarz wrote:
The subject, because it contains quotes, can't be expressed in a
quoted string so it is instead sent in a literal string.
Small correction: Quotes can be escaped
Hello all,
I'm not sure if this is a bug. It's probably just an upgrade note.
In summary I had no namespace section in my 2.0.17 config. When trying out
2.1rc5 no user could login because of a namespace error.
2.1rc5 adds a default namespace clause which broke my logins (It was noted in
the
Andreas Cieslak wrote, On 11/13/11 9:48 AM:
Hi List,
i am trying to restore mails from an backup-archive which was made with
rsnapshot.
All the mails in the archive look similar like the following:
-rw--- 2 1014 1015 3308 8. Aug 13:42
1312803768.V809I266a00aM505178.server:2,ST
Carlos Mennens wrote, On 11/10/11 2:17 PM:
I asked a user today to make sure his incoming and outgoing email was
using TLS. He told me it wasn't possible because my Dovecot / Postfix
daemons were only listening on TCP 25& 143 according to a port scan
he did. He told me the only way I could enabl
Simone Caruso wrote, On 6/27/11 4:34 PM:
I have to manage 2 different domains, with 1 ssl certificate each, but I don't
know how to configure them.
I tried this example:
"Different certificates per IP and protocol"
http://wiki2.dovecot.org/SSL/DovecotConfiguration
but I got this error:
doveconf
rypted;
# generate md5 password
$encrypted{md5} = unix_md5_crypt( $password, gensalt(8) );
print "$_ $encrypted{$_}" for sort keys %encrypted;
# uses global @salt to construct salt string of requested length
sub gensalt {
my $count = shift;
my $salt;
for (1..$count) {
$salt .= (@salt)[rand @salt];
}
return $salt;
}
=
You will need to have the Crypt::PasswdMD5 perl module installed to use this.
Bill
dress
(b...@bob.net) being logged it records the local account (vemail101) in the
POP3 log. How can I get dovecot to reflect the email address that the customer
logged in with instead of the local account?
Thx,
Bill
Timo Sirainen wrote, On 10/19/09 6:11 PM:
On Mon, 2009-10-19 at 17:55 -0400, Timo Sirainen wrote:
Can someone find an OS where the attached program doesn't work? It
should print "success". So far tested for success: Linux 2.6, Solaris
10, FreeBSD 7.2, OpenBSD 4.2.
And also: I think (guess) tha
kf file locking and it doesn't have this problem.
If someone could clue me in I'd be very grateful.
Bill
Timo Sirainen wrote:
> On Mon, 2009-05-11 at 14:48 -0700, Bill Landry wrote:
>>> If you log via syslog, the timestamp will be at the beginning of line.
>>
>> Well, then that would explain it. Maybe it would be a good idea then to
>> remove the "dovecot: "
from the beginning of each log line when not
using syslog for logging, since I'm pretty sure that anyone checking the
"dovecot.log" would know that it was the "dovecot" log they were looking
at (no need to remind then at the beginning of each and every line). ;-)
Bill
Bill Landry wrote:
> Lou Duchez wrote:
>
>> Is there any way to disable the "dovecot: " at the beginning of each
>> line of the log? Fail2Ban responds poorly to it. I know there are a
>> number of sites with "failregex" strings for Fail2Ban and D
ban-0.8.3-18.fc10.noarch
and this seems to work just fine for me:
failregex = auth.*passwd.*,\).*(unknown user|Password mismatch)
in my /etc/fail2ban/filter.d/dovecot.conf.
Bill
Timo Sirainen wrote, On 4/30/09 12:27 PM:
On Thu, 2009-04-30 at 18:25 +0200, Ralf Hildebrandt wrote:
Apr 30 18:12:48 postamt dovecot: dovecot v1.1.14 starting up (core dumps
disabled)
Uh, how do I enable them?
ulimit -c unlimited before starting Dovecot. If that doesn't work, it
means you're
Richard Laager wrote, On 4/26/09 2:12 AM:
I'm using Evolution and Dovecot (on the localhost) and receiving these
errors trying to move a message into the IMAP folder:
C00095 APPEND INBOX (\Answered \Seen NotJunk "Junk" "NotJunk"
"receipt-handled") {1022}
C00095 BAD Error in IMAP command APPEND:
Scott Silva wrote, On 4/17/09 1:27 PM:
[...]
AFAIR the RFC's state that all e-mail addresses are acted on in lowercase when
being manipulated. The upper case parts are left intact only for human beings
to read.
That is very wrong. Email address local-parts MUST be treated as
case-sensitive in
Alfred Nutile wrote, On 4/4/09 10:02 AM:
I found this file in the mail boz and noticed it had 20 emails in it
(though you can only read really the header the body is cryptic cause
it is a bin file?)
You can't read the message bodies in a cache file because they are not there.
Mario Pavlov wrote, On 3/28/09 8:36 AM:
Hi,
so sendmail can use only cyrus-sasl ?
Right.
SASL is only standardized in the network-facing parts: a collection of named
and specified authentication mechanisms. Cyrus and Dovecot offer extremely
different interfaces to different sets of back-end
Andreas Meyer wrote, On 3/21/09 11:16 AM:
Hello!
I tried to setup dovecot to work with IMAP and POP3 but when I connect
with Squirrelmail, I get an error saying CREATE "INBOX.Sent"
reason: Mailbox doesn't allow inferior mailboxes
That's for user7, right?
The cause of that error is SquirrelMai
Ed W wrote:
> Bill Landry wrote:
>> Ed W wrote:
>>
>>
>>> failregex = : warning: [-._\w]+\[\]: SASL
>>> (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed$
>>> failregex = dovecot: auth.*\(.*,\): (unknown user|password
>>> mismatc
only the first failregex line is used?
Maybe this has changed in the most recent version of fail2ban, but I
have found that I had to create a separate filter file if I wanted to
used a second failregex against the same log file and also add a second
jail.conf entry.
Bill
Kat Wisnosky wrote, On 3/16/09 1:35 PM:
I googled around looking for this, apparantly my google-fu is failing this
morning. I just switched over to using a Postfix/Dovecot virtual set-up
with Dovecot as the delivery agent. One of my users mistyped his email
address when he paid for something t
Neil wrote, On 2/23/09 4:16 AM:
Soapparently I have some messages which are not RFC compliant sitting in
my mailboxes (mostly older ones), and I have some software which is refusing
to handle such messages.
1. Does anyone know of a nice way to verify that all my messages are
compliant/find t
Scott Silva wrote, On 2/10/09 11:34 AM:
on 2-9-2009 7:53 PM Linux Advocate spake the following:
B. Am i right in concluding that its easier and better in the long run to
implement and enforce quotas thru dovecot instead of postfix?
If you enforce quota with postfix only, the quota effects mail
Matt Rude wrote, On 1/25/09 10:49 PM:
How can I make it so my users can not create folders with spaces in
them? Or allow them to create such folders but rewrite them on the
hardrive with a "_" or some other symbol. I have looked threw the wiki
but couldn't find anything about folder name restrict
JC wrote:
All,
I have hopefully a base question. How do you give users only read access to their inbox and folders? If I use chmod 600 they have full access. If I do a 400 they have read access but cannot access their inbox.
The config file is the out of the box config other than advertisin
Timo Sirainen wrote:
On Oct 9, 2008, at 12:43 AM, Bill Cole wrote:
Claudio Prono wrote:
Very strange, i have tryied to chmod 666 all log files, like that:
-rw-rw-rw- 1 root root 681 Oct 8 11:08 dovecot-err.log
-rw-rw-rw- 1 root root 1039 Oct 8 11:02 dovecot-inf.log
(Is terrible i know, but
Claudio Prono wrote:
Very strange, i have tryied to chmod 666 all log files, like that:
-rw-rw-rw- 1 root root 681 Oct 8 11:08 dovecot-err.log
-rw-rw-rw- 1 root root 1039 Oct 8 11:02 dovecot-inf.log
(Is terrible i know, but only a test)
I think you should follow the suggestion already prov
Harondel J. Sibble wrote:
On 29 Sep 2008 at 10:43, Bill Cole wrote:
Right. You need to keep track of what client certs you trust, so you really
should be *at least* the immediate issuer (signer) of the client certs. The
only reasons you would want your signing cert for those client certs to
1 - 100 of 242 matches
Mail list logo