Displaying 20 results from an estimated 10000 matches similar to: "spam folder and POP users"
2017 Mar 17
4
sievec
Doug,
On 03/16/2017 11:23 PM, Doug Barton wrote:
> Your pattern seems a little too complicated. See below.
I acquired this script from:
http://www.campworld.net/thewiki/pmwiki.php/LinuxServersCentOS/Cent6VirtMailServer
No telling where he got it from. So I greatly appreciate any and all
advice.
I am writing my own howto, and I would like to think I am doing a better
job of it. I hope
2017 Apr 05
2
Roundcubemail 1.1.8 possible bug?
I am installing Roundcubemail on Centos7-arm
roundcubemail-1.1.8-1.el7.noarch
The installer web app creates a config.inc.php to save within the
/etc/roundcubemail/ directory. It warns that:
"Make sure that there are no characters outside the <?php ?> brackets
when saving the file."
Thing is there is no ?> at the end of this. It is left out. So I got
to add that
2012 Dec 27
4
Where is timezone string stored?
I am having problems with RoundCube:
'Your session is invalid or expired'
So I went looking for logs and in /var/log/roundcube/errors I find LOTS
of warnings about problems with my timezone. Kind of a challenge to
copy the log entries over here (will do if needed).
Anyway, for right now I am looking as to where my 'Detroit
American/New_York' (what I am seeing in Gnomes
2017 Mar 14
2
httpd/sites-available directory
I just received some advice from a colleague of a colleague over at
openssl.org. But they use debian. Please look at this and help me out
on how Centos7 handles this:
Note the comment of the location of virtualhost config files. Centos7
does not have a "man a2ensite".
thanks
Rewriterules and https. Actually, looking at what you have doesn't
really tell me why it gets applied
2017 Mar 14
2
httpd/sites-available directory
The goal is to have access to a specific virtual host on port 80, to be
routed to port 443. Any other port 80 access is left as is.
So let us assume a server foo.bar.com and the specific virtual host is
webmail.bar.com
So I have tried:
<VirtualHost *:80>
ServerName webmail.bar.com
ServerAlias webmail
RewriteEngine On
ReWriteCond %{HTTP_HOST}
2017 Mar 16
4
sievec
I am building a new mailserver on Centos7.
My sieve is created with:
mkdir /home/sieve
cat <<EOF>/home/sieve/globalfilter.sieve || exit 1
require "fileinto";
if exists "X-Spam-Flag" {
if header :contains "X-Spam-Flag" "NO" {
} else {
fileinto "Spam";
stop;
}
}
if header :contains "subject"
2017 Mar 21
2
Problem with sieve_before
On 03/21/2017 09:06 AM, chaouche yacine wrote:
> Hi Ger,
>
> sieve_before should be a path to sieve script file, not to a directory.
> in your configuration, you set sieve_before to /var/lib/dovecot/sieve/before which is a directory.
I don't get that reading:
https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration
Either file or directory. If a file, it searches for the svbin
2015 Jun 12
4
Sorry, another faq
I've installed a mailserver according to these instructions:
http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
When I try to login to the server through Roundcube webmail I get
Connection to storage server failed.
So checking on this
[12-Jun-2015 11:28:53 +0000]: <6jap13r2> IMAP Error: Login failed for
martin from 83.251.209.249. Could not connect to
2012 Dec 24
1
Postfix/mysql/dovecot - Understanding password encryption
I am switching from a fedora/postfix/mysql/couriermail/squirrelmail to
Centos/.../dovecot/roundcubemail and adding postfixadmin to the mix.
My tutorial before was an earlier version (on F14) of:
http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-centos-6.2-x86_64
Now I am using
2012 Jul 17
1
probleme rpm roundcubemail-0.7.2-2.el6.noarch force ssl fail
hello guys
hello master of holy bible of centos
I am having problems with the package for EPEL roundcubemail centos 6
options for config roundcubemail to force SSL connections not working
// enforce connections over https
// with this option enabled, all non-secure connections will be
redirected.
// set the port for the ssl connection as value of this option if it
differs from the default 443
2015 Mar 17
1
Roundcubemail problem with Dovecot
I am getting "Connection to storage server failed." in roundcubemail.
On doing a google search If find:
http://help.directadmin.com/item.php?id=473
Which puts the problem at dovecot. I did get a dovecot update back on
3-5 and that would match to my one roundcube mail user complaining and
the delays I am seeing with thunderbird and outlook users.
So with my setup, I am trying to
2018 Jul 11
2
Connection refused (61)
Dear list,
in a box with the following setup:
openbsd 6.3
opensmtpd
dovecot 2.2.34
roundcubemail 1.3.5
httpd web server
when a system user is authenticated via roundcubemail and tries to
send an email, the following errors pops in the roundcube log file:
Connection refused (61)
Failed to connect socket: Connection refused ()
here is my roundcube config file:
$config['default_host']
2015 Feb 09
2
Geting mail quota exceeded with plenty of space
I have a user that is getting mail quota exceeded:
Feb 9 15:00:21 z9m9z dovecot: lda(dm at htt-consult.com): Error: sieve:
msgid=<38308773.1704736628308773ywdm at htt-consult.com853430>: failed to
store into mailbox 'INBOX': Quota exceeded (mailbox for user is full)
Yet the quota is set for 1000Mb and the current reported use is 277Mb.
There are only 28 messages in the in box
2018 Jul 11
2
Connection refused (61)
sorry forgot to mention the port in the roundcube config file!
$config['smtp_port'] = 587;
On Wed, Jul 11, 2018 at 11:36 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> What mail port are you expecting it connect to on 127.0.0.1?
>
> Here's my config.
> $ grep -v "^//" config.inc.php
> <?php
>
> /* Local configuration for Roundcube Webmail
2018 Jul 11
2
Connection refused (61)
connection refused! But why?
On Wed, Jul 11, 2018 at 11:40 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> What happens if you telnet 127.0.0.1 587?
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
> US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
>
> ?On 7/11/18, 4:39
2018 Jul 11
4
Connection refused (61)
I am using OpenSMTPD. The OpenBSD 6.3 default one.
Also, when telnet to 127.0.0.1 25 I get a response! So must be
something with 587?
On Wed, Jul 11, 2018 at 11:47 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> What's your neomutt connecting to?
>
> For smtp?
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640
2018 Jul 11
2
Connection refused (61)
when using neomutt for the same system user, I can send and receive
emails to everywhere
Also, when installing roundcube, the test email function did succeed!
So my SMTP server should be fine?
On Wed, Jul 11, 2018 at 11:45 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Your smtp server isn't listening.
>
> Is it running, and binding to 127.0.0.1?
>
>
> --
>
2017 Apr 25
5
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
Le mardi 25 avril 2017 ? 10:39 +0200, Robert Moskowitz a ?crit :
> Thanks Laurent. You obviously know a LOT more about SELinux than I. I
> pretty much just use commands and not build policies. So I need some
> more information here.
>
> From what you provided below, how do I determine what is currently in
> place and how do I add your stuff (changing postgresql with
2014 Jan 31
2
Dovecot2 + Quota
Hello!
I need to configure Quota on Roundcubemail with Dovecot2.
So, I did:
90-quota.conf:
# SQL backend:
quota = dict:User quota::proxy::sqlquota
quota_rule = *:storage=20M:messages=1000
}
dict {
sqlquota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
}
OK, works! but, My webmail shows me 20M of quota. But on my Postfixadmin I
configured 200M.
How can I fix this?
Att;
*Lucas
2019 Aug 07
2
auth-policy crashing
On 06/08/2019 06:46, Aki Tuomi via dovecot wrote:
>
> On 2.8.2019 13.45, James via dovecot wrote:
>> My auth process is dumping core. This happens several times per day
...
> There is an easy fix for this, attached.
Patch applied; no core dump in 24 hours.
This appears to have fixed the problem. I found that it crashed when
the policy server responded too quickly. As the