Michael Krieger
41d03fa158
Update functions.inc.php
6 years ago
Michael Krieger
02e238cf30
Add a local-only domain check
6 years ago
Michael Krieger
ab5a6d5894
Add configuration parameter defaulting to 'NO'
...
Adds optional parameter to limit the alias destinations to local domains.
An additional check makes sure that the domain is in the list of postfix domain names.
6 years ago
David Goodwin
3b1fffdf22
merge in patch from @jackdeguest - see https://github.com/postfixadmin/postfixadmin/issues/337
6 years ago
David Goodwin
5e1a4e27dd
ensure edit works
6 years ago
David Goodwin
e49c25139e
ignore coveralls erroring
6 years ago
David Goodwin
7f58163d65
update README.md
6 years ago
David Goodwin
70fe1f93f2
rename build
6 years ago
David Goodwin
50bbae62f4
switch from travis to github action
6 years ago
David Goodwin
591ea333ea
drop caching; we as we do not add composer.lock to git anyway
6 years ago
David Goodwin
22bb34ff60
try this
6 years ago
David Goodwin
a00e551a8a
try adding composer caching
6 years ago
David Goodwin
71966ce917
Revert "drop coveralls"
...
This reverts commit b6c7d1418d .
6 years ago
David Goodwin
3809cf905f
rinse repeat
6 years ago
David Goodwin
fddd450df0
rinse, repeat
6 years ago
David Goodwin
cd6386bdea
- => _
6 years ago
David Goodwin
6c3d595c0b
coverage.xml
6 years ago
David Goodwin
e661f2445a
coveralls test - see af8a5e1ebf/.github/workflows/build.yml and https://github.com/php-coveralls/php-coveralls/issues/273
6 years ago
David Goodwin
b6c7d1418d
drop coveralls
6 years ago
David Goodwin
2444b0c16b
Revert "try updating coveralls"
...
This reverts commit cffcd1c4ec .
6 years ago
David Goodwin
cffcd1c4ec
try updating coveralls
6 years ago
David Goodwin
79ee5f82cb
add a far better MailboxHandler test case
6 years ago
David Goodwin
01b4d6c587
cleanup db after running
6 years ago
David Goodwin
30f97c97ee
avoid: A non-numeric value encountered errors from no quota being specified
6 years ago
David Goodwin
6a7abbe663
fix formatting
6 years ago
David Goodwin
28a3f5f157
better testing
6 years ago
David Goodwin
a4afebbe77
verify ssl certs when connecting to the db by default (we also do if this setting is not present)
6 years ago
David Goodwin
6edbda45e2
Merge pull request #321 from adrium/transport-map-support
...
POSTFIX_CONF.txt: Add transport map support
6 years ago
David Goodwin
1ecada175c
and support whether we verify ssl certs; default to true
6 years ago
David Goodwin
212415db56
document better
6 years ago
David Goodwin
4cbd82d750
remove empty settings so not all SSL things are required for using SSL with MySQL
6 years ago
David Goodwin
2a1383ee2e
give the browser a hint that we want a new password for new admin accounts - see https://github.com/postfixadmin/postfixadmin/issues/331
6 years ago
David Goodwin
5b16f4a483
composer build
6 years ago
David Goodwin
9dfc866edd
composer format
6 years ago
David Goodwin
eb5fcf829e
Merge pull request #332 from kr1pt0ph0b14/patch-1
...
Update tr.lang
6 years ago
Özgür Kazanççı
97c2b582a3
Update tr.lang
...
The file was a big mess, Turkish exclusive chars were completely corrupted, gramatically wrong words in the translation such as;
Not "Hiçbirşey" but "Hiçbir şey".
Not "eposta" but "e-posta" and/or "E-posta".
Not "Şuanki" but "Şu anki"
Not "ddeðiþtirmek" but "değiştirmek" (Wrong/corrupted Turkish characters)
Not "Yönlendirmen deðiþtir" but "Yönlendirme değiştir" (Wrong/corrupted Turkish characters)
As well as a lot of lines weren't translated -yet-. So here it is.
Regards,
Özgür Kazancci
6 years ago
David Goodwin
268daa892d
Merge pull request #330 from veitw/dovecot-quota2-docs
...
Update dovecot documentation
6 years ago
David Goodwin
6a10c869e5
allow existance of pdo for us to proceed with setup
6 years ago
Veit
eb83a0aa3f
Update dovecot documentation
...
- added quota2 table dict template for dovecot 1.2 and newer to dovecot
documentation
6 years ago
David Goodwin
95d92a2345
psalm fix: rewrite to avoid php error (@) suppression
6 years ago
David Goodwin
ec2fbfd87f
skip this query - for a new database it will run before the domain table has been created and just error
6 years ago
David Goodwin
fd35dada38
try and be consistent with MySQL table types/collations - see https://github.com/postfixadmin/postfixadmin/issues/327
6 years ago
Christian Boltz
bee61f329b
Only show password expiration if enabled in config
6 years ago
Christian Boltz
3d0add075a
Add empty $CONF['database_socket'] to avoid warnings
...
... about reading an undefined config option
6 years ago
David Goodwin
666bb0218a
Merge pull request #324 from smhessenauer/master
...
fetchmail dovecot delivery
6 years ago
Stefan M. Hessenauer
416a71d604
short documentation added, path to deliver as configuration option
6 years ago
David Goodwin
80a0faa633
specify a default table collation / charset for MySQL - might help fix https://github.com/postfixadmin/postfixadmin/issues/327
6 years ago
David Goodwin
cabd97ff17
Merge pull request #325 from Slamdunk/php_74
...
[Travis] Test against PHP 7.4
6 years ago
David Goodwin
036245063e
drop references to magic_quotes; see: https://github.com/postfixadmin/postfixadmin/pull/325
6 years ago
Filippo Tessarotto
fc3cd79f21
[Travis] Test against PHP 7.4
6 years ago