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

3198 Commits

Author SHA1 Message Date
David Goodwin
b0338e65a1 update to latest stable version - see #570 2021-12-01 11:23:47 +00:00
David Goodwin
422daf6c44 see #567 - missed SHA512-CRYPT 2021-11-30 10:48:06 +00:00
David Goodwin
fc00330581
Merge pull request #566 from davidebeatrici/smtps
Add support for implicit TLS, replace "smtp_sendmail_tls" with "smtp_type"
2021-11-29 09:24:38 +00:00
Davide Beatrici
626bd43def Add support for implicit TLS, replace "smtp_sendmail_tls" with "smtp_type"
For reference: https://datatracker.ietf.org/doc/html/rfc8314

Please note that this only applies to the "send email" feature.

In the future we should implement it for the "fetch email" one too.
2021-11-29 07:10:20 +01:00
David Goodwin
59e33915f4
Merge pull request #565 from davidebeatrici/postfix-dovecot-postgresql-example_smtpd_sender_login_maps
DOCUMENTS: Configure "smtpd_sender_login_maps" in Dovecot & PostgreSQL example
2021-11-28 20:26:54 +00:00
Davide Beatrici
3934add185 DOCUMENTS: Configure "smtpd_sender_login_maps" in Dovecot & PostgreSQL example
A short explanation is also added.
2021-11-28 14:42:29 +01:00
David Goodwin
047774b250 reorder upgrade sql, see #561 2021-11-21 21:32:24 +00:00
David Goodwin
ed1dc78816
Update HASHING.md 2021-11-21 15:35:44 +00:00
David Goodwin
dd862157fe
Merge pull request #560 from zhiephie/patch-1
Change notication to notification
2021-11-19 09:51:25 +00:00
Yudi Purwanto
9d65a5004c
Change notication to notification 2021-11-19 16:24:17 +07:00
David Goodwin
e0c9939f88 use _pacrypt_php_crypt 2021-11-14 20:52:24 +00:00
David Goodwin
4bc3e1464c make sure php_crypt:BLOWFISH works 2021-11-14 20:50:41 +00:00
David Goodwin
89f3ba5387 try and improve documentation in config.inc.php 2021-11-14 20:49:58 +00:00
David Goodwin
ac29137b73
Merge pull request #558 from mirko/change-default-sql-query-for-transport_maps
default $transport_maps: exclude results where transport='virtual'
2021-11-12 19:08:22 +00:00
Mirko Vogt
e467af14e1 default $transport_maps: exclude results where transport='virtual'
Modify the default query for $transport_maps to exclude all entries
which have the transport set to 'virtual'.

Postfixadmin sets the transport for domains to 'virtual' by default,
which is a rather unfortunate choice when enabling transport_maps, as
it will direct postfix to use the 'virtual' transport as defined in
master.cf, which most likely is not what the user intended.
The user most likely still wants emails being delivered to virtual
mailboxes, via the transport defined per $virtual_transport.

$virtual_transport however is only a fallback, which applies if
$transport_maps is either undefined or the table lookup it refers to
fails.

Hence excluding domains where transport is set to 'virtual', which
by default and therewith in most cases probably means all domains
ever created by postfixadmin.

This results in the query returning no results, leading to postfix
falling back to the transport defined in $virtual_transport.
2021-11-12 17:12:52 +01:00
David Goodwin
7dcfb00377 composer format 2021-11-10 19:48:20 +00:00
David Goodwin
2ab28e795d fix more collation issues 2021-11-10 19:43:14 +00:00
David Goodwin
09172663e5 Merge branch 'issue-327-collation-schema-update' 2021-11-10 19:34:38 +00:00
David Goodwin
57f9ed5ff3 see #556 - try this instead 2021-11-10 15:41:08 +00:00
David Goodwin
540b32f1a0 probable fix for #556 - see if CONF[site_url] is a string before trying to use it 2021-11-10 09:42:26 +00:00
David Goodwin
26706c5dda update CHANGELOG.TXT - see also https://github.com/postfixadmin/postfixadmin/issues/554 2021-11-08 09:22:20 +00:00
David Goodwin
5a8f334b45 fix mysql connection string - see #553 2021-11-02 22:10:03 +00:00
David Goodwin
d6f9694d89
Update INSTALL.TXT
add note on master; add note on composer
2021-10-26 19:10:04 +01:00
David Goodwin
3d231a54a2
Merge pull request #491 from postfixadmin/feature-improve-pacrypt
Feature - improve 'pacrypt' (reduce reliance on dovecot pw), add more hash algorithms
2021-10-26 19:02:45 +01:00
David Goodwin
7fd10d6aad typo fix thanks @gnanet 2021-10-24 11:24:55 +01:00
David Goodwin
aa2b21a5a6 try and improve install.sh - PATH, check for php, better error/warning message etc 2021-10-24 11:24:45 +01:00
David Goodwin
f83835578c token install script instead; try updating github action to match 2021-10-23 22:44:25 +01:00
David Goodwin
631cbfca8c drop vendor, add back to .gitignore 2021-10-23 22:39:56 +01:00
David Goodwin
654a19dab2 drop composer.lock 2021-10-23 19:26:32 +01:00
David Goodwin
d7d53a89e5 make github action step more legible 2021-10-22 22:43:01 +01:00
David Goodwin
fccf74af97 hm, composer.lock makes it more annoying to test under different php variants 2021-10-22 22:42:27 +01:00
David Goodwin
f142e59de8 fix composer.json 2021-10-22 22:35:04 +01:00
David Goodwin
192ef87378 I know people say not to add vendor/ to git, but this is the --no-dev variant, and it should handle autoloading too ... 2021-10-22 22:29:26 +01:00
David Goodwin
1018847cd5 fix formatting 2021-10-21 22:10:49 +01:00
David Goodwin
ba825ef3c1 see #506 and #327 - this might unify enough of our textual latin1 columns to resolve collation issues 2021-10-21 22:08:25 +01:00
David Goodwin
d3bc155148 refresh debian patch for master 2021-10-18 22:09:49 +01:00
David Goodwin
19fd0d443c merge in some of the downstream debian package changes - see also #529 2021-10-18 22:08:07 +01:00
David Goodwin
b01f8ef8e2 see #497 - add minimal content security policy 2021-10-17 15:45:10 +01:00
David Goodwin
66c1a6cd8d improve documentation for smtp_ssl options 2021-10-17 15:21:54 +01:00
David Goodwin
b21583ea40 lets get some output from coveralls to check what is going on 2021-10-12 22:12:26 +01:00
David Goodwin
03ab100b4a composer format 2021-10-12 19:53:54 +01:00
David Goodwin
f8c8dcf520 see - https://github.com/postfixadmin/postfixadmin/issues/549 - use $CONF["database_port"] when connecting to MySQL 2021-10-12 19:51:57 +01:00
David Goodwin
1f8fe35afa see https://github.com/postfixadmin/postfixadmin/issues/548 - from https://getbootstrap.com/docs/3.4/components/#navbar - "Context-specific usage
Like the standard button classes, .navbar-btn can be used on <a> and <input> elements. However, neither .navbar-btn nor the standard button classes should be used on <a> elements within .navbar-nav."
2021-10-04 13:26:58 +01:00
David Goodwin
9436e9e887 update version spec 2021-10-02 20:07:18 +01:00
David Goodwin
598f7db2e7 skip ARGON2ID* things if using an old PHP variant 2021-09-29 21:27:28 +01:00
David Goodwin
91a3dde446 older php variants do not have argon2i 2021-09-29 21:23:18 +01:00
David Goodwin
7ca35bc7c9 and touch config.local.php here too 2021-09-29 21:17:17 +01:00
David Goodwin
ddae23f558 Merge remote-tracking branch 'origin/master' into feature-improve-pacrypt 2021-09-29 21:15:24 +01:00
David Goodwin
eca6f47b83 fix github action 2021-09-29 21:14:09 +01:00
David Goodwin
21514cfa31 fix github action dependencies 2021-09-29 21:12:43 +01:00