Displaying 8 results from an estimated 8 matches for "linuxserverscentos".
2013 Mar 11
3
SSL Certificate
Dear All
This is my continuation of postfix setup.
Following link
http://campworld.net/thewiki/pmwiki.php/LinuxServersCentOS/Cent6VirtMailServerfor
postfix setup.
At one stage it says,
Configuring The Server Setup SSL Certificate
Now generate an SSL certificate for postfix and dovecot to have TLS
support. Replace mail.example.com with your server hostname.
> genkey --days 3650 mail.example.com
My doubt is ,
1. I...
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 to have it finished in a couple weeks. I would say I
am the proverbial 80% complete.
>
> On 03/1...
2012 Dec 24
1
Postfix/mysql/dovecot - Understanding password encryption
...entos/.../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
http://www.campworld.net/thewiki/pmwiki.php/LinuxServersCentOS/Cent6VirtMailServer
to get me started. I am up to roundcubemail setup and am stumbling to
understand what the author here is doing with encrypted passwords, so
felt it was time to delve deeper into this.
My old setup uses mysql-crypt for the password.
MYSQL_CRYPT_PWFIELD password
and users c...
2017 Mar 17
0
sievec
On 03/16/2017 11:50 PM, Robert Moskowitz wrote:
> 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.
Blindly following things you find on the Internet is not a path to
success. :)
> I am writing my own howto, and I would like to think I am doing a better
> job of it.
You...
2017 Apr 08
4
How to use quota with dovecot
Hello,
I would like to use quotas with dovecot and things are not clear to me.
I read this page
https://wiki2.dovecot.org/Quota
1) I did this
# ls /usr/local/lib/dovecot/lib10_quota_plugin.so /usr/local/lib/dovecot/lib10_quota_plugin.so
# grep mail_plugins /etc/dovecot/conf.d/10-mail.conf mail_plugins = notify replication quota
Then the page tells about 20-imap.conf but an explanation is
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"
2012 Dec 19
12
web mail and Squirrelmail
Everyone,
Are there any opensource web based alternatives to squirrelmail. Do any
of you use squirrlmail. How do you like it.
Greg Ennis
2013 Mar 11
12
Postfix setup
Dear All
I am planning to setup mail server for my domain.
Which one is preferred postfix or sendmail.
I came across a link *
http://ostechnix.wordpress.com/2013/02/08/setup-mail-server-using-postfixdovecotsquirrelmail-in-centosrhelscientific-linux-6-3-step-by-step/
* for postfix mail setup.
It says,
Prerequisites:
- The mail server should contain a valid MX record in the DNS server.