David Goodwin
c3a4a6ed8d
remove some comments from the top of vacation.pl; add links to file(s); remove unnecessary index.php
7 years ago
David Goodwin
d98e83e624
Merge pull request #61 from tkempf/Email-Sender
...
Replace Deprecated Mail::Sender by Email::Sender
7 years ago
tkempf
066a22cb42
Added forgotten use Statement for MIME:EncWords
7 years ago
tkempf
f2d4e6dbcc
Subject with non ASCII-chars still needs to be encoded
7 years ago
tkempf
34474a20e5
set default value for $no_vacation_pattern
7 years ago
tkempf
4660d65679
Renamed $novacation_pattern to $no_vacation_pattern + codestyle changes
7 years ago
David Goodwin
466bd6834c
Merge pull request #63 from Callidior/viewlog-page_size
...
Fix unquoted string array index in viewlog.php
7 years ago
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']`.
7 years ago
tkempf
c5dcbeb48d
Removed unused libraries MIME::Encwords and MIME::Base64
7 years ago
tkempf
79f8a63a46
Bugfix in Encoding of vacation mail. UTF-8 header was missing and the
...
mailbody is already utf8, so no need to recode
7 years ago
tkempf
cc3d5b13e8
Add Example for $novacation_pattern
7 years ago
tkempf
e5e9ce7674
When using STARTTLS the SSL_verifycn_name must be set to prevent SSL
...
Errors
7 years ago
tkempf
1653e58398
Bump Version to 4.1
...
Sending Mail now works at least without encryption
7 years ago
tkempf
b781195526
Replace deprecated Mail::Sender by Email::Sender
...
Add searchpath for local vacation.conf
7 years ago
Christian Boltz
bfaea973bd
Merge pull request #59 from lamby/correct-equals-plus-to-plus-equals-typos
...
Correct some "=+ 1" -> "+= 1" typos in setup.php.
7 years ago
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.
7 years ago
tkempf
27e336cd2c
Added novacation_pattern regexp to prevent sending vacation messages for
...
specific recipient addresses
7 years ago
Christian Boltz
db4b38ecad
Merge pull request #56 from Vilican/patch-1
...
Updated Czech language
7 years ago
Matyáš Koc
1ea38f9c43
Updated Czech language
...
Corrected typos and mistakes, translated new strings
7 years ago
Christian Boltz
f18f16c004
move $CONF['edit_alias'] next to $CONF['alias_control']
7 years ago
Christian Boltz
4d9a0717d0
Merge pull request #26 from medarion/master
...
added config option to disable "edit_alias" function for users
7 years ago
David Goodwin
e498a16da6
Merge pull request #55 from dresken/master
...
Fixed: php 5.4 array shortcut syntax errors on 5.3
7 years ago
Aaron Howell
cf72bf1dcc
Fixed: php 5.4 array shortcut syntax errors on 5.3
7 years ago
Christian Boltz
be3b7412ca
update requirements and links in INSTALL.TXT
...
- add mariadb and sqlite to requirements
- add link to github
- several small changes
7 years ago
Christian Boltz
d4e77e7da6
Update/remove outdated information
...
- wiki link was outdated, fixed
- remove outdated note about SVN
- some whitespace fixes
7 years ago
David Goodwin
0951629a48
config.inc.php: debian has doveadm in /usr/bin not /usr/sbin
7 years ago
David Goodwin
5036b83ac2
fix debian changelog
7 years ago
Christian Boltz
be5fafa9fb
changelog update etc. for 3.1 release
7 years ago
Christian Boltz
7bb688121f
don't display database name and user in setup.php
7 years ago
Christian Boltz
c2ce2518e8
setup.php: check for and recommend config.local.php
7 years ago
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.
7 years ago
Christian Boltz
0ec24885e6
Non-empty ;-) favicon
...
We have to ship a favicon (see #44 ), so we can also include our logo
in it ;-)
7 years ago
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
7 years ago
Christian Boltz
40a11c0186
Merge pull request #50 from danmdm/patch-1
...
Update broadcast-message.php to send broadcast message to active users only
7 years ago
Christian Boltz
a366654757
Better use Config::Lang instead of global $PALANG
7 years ago
David Goodwin
8508b8e119
global PALANG
7 years ago
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."
7 years ago
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 ;-)
7 years ago
David Goodwin
d2d066d13a
empty favicon - see #44
8 years ago
David Goodwin
a09a3fa3b0
support unicode domain names - see #47
8 years ago
David Goodwin
3b481082c4
Update README.md
8 years ago
David Goodwin
8bb1c4f459
update squirrelmail plugin
8 years ago
David Goodwin
27b835c161
remove php4 constructor; hide some cNav_bar variables and rename some variables
8 years ago
Martin Oemus
6a6e1c8352
use Config-class, check auth first, fixed redirect
8 years ago
Christian Boltz
7833ac9ab7
Merge pull request #24 from Janfred/broadcast_improvements
...
Broadcast improvements:
- allow to send to mailboxes only
- allow to send to only some domains
- allow domain admins to send to their domains - new config option $CONF['sendmail_all_admins']
8 years ago
Jan-Frederik Rieckers
54532e7cee
Fix issue with checkbox in broadcast
8 years ago
Jan-Frederik Rieckers
5712a35f71
Fix some Language issues in broadcast
8 years ago
Christian Boltz
8aecf3eae3
Merge branch 'master' into broadcast_improvements
8 years ago
Christian Boltz
88bd9bfd19
drop $db_conn parameter from escape_string()
...
Connection caching is now done in db_connect() which is a much better
place.
This reverts most of c253ef7dbd
8 years ago
Christian Boltz
6ee85ac6cc
Merge pull request #41 from froonix/mysqli-connect
...
Better static DB connection cache
(+ lots of whitespace fixes)
8 years ago