0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/DOCUMENTS
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
..
screenshots Update screenshots/README.md 2022-06-23 20:46:33 +02:00
BACKUP_MX.txt INSTALL.txt, UPGRADE.txt: 2009-05-31 20:31:04 +00:00
DOVECOT.txt Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
FAQ.txt add something to the FAQ to help people find error messages 2021-01-26 19:06:19 +00:00
HASHING.md typos 2023-06-17 19:21:05 +01:00
HORDE.txt file extensions should be lower case ;) 2007-11-14 21:43:02 +00:00
LANGUAGE.txt LANGUAGE.txt: 2008-04-11 22:53:31 +00:00
Migration.md see: https://github.com/postfixadmin/postfixadmin/issues/468 - token docs on possible migration 2021-03-07 13:34:39 +00:00
OPENDKIM.txt Add Domain Key handling 2022-06-23 20:40:06 +02:00
Password_Expiration.md see https://github.com/postfixadmin/postfixadmin/issues/640 - password expiration doc update 2022-07-22 20:37:04 +01:00
POSTFIX_CONF.txt update mysql_transport_maps.cf - translate 'virtual' to ':' 2022-03-07 23:13:39 -04:00
Postfix-Dovecot-Postgresql-Example.md manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
POSTFIXADMIN.txt DOCUMENTS/POSTFIXADMIN.txt: updated 2008-04-26 21:01:13 +00:00
Roundcubemail-TOTP-sync.example.sh manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
SECURITY.txt manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
SUPERADMIN.txt token updates 2021-01-29 21:19:07 +00:00
UPGRADE.txt Typos fix - Update UPGRADE.txt 2023-09-18 20:13:39 +03:00