0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
Commit Graph

1910 Commits

Author SHA1 Message Date
David Goodwin
6442c8aff4 better now? 2017-08-14 21:42:32 +01:00
David Goodwin
ba8a4ab659 better markup 2017-08-14 21:41:25 +01:00
David Goodwin
76f0387313 try this 2017-08-14 21:37:33 +01:00
David Goodwin
7f2ea1a20a make github friendly, perhaps 2017-08-14 21:36:46 +01:00
David Goodwin
c3a4a6ed8d remove some comments from the top of vacation.pl; add links to file(s); remove unnecessary index.php 2017-08-14 21:28:49 +01:00
David Goodwin
d98e83e624 Merge pull request #61 from tkempf/Email-Sender
Replace Deprecated Mail::Sender by Email::Sender
2017-08-14 21:17:03 +01:00
tkempf
066a22cb42 Added forgotten use Statement for MIME:EncWords 2017-07-24 10:55:47 +02:00
tkempf
f2d4e6dbcc Subject with non ASCII-chars still needs to be encoded 2017-07-24 08:27:14 +02:00
tkempf
34474a20e5 set default value for $no_vacation_pattern 2017-07-24 08:06:10 +02:00
tkempf
4660d65679 Renamed $novacation_pattern to $no_vacation_pattern + codestyle changes 2017-07-24 08:04:28 +02:00
J0WI
33db684562 add Dockerfile 2017-07-23 13:57:22 +02:00
David Goodwin
466bd6834c Merge pull request #63 from Callidior/viewlog-page_size
Fix unquoted string array index in viewlog.php
2017-07-22 16:41:30 +01:00
Björn Barz
3786ebc33e Fixed unquoted string array index in viewlog.php
`$CONF[page_size]` was working, but throwing E_NOTICE, so I propose changing it to `$CONF['page_size']`.
2017-07-22 15:57:24 +02:00
tkempf
c5dcbeb48d Removed unused libraries MIME::Encwords and MIME::Base64 2017-07-21 09:20:51 +02:00
tkempf
79f8a63a46 Bugfix in Encoding of vacation mail. UTF-8 header was missing and the
mailbody is already utf8, so no need to recode
2017-07-21 08:53:09 +02:00
tkempf
cc3d5b13e8 Add Example for $novacation_pattern 2017-07-18 15:03:41 +02:00
tkempf
e5e9ce7674 When using STARTTLS the SSL_verifycn_name must be set to prevent SSL
Errors
2017-07-18 13:00:41 +02:00
tkempf
1653e58398 Bump Version to 4.1
Sending Mail now works at least without encryption
2017-07-18 10:20:04 +02:00
Matyáš Koc
e903484692 Links with target="_blank" should have rel="noopener" 2017-07-17 14:35:34 +02:00
Matyáš Koc
3486a5c593 Updated comment-documentation 2017-07-17 14:27:32 +02:00
Matyáš Koc
019209abab Added CSRF check to user login 2017-07-17 14:26:54 +02:00
Matyáš Koc
7de653db58 Added CSRF check to admin login 2017-07-17 14:22:58 +02:00
tkempf
b781195526 Replace deprecated Mail::Sender by Email::Sender
Add searchpath for local vacation.conf
2017-07-17 13:11:50 +02:00
Christian Boltz
bfaea973bd Merge pull request #59 from lamby/correct-equals-plus-to-plus-equals-typos
Correct some "=+ 1" -> "+= 1" typos in setup.php.
2017-07-16 15:09:21 +02:00
Chris Lamb
e318b940ce Correct some "=+ 1" -> "+= 1" typos in setup.py.
This probably wasn't causing a problem as we were setting $error to +1
and we only ever check whether it is non-zero.
2017-07-16 09:02:07 +01:00
tkempf
27e336cd2c Added novacation_pattern regexp to prevent sending vacation messages for
specific recipient addresses
2017-07-14 10:30:57 +02:00
Christian Boltz
db4b38ecad Merge pull request #56 from Vilican/patch-1
Updated Czech language
2017-07-12 18:54:37 +02:00
Matyáš Koc
1ea38f9c43 Updated Czech language
Corrected typos and mistakes, translated new strings
2017-07-12 17:51:18 +02:00
Christian Boltz
f18f16c004
move $CONF['edit_alias'] next to $CONF['alias_control'] 2017-07-09 14:33:44 +02:00
Christian Boltz
4d9a0717d0 Merge pull request #26 from medarion/master
added config option to disable "edit_alias" function for users
2017-07-09 14:32:09 +02:00
David Goodwin
e498a16da6 Merge pull request #55 from dresken/master
Fixed: php 5.4 array shortcut syntax errors on 5.3
2017-07-05 10:19:24 +01:00
Aaron Howell
cf72bf1dcc Fixed: php 5.4 array shortcut syntax errors on 5.3 2017-07-05 18:26:31 +10:00
Christian Boltz
be3b7412ca
update requirements and links in INSTALL.TXT
- add mariadb and sqlite to requirements
- add link to github
- several small changes
2017-07-02 13:18:28 +02:00
Christian Boltz
d4e77e7da6
Update/remove outdated information
- wiki link was outdated, fixed
- remove outdated note about SVN
- some whitespace fixes
2017-07-02 13:06:05 +02:00
David Goodwin
0951629a48 config.inc.php: debian has doveadm in /usr/bin not /usr/sbin 2017-06-25 18:49:32 +01:00
David Goodwin
5036b83ac2 fix debian changelog 2017-06-25 16:35:32 +01:00
Christian Boltz
be5fafa9fb
changelog update etc. for 3.1 release 2017-06-25 16:37:42 +02:00
Christian Boltz
7bb688121f
don't display database name and user in setup.php 2017-06-25 16:35:24 +02:00
Christian Boltz
c2ce2518e8
setup.php: check for and recommend config.local.php 2017-06-25 16:34:22 +02:00
Christian Boltz
e3a701ba24
drop fallback for templates_c, die() instead
Using /tmp/ as fallback is insecure (predictible filenames in a
world-writeable directory enable symlink attacks). Better die() with an
useful error message.
2017-06-25 15:59:53 +02:00
Christian Boltz
0ec24885e6
Non-empty ;-) favicon
We have to ship a favicon (see #44), so we can also include our logo
in it ;-)
2017-06-25 15:37:53 +02:00
Christian Boltz
4eaf0d98b9
Fix broadcast-message queries to work with postgresql
This is a follow-up fix as discussed on
https://github.com/postfixadmin/postfixadmin/pull/50
2017-06-25 14:46:21 +02:00
Christian Boltz
40a11c0186 Merge pull request #50 from danmdm/patch-1
Update broadcast-message.php to send broadcast message to active users only
2017-06-25 14:39:43 +02:00
Christian Boltz
a366654757
Better use Config::Lang instead of global $PALANG 2017-06-25 14:35:27 +02:00
David Goodwin
8508b8e119 global PALANG 2017-06-25 13:29:55 +01:00
Dan
3e4ac2ab73 Update broadcast-message.php
Send broadcast message to active users only. 
Without "active=1" condition in WHERE will clause a lot of "Recipient address rejected: User unknown in virtual mailbox table."
2017-06-23 13:23:16 +03:00
Christian Boltz
64f1593818
revert "support unicode domain names - see #47"
Unicode support is a much bigger can of worms (see the discussion in #47),
and having just a little part of unicode support in is a bad idea.

You can of course use the xn--whatever notation for unicode domains ;-)
2017-06-22 20:48:07 +02:00
David Goodwin
d2d066d13a empty favicon - see #44 2017-06-02 12:57:24 +01:00
David Goodwin
a09a3fa3b0 support unicode domain names - see #47 2017-06-02 12:54:34 +01:00
David Goodwin
3b481082c4 Update README.md 2017-05-26 10:15:44 +01:00