So I have been spending way too much time on my new mailserver instead of other work.
The howto do date is:
http://medon.htt-consult.com/Centos7-mailserver.html
This is all hand-coded html. I have learned a bit, and any tips are accepted. Some inconsistencies where I learned something, and did not go back and change all occurrences.
I still need to USE postfixadmin to create a domain and a user. Then test postfix and dovecot and roundcubemail.
I still have to configure amavis, clamav, spamasssassin, and maybe mailgraph....
Any review is appreciated.
Bob
update to: http://medon.htt-consult.com/Centos7-mailserver.html
Much is working and much work needs to be done.
I need php-imap rpm for Postfixadmin. And until I get it, I won't know if I have SELinux policy right for it creating the mail directories. Let alone Postfix writing to them (or Dovecot, or Roundcube, or...).
My rewriterule in the roundcubemail.conf is wrong. It is rewriting for ALL non 443 connections, not just the webmail connect.
I have not tested that Dovecot is set up right. No user mailboxes yet.
Amavis/clamav has some problems. At least localhost 10025 not working. But I made some wrong steps, and I may have broken something.
No writeup yet on mailgraph. My one test of it had a page in German as the result. Need to find where language is controlled for it.
Learned a lot about hand html writing!
Any and all assistance welcomed.
Bob
On 02/22/2017 05:36 PM, Robert Moskowitz wrote:
So I have been spending way too much time on my new mailserver instead of other work.
The howto do date is:
http://medon.htt-consult.com/Centos7-mailserver.html
This is all hand-coded html. I have learned a bit, and any tips are accepted. Some inconsistencies where I learned something, and did not go back and change all occurrences.
I still need to USE postfixadmin to create a domain and a user. Then test postfix and dovecot and roundcubemail.
I still have to configure amavis, clamav, spamasssassin, and maybe mailgraph....
Any review is appreciated.
Bob
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Am 24.02.2017 um 19:38 schrieb Robert Moskowitz:
No writeup yet on mailgraph. My one test of it had a page in German as the result. Need to find where language is controlled for it.
Hi Bob,
the language is coded in /usr/share/mailgraph/mailgraph.cgi. You must look for lines like print "<h4><center>Mail Ein und -Ausgang</center></h3>\n"; that means "Mail incomming and aoutgoing"
Very nice howto, not perfect optical style but all necessary information.
Andreas
On 02/24/2017 01:47 PM, Andreas Reschke wrote:
Am 24.02.2017 um 19:38 schrieb Robert Moskowitz:
No writeup yet on mailgraph. My one test of it had a page in German as the result. Need to find where language is controlled for it.
Hi Bob,
the language is coded in /usr/share/mailgraph/mailgraph.cgi. You must look for lines like print "<h4><center>Mail Ein und -Ausgang</center></h3>\n"; that means "Mail incomming and aoutgoing"
Well that is bad. I have to know German to find and replace text with English. Maybe I will do some googling to see if someone has done that...
Very nice howto, not perfect optical style but all necessary information.
Preformat does not let me include html codes like for Italics. I actually spent an hour developing a nice monospace preserving div style, but when you copied the text out of the box, it lost all of the formatting. So I have left it as I have it and am concentrating on getting the content done.
But if someone is really good at this CSS stuff, I would appreciate any and all help!
Bob
Hi
I think on your mail server you can add SSL for more security it's simple to add. Your howto is good.
Le 24 février 2017 20:23:49 GMT+01:00, Robert Moskowitz rgm@htt-consult.com a écrit :
On 02/24/2017 01:47 PM, Andreas Reschke wrote:
Am 24.02.2017 um 19:38 schrieb Robert Moskowitz:
No writeup yet on mailgraph. My one test of it had a page in German
as
the result. Need to find where language is controlled for it.
Hi Bob,
the language is coded in /usr/share/mailgraph/mailgraph.cgi. You must look for lines like print "<h4><center>Mail Ein und -Ausgang</center></h3>\n"; that means "Mail incomming and aoutgoing"
Well that is bad. I have to know German to find and replace text with English. Maybe I will do some googling to see if someone has done that...
Very nice howto, not perfect optical style but all necessary
information.
Preformat does not let me include html codes like for Italics. I actually spent an hour developing a nice monospace preserving div style, but when you copied the text out of the box, it lost all of the formatting. So I have left it as I have it and am concentrating on getting the content done.
But if someone is really good at this CSS stuff, I would appreciate any
and all help!
Bob
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 02/25/2017 04:08 AM, Nicolas Repentin wrote:
Hi
I think on your mail server you can add SSL for more security it's simple to add.
What aspect of mail and SSL do you see missing?
SMTP (postfix) and IMAP (Dovecot) accept SSL connections. You will see that when I add the testing sections. Yes, I do not force SSL, but accept it. I DO need to add DANE support.
Roundcube ONLY connects over SSL, in fact my rewriterule is not working right and rewriting ALL port 80 connections to 443.
Let me know what you see missing so I can research it.
Your howto is good.
I was thinking that I could actually save an image of all this as a base with instructions on how to customize (and change passwords).
Bob
Le 24 février 2017 20:23:49 GMT+01:00, Robert Moskowitz rgm@htt-consult.com a écrit :
On 02/24/2017 01:47 PM, Andreas Reschke wrote: Am 24.02.2017 um 19:38 schrieb Robert Moskowitz: No writeup yet on mailgraph. My one test of it had a page in German as the result. Need to find where language is controlled for it. Hi Bob, the language is coded in /usr/share/mailgraph/mailgraph.cgi. You must look for lines like print "<h4><center>Mail Ein und -Ausgang</center></h3>\n"; that means "Mail incomming and aoutgoing" Well that is bad. I have to know German to find and replace text with English. Maybe I will do some googling to see if someone has done that... Very nice howto, not perfect optical style but all necessary information. Preformat does not let me include html codes like for Italics. I actually spent an hour developing a nice monospace preserving div style, but when you copied the text out of the box, it lost all of the formatting. So I have left it as I have it and am concentrating on getting the content done. But if someone is really good at this CSS stuff, I would appreciate any and all help! Bob ------------------------------------------------------------------------ Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
-- Nicolas
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev