0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
Gabriel Sambarino
f81a070cc9 Fix typo ( s/pasword/password/ ) 2024-02-15 15:56:57 +01:00
John Fawcett
668960ccf6 Add a flag to mailbox table for enable/disable smtp protocol. The table column name
is "smtp_active". This enables use of this flag instead of active flag for postfix
mysql queries. There is a new configuration parameter $CONF['smtp_active_flag'] =
YES or NO, which defaults to NO, providing the existing behaviour. When set to YES
the active_smtp field is displayed in the edit mode and can be modified.
The commit includes update to the language files and documentation.

The commit does not include the code to add the field to existing installs,
which I presume can be added during the release cycle in upgrade.php along the
lines of:

_db_add_field('mailbox',  'smtp_active', 'int DEFAULT 1');
2024-01-09 20:50:49 +01:00
David Goodwin
4d17aa6ef9 manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
Fredrik Boström
ea121c721b
Add Alert() about illegal character in username 2023-09-26 15:27:24 +02:00
Christian Boltz
01f3e2885d
Add 'To_Mailbox' and 'To_Forward_Only' to all *.lang files 2022-11-04 22:43:09 +01:00
Christian Boltz
a8b4e3f435
Update translations with DKIM texts 2022-07-18 23:06:41 +02:00
David Goodwin
5e9c443bc7
Merge pull request #594 from olicooper/pr_mailbox_quota
Add Mailbox quota translations
2022-02-13 20:33:25 +00:00
Oliver Cooper
b4028bd309 Add Mailbox quota translations 2022-02-13 18:01:36 +00:00
Oliver Cooper
35ecb62730 Add password special character support 2022-02-13 17:21:20 +00:00
Christian Boltz
dabc13feca
Add comment that some translations need an update
This affects pMain_overview, pMain_create_alias and pMain_create_mailbox
which were changed in 2a5d131124
2021-07-25 13:03:32 +02:00
Unknown
5faa292cfb Allow super admins to view all logs 2021-07-05 17:13:37 -03:00
Sven Strickroth
4373551f26 Update translations
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-08 19:14:45 +02:00
David Goodwin
9ddaa75fc4 pt-pt (portugese) translation from Nuno Carrilho (Nunix) 2021-01-22 19:49:48 +00:00