search for: campworld

Displaying 11 results from an estimated 11 matches for "campworld".

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 36...
2017 Mar 17
2
Understanding quotas
Just to level-set, I am using Centos7-arm which supplies Dovecot 2.2.10. I don't have access to a arm build or mock environment and use what is available (I DID try to install them but had dependency issues). Much of what I have is from campworld, but some I have picked up from other Centos mailserver builders. Also I am using Postfixadmin which provides quotas per user in mysql database. To access those quotas for dovecot, I have the following script: cat <<EOF>/etc/dovecot/dovecot-dict-quota.conf || exit 1 connect = host=loc...
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 p...
2017 Mar 19
0
Solved? - Re: Understanding quotas
...Robert Moskowitz wrote: > Just to level-set, I am using Centos7-arm which supplies Dovecot > 2.2.10. I don't have access to a arm build or mock environment and > use what is available (I DID try to install them but had dependency > issues). > > Much of what I have is from campworld, but some I have picked up from > other Centos mailserver builders. > > Also I am using Postfixadmin which provides quotas per user in mysql > database. To access those quotas for dovecot, I have the following > script: > > cat <<EOF>/etc/dovecot/dovecot-dict-quota...
2012 Dec 24
1
Postfix/mysql/dovecot - Understanding password encryption
...ql/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 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....
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...
2007 Apr 27
4
Debian/Xen usage summary
Hello, I just setup a few virtual systems, and I came into some limitations using XEN. I''d like to share these, just to know if the limitations are in the system or in the user :) I am using a standard Debian 4.0 (etch) GNU/Linux distribiution. The system is an Intel Core 2 duo with virtualization inside. I use the amd64 flavour. Thus my kernel is
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.