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
benchea dan
c90b45c7f8
add cd $(dirname $0) 2022-03-11 08:28:29 +02:00
David Goodwin
41894e0875 see: 71199fd0cb and #596 2022-03-08 11:55:00 +00:00
David Goodwin
7eb51e7b87
Merge pull request #600 from cantoute/patch-2
update mysql_transport_maps.cf - translate 'virtual' to ':'
2022-03-08 11:52:08 +00:00
benchea dan
dffbced072
Update menu.tpl 2022-03-08 08:40:17 +02:00
benchea dan
23b7e1bbed
Update postfix_logs.sh 2022-03-08 06:37:14 +02:00
Antony
c11f014e7c
update mysql_transport_maps.cf - translate 'virtual' to ':'
This makes sure our internal/virtual domains aren't caught in other transport map/nexthop

I needed this to safely implement transport rules like .fr => relay:[smtp.relay.com] without smashing our internal domains

So found out that transparent transport was ':' but took me a wile, so thought I could share.
2022-03-07 23:13:39 -04:00
benchea dan
866090899a
Update menu.conf 2022-03-07 15:24:37 +02:00
benchea dan
780ea6857a
Update config.inc.php 2022-03-07 15:23:28 +02:00
benchea dan
bb8a1bc6a0
Update menu.tpl 2022-03-07 15:22:01 +02:00
benchea dan
a72a7be570
Rename mailog.php to maillog.php 2022-03-07 15:20:51 +02:00
benchea dan
3d95ba776b
Create maillog.tpl 2022-03-07 15:20:23 +02:00
benchea dan
2464e1890b
Create mailog.php 2022-03-07 15:19:13 +02:00
benchea dan
5ccfdc9e90
Delete domain_example 2022-03-07 15:17:55 +02:00
benchea dan
9a35b0ff14
Create 2022-03-06-pflogsum.log.gz 2022-03-07 15:17:47 +02:00
benchea dan
008b4a4ee1
Create 2022-03-06-failed-auth.log.gz 2022-03-07 15:17:24 +02:00
benchea dan
adb7329c97
Create 2022-03-06-bulk.log.gz 2022-03-07 15:16:56 +02:00
benchea dan
774051fb7e
Create domain_example 2022-03-07 15:14:48 +02:00
benchea dan
cbc1c78d58
Create postfix_logs.sh 2022-03-07 15:13:57 +02:00
benchea dan
aeb1dc61f6
Delete cron 2022-03-07 15:13:30 +02:00
benchea dan
c5da911b67
Create cron 2022-03-07 15:10:47 +02:00
David Goodwin
71199fd0cb
Merge pull request #596 from ecxod/patch-1
NOT && NOT && NOT = at lest 1
2022-02-19 20:15:37 +00:00
Christian Eichert
38524f5c03
NOT && NOT && NOT = at lest 1
the logic is wrong, if you want to say at least of a list of negations you must put the condition with AND
2022-02-19 20:40:08 +01:00
David Goodwin
08ce130d58 try and improve mysql db collation fix - see #591 2022-02-14 21:36:33 +00:00
David Goodwin
272e5bddb9 stop psalm moaning about non-strict comparisons 2022-02-13 20:40:34 +00:00
David Goodwin
c240cb0033 reformat 2022-02-13 20:40:34 +00: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
David Goodwin
760600cb56 one or more of something needs {1,} not {1} ... 2022-02-13 20:32:39 +00:00
David Goodwin
de23080c79
Merge pull request #593 from olicooper/master
Add change password special character support
2022-02-13 20:17:28 +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
David Goodwin
f0df017df3
Merge pull request #592 from bnchdan/master
Update PFACrypt.php
2022-02-09 09:32:38 +00:00
benchea dan
51673118bb
Update PFACrypt.php
if you have old hashes like $nr$salt$hash and you migrate to {algoithm}hash
2022-02-09 10:39:15 +02:00
David Goodwin
66c71418a6 mysql does not support DROP CONSTRAINT, looks like it is MariaDB only - see https://github.com/postfixadmin/postfixadmin/issues/591#issuecomment-1021340592 2022-01-25 16:58:35 +00:00
David Goodwin
7b8d03cd79 update smarty -> 3.1.33 to 3.1.43 (Smarty mention a couple of CVEs - CVE-2021-21408 (static_classes), CVE-2021-29454 (math function)) at first sight I do not think they are applicable to PostfixAdmin) 2022-01-13 09:56:30 +00:00
David Goodwin
fa9a9f36d1 reformat 2022-01-12 11:27:50 +00:00
David Goodwin
fdb9569284
Merge pull request #584 from bnchdan/master
view log pagination
2022-01-12 11:26:40 +00:00
benchea dan
ec6e974f10
Update viewlog.php 2022-01-12 11:54:18 +02:00
benchea dan
985273d07a
Update viewlog.php 2022-01-12 11:44:55 +02:00
benchea dan
951b202ff1
Update viewlog.tpl 2022-01-12 10:44:54 +02:00
benchea dan
d583cb396b
Update viewlog.tpl 2022-01-12 10:40:52 +02:00
benchea dan
d80041bf4e
Update viewlog.php 2022-01-12 10:39:16 +02:00
benchea dan
8690f1c2b6
Update viewlog.php 2022-01-12 10:37:29 +02:00
benchea dan
cc74eca44d
Update viewlog.tpl 2022-01-12 10:36:42 +02:00
David Goodwin
def280bebf
Merge pull request #578 from neuffer/neuffer-patch-mailserver2-readme
Update readme.md with mailserver2 project info
2022-01-03 18:37:27 +00:00
neuffer
7be0582c93
Update README.md 2022-01-03 14:15:46 +01:00
neuffer
58d4d0562a
Update README.md 2022-01-03 14:01:16 +01:00
David Goodwin
78cb6a27fc
Update README.md 2022-01-03 10:14:07 +00:00
David Goodwin
52ed517f35 also fix collation on domain_admins.domain to be latin1_general_ci - see also #327 (else a domain admin cannot login) 2021-12-07 19:42:49 +00:00
David Goodwin
52072536c7 update CHANGELOG 2021-12-01 11:48:27 +00:00
David Goodwin
b0516193b0 see: https://github.com/postfixadmin/postfixadmin/issues/569 - dark theme from @polymeer, configure $CONF["theme_css"] = "css/dark-theme.css" 2021-12-01 11:33:36 +00:00