Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - maxiozzia

Pages: [1]
1
Feature Requests / Re: Add Italian Translation
« on: June 04, 2019, 03:26:54 am »
It is ok, only a ";" at line 134 to remove  ;)

2
Feature Requests / Re: Add Italian Translation
« on: June 01, 2019, 05:33:31 am »
Tested and corrected some detail in the new file attached

3
Technical Help / Re: ADD DKIM
« on: June 01, 2019, 05:16:36 am »
Great work! Successfull tested on Ubuntu 18.04.

4
Technical Help / Re: ADD DKIM
« on: May 23, 2019, 02:10:20 am »
I will test asap and update you.

Thanks for your work.

5
Feature Requests / Re: Add Italian Translation
« on: May 20, 2019, 10:17:51 am »
Attached the updated file for italian language.   ;)

6
Technical Help / ADD DKIM
« on: May 12, 2019, 09:22:23 am »
There is a tested way to implement DKIM validation for postfix in ehcp?

7
Feature Requests / Add Italian Translation
« on: May 12, 2019, 09:13:08 am »
I have translate the picante theme in Italian, here file, If possible to add in the next relaise.

8
Technical Help / Re: Email quota problem
« on: May 10, 2019, 08:27:35 am »
sorry for late reply,

tested again and work perfectly.

Great work!!!

Thanks

9
Technical Help / Re: Email quota problem
« on: April 06, 2019, 06:50:22 am »
Hi earnolmartin,

I have just finished to test your work, all fine except for the "point 4" of my post:

4 - postfix adjustments:
- in main.cf changed "virtual_mailbox_extended = yes" to "virtual_maildir_extended = yes"


Without this mod system don't create the "maildirsize" file in the virtual mailbox dir.

Adding this in the postfix main.cf all works fine.

Great work!

10
Technical Help / Re: Email quota problem
« on: April 02, 2019, 08:49:46 am »
Yes I will test it, I will do it asap and report the result.

11
Technical Help / Re: Email quota problem
« on: March 17, 2019, 12:46:37 pm »
Problem solved whith the patch you have suggested and some other adjustments.

System ubuntu 18.04 default postfix 3.3.0

1 - updated postfix to 3.3.2 (but I think it work also on 3.3.0) here source: https://packages.ubuntu.com/disco/amd64/postfix/download

2 - patched using this commands:
- aptitude build-dep postfix
- cd /usr/src
- apt-get source postfix
- wget https://sourceforge.net/p/vda/bugs/2/attachment/vda_3.3.patch
- cd postfix-3.3.2
- patch -p0 < ../vda_3.3.patch
- dpkg-buildpackage  ( if return any errors add "-b" at the end)

3 - re-installed postfix and postfix-mysql packages:
- cd ..
- dpkg -i postfix_3.3.2-4_amd64.deb postfix-mysql_3.3.2-4_amd64.deb

4 - postfix adjustments:
- in main.cf changed "virtual_mailbox_extended = yes" to "virtual_maildir_extended = yes"

- changed /etc/postfix/mysql-virtual_mailbox_limit_maps.cf  :
user = ehcp
password = yourpassword
dbname = ehcp
query = SELECT quota*1048576 FROM emailusers WHERE email='%s'
hosts = 127.0.0.1


Now it seems email where bounced when reach quota limit.

here http://www.maxiozzia.it/src.rar you can download .deb files used and I suggest to add possibility to set via control panel the maximum quota that the user can assign for each new email account

Best regards

Max

12
Technical Help / Re: Email quota problem
« on: March 15, 2019, 10:56:36 am »
Thank you for your reply, I will try this patch asap and share the results.


13
Technical Help / Email quota problem
« on: March 07, 2019, 03:53:10 am »
I have installed a fresh ubuntu/ehcp system and all is working fine.

the only problem is that quota email is not working in postfix, for example if I set limit 1mb on a user email , after reaching limit mail are not bounced as I expect.

In postfix main.cf virtual maildir options are enabled:

virtual_create_maildirsize = yes
virtual_mailbox_extended = yes
virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = "The user you are trying to reach is over quota."
virtual_overquota_bounce = yes

in previous version I have patched postfix whith VDA patch but now (postfix version 3.3.0) isn't supported.

Anyone have suggestions to enable quota management?

Pages: [1]