David Goodwin
93cc4d9e8c
update phpunit tests to use different parent class
6 years ago
David Goodwin
9b8c067515
bump phpunit to stop countable warning with php7.2
6 years ago
David Goodwin
8cf7947f15
move function into the only place it is used
6 years ago
David Goodwin
cecfe6b215
see #217 - should solve looking in /etc/postfixadmin ...
6 years ago
Christian Boltz
18be203039
add new texts to all language files
6 years ago
Christian Boltz
878e4d7f11
Merge pull request #220 from SuperVirus/updated_german_translation
...
Updated german translation
6 years ago
SuperVirus
3ee8b497f1
Update de.lang
6 years ago
Christoph 'SuperVirus' Heitkamp
d35e66808b
Allow different port for fetchmail
6 years ago
Christoph 'SuperVirus' Heitkamp
1fea1f8c3b
Updated german translation
6 years ago
David Goodwin
dda0302cdf
Merge pull request #218 from cweiske/specific-login-error
...
Change login failure message to show the login type (admin or user)
6 years ago
Christian Weiske
3960f6fdad
Change login failure message to show the login type (admin or user)
6 years ago
David Goodwin
55790f9835
Merge pull request #215 from ChoiZ/patch-1
...
Update INSTALL.TXT
6 years ago
François LASSERRE
9598c63fc0
Update INSTALL.TXT
...
Missing `cd postfixadmin`
6 years ago
David Goodwin
a53165d3d8
update CHANGELOG - see https://github.com/postfixadmin/postfixadmin/issues/176
6 years ago
David Goodwin
69e234f668
Merge pull request #200 from doktoil-makresh/master
...
Support for password expiration, managed in PostFix Admin
6 years ago
Damien Martins
78a461f07e
Accepts incoming emails for active mailboxes, even if password is expired
6 years ago
David Goodwin
b4a16a0313
quote shell vars
6 years ago
David Goodwin
435d97c282
try looking for alternatives to maildirmake etc - see #213
6 years ago
Christian Boltz
056e8af99b
Change $PALANG['password_no_characters'] to new text if untranslated
...
That's better than a TODO note next to the old english text ;-)
6 years ago
Christian Boltz
bd847e38e6
add translation notes for updated $LANG['password_no_characters']
6 years ago
Damien Martins
9e4d64ef78
Merge pull request #1 from DavidGoodwin/doktoil-master
...
updates to password expiry feature
6 years ago
David Goodwin
3a8762d785
Merge pull request #210 from inkVerb/master
...
Change "characters" to "letters" in EN language file
6 years ago
Jesse Steele
9e8ce47849
Change "characters" to "letters"
...
A "character" includes letters and numbers. The requirement triggered by line 355 is for "letters". This created confusion in the past.
6 years ago
David Goodwin
87472af5ba
add Date header into smtp_from(...) function - see #203
6 years ago
David Goodwin
b1795ab596
phpdoc
6 years ago
David Goodwin
1e158245d6
try and fix #30 - cope with timestamp and numeric field number comparison better for PostgreSQL.
6 years ago
David Goodwin
afd418675c
pointless comment
6 years ago
David Goodwin
a8b02cfc05
Default to default values
6 years ago
David Goodwin
77d1b6c2e7
rename sql fields to just have mailbox.password_expiry and domain.password_expiry
6 years ago
David Goodwin
27c2842cd2
remove duplication of sql, remove use of functions (hopefully unnecessary)
6 years ago
David Goodwin
a455916a6b
add password expiry stuff to the db schema upgrade script
6 years ago
Damien Martins
8115d8d047
Reverting unexpected changes
6 years ago
Damien Martins
12ce418f79
No need to have password expiration value in config file
6 years ago
Damien Martins
84533224ba
Adds colored indicators for password expired, account disabled and vacation enabled accounts
6 years ago
Damien Martins
b33d79125c
Merge branch 'master' of github.com:doktoil-makresh/postfixadmin
6 years ago
Damien Martins
d809e0fbf7
Adds colored indicators for password expired, account disabled and vacation enabled accounts
6 years ago
Damien Martins
72dddbc93b
Adds colored indicators for password expired, account disabled and vacation enabled accounts
6 years ago
Damien Martins
ce60b9fa59
Now password expiration is managed through Postfix Admin GUI
6 years ago
Damien Martins
ab10c9b49a
Better arguments management
6 years ago
Damien Martins
9be8c8082f
More details in README file
6 years ago
Damien Martins
29a993e6fd
Better (aka safer) way to deal with authentication
6 years ago
Damien Martins
e786609aa9
Adding support for password expiration. Please read README.password_expiration for more details
6 years ago
David Goodwin
c3d3898eb2
Merge pull request #167 from csware/recipient_delimiter
...
vacation: Correctly process mails with recipient_delimiter
6 years ago
David Goodwin
cde3d7530d
Merge pull request #194 from cantoute/patch-1
...
libmime-perl => libemail-mime-perl on debian 9
6 years ago
Antony
61011619a8
libmime-perl => libemail-mime-perl on debian 9
6 years ago
David Goodwin
ba14535489
Merge pull request #172 from abonanni/bootstrap
...
Bootstrap Integration
6 years ago
David Goodwin
a981ff8172
list.php csv export: implode array values, suppress fields with empty label after trimming (html status)
6 years ago
Christian Boltz
77670f36f6
revert CSV separator to ";"
...
This reverts c5c42cfbe8
("remove custom
field separator; just go with the default php behaviour").
That change didn't improve anything on
https://sourceforge.net/p/postfixadmin/bugs/386/ - it "just" changed the
CSV file format which might break existing workflows and/or tools of our
users.
6 years ago
David Goodwin
39bb2dbcd6
see remove outdated doc links - see #191
6 years ago
David Goodwin
c5c42cfbe8
remove custom field separator; just go with the default php behaviour
6 years ago