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

84 Commits

Author SHA1 Message Date
Davide Beatrici
3934add185 DOCUMENTS: Configure "smtpd_sender_login_maps" in Dovecot & PostgreSQL example
A short explanation is also added.
2021-11-28 14:42:29 +01:00
David Goodwin
ed1dc78816
Update HASHING.md 2021-11-21 15:35:44 +00:00
Yudi Purwanto
9d65a5004c
Change notication to notification 2021-11-19 16:24:17 +07:00
Mirko Vogt
e467af14e1 default $transport_maps: exclude results where transport='virtual'
Modify the default query for $transport_maps to exclude all entries
which have the transport set to 'virtual'.

Postfixadmin sets the transport for domains to 'virtual' by default,
which is a rather unfortunate choice when enabling transport_maps, as
it will direct postfix to use the 'virtual' transport as defined in
master.cf, which most likely is not what the user intended.
The user most likely still wants emails being delivered to virtual
mailboxes, via the transport defined per $virtual_transport.

$virtual_transport however is only a fallback, which applies if
$transport_maps is either undefined or the table lookup it refers to
fails.

Hence excluding domains where transport is set to 'virtual', which
by default and therewith in most cases probably means all domains
ever created by postfixadmin.

This results in the query returning no results, leading to postfix
falling back to the transport defined in $virtual_transport.
2021-11-12 17:12:52 +01:00
David Goodwin
0b9b7db917 Merge remote-tracking branch 'origin/master' into feature-improve-pacrypt 2021-09-29 18:04:49 +01:00
Thanassis Zakopoulos
cbac254d60
Update Password_Expiration.md
This line should be like this:

        echo -e "Dear User, \n Your password will expire on ${RESULT[1]}" | mail -s "Password $INTERVAL days before expiration notication" -r $REPLY_ADDRESS  ${RESULT[0]} 


instead of 

        echo -e "Dear User, \n Your password will expire on ${RESULT[1]}" | mail -s "Password 30 days before expiration notication" -r $REPLY_ADDRESS  ${RESULT[0]} 

otherwise the subject will always be 30 days no matter what the $INTERVAL is
2021-07-23 12:56:03 +03:00
David Goodwin
28a4baf857 Merge remote-tracking branch 'origin/feature-improve-pacrypt' into feature-improve-pacrypt 2021-07-07 21:45:25 +01:00
David Goodwin
c3d3978daf
Update README.md
refresh screenshots with bootstrap theme etc.
2021-06-12 21:23:06 +01:00
David Goodwin
e9cea4d4c4 update screenshots perhaps 2021-06-12 21:09:42 +01:00
David Goodwin
8bd608e2f2
Update HASHING.md
reformat so it might look better in plain text
2021-05-24 20:56:07 +01:00
David Goodwin
659b242b59 merge fix 2021-05-15 21:28:19 +01:00
Andrey Miroshnichenko
9cda7f402c
Minor fixes of the password expiration checker script example. 2021-05-13 00:54:41 +03:00
David Goodwin
543285a203 add SSHA format, add some specific courier algorithms, try and partially update docs 2021-05-09 21:31:53 +01:00
David Goodwin
cc2e049050 see: https://github.com/postfixadmin/postfixadmin/issues/468 - token docs on possible migration 2021-03-07 13:34:39 +00:00
David Goodwin
3979e17499 token updates 2021-01-29 21:19:07 +00:00
David Goodwin
154629d732 remove out of date bits 2021-01-29 21:18:47 +00:00
David Goodwin
cfe08d14f5 rename / merge shell script 2021-01-29 21:14:35 +00:00
David Goodwin
96d071dffd add something to the FAQ to help people find error messages 2021-01-26 19:06:19 +00:00
David Goodwin
7ec7f10290 reference config.local.php 2021-01-26 09:35:42 +00:00
David Goodwin
988d5f2996 add another link 2021-01-14 20:20:31 +00:00
David Goodwin
9e63152c0c try and document recent Dovecot permissions problems 2021-01-14 19:53:15 +00:00
David Goodwin
b7c247606f some initial documentation on password hashing for Postfixadmin, probably incomplete, probably contains errors but may be better than nothing 2021-01-12 22:05:48 +00:00
Seff
16848abb8b
Fixed linebreak typo in user_query SQL 2020-12-25 10:44:03 +05:30
David Goodwin
07805ec6c6
Update Postfix-Dovecot-Postgresql-Example.md
v v v v v vmail .....
2020-09-23 11:55:57 +01:00
David Goodwin
8658ed7083
Update Postfix-Dovecot-Postgresql-Example.md
typo fix via Raul (emailed).
2020-09-23 11:45:02 +01:00
David Goodwin
6edbda45e2
Merge pull request #321 from adrium/transport-map-support
POSTFIX_CONF.txt: Add transport map support
2020-03-01 20:02:39 +00:00
Veit
eb83a0aa3f Update dovecot documentation
- added quota2 table dict template for dovecot 1.2 and newer to dovecot
  documentation
2020-02-21 23:33:26 +01:00
Adrian
47618bf5a3 POSTFIX_CONF.txt: Add transport map support 2019-12-29 16:59:28 +01:00
Christian Boltz
06f57767bd
DOVECOT.TXT: update user_query for postgresql and some cleanup
- update postgresql user_query to include quota_rule
- drop partial user_query without quota_rule
- some whitespace fixes
2019-11-11 18:08:58 +01:00
Christian Boltz
125113d83c
POSTFIX_CONF.txt: make queries pgsql-compatible
... by changing WHERE ...=1 to WHERE ...='1' which should work with both
mysql and postgresql.

Reported by xpoint on IRC.
2019-11-05 23:15:07 +01:00
Akhil Jalagam
0f64f22a7e
a small mistake in user_query with quota
mistake in user_query with quota enabled for dovecot 1.2+
It took two days for me to find this issue.

Thank you,
Akhil
2019-08-23 17:28:36 +05:30
Akhil Jalagam
1941f970bd
Update DOVECOT.txt
a small mistake in documentation for imap quota.
2019-08-13 18:02:29 +05:30
David Goodwin
3fc5c74040 drop old / invalid postfix paramaeters - see #262 2019-04-12 19:52:53 +01:00
David Goodwin
9c476be17f move into DOCUMENTS 2018-12-28 19:20:40 +00:00
David Goodwin
2dc502e684 add postfix postgresql dovecot example to DOCUMENTS - see #136 2018-02-15 10:08:20 +00:00
David Goodwin
220f8289c7 see #129 - add hint 2018-02-02 14:23:53 +00:00
David Goodwin
68934539bf see #129 - be consistent over mail root dir 2018-02-02 14:21:42 +00:00
Christian Boltz
75bcf3091b
Fix instructions for templates_c directory in UPGRADE.txt
Also add instructions for SELinux, and fix the version number describing
since when templates_c is used.

Fixes: https://github.com/postfixadmin/postfixadmin/issues/119
2018-01-13 18:18:10 +01:00
David Goodwin
90d3a0ded7 see #86 - remove unnecessary config user/group 2017-11-02 21:55:28 +00:00
David Goodwin
25f50f262d update for https://github.com/postfixadmin/postfixadmin/issues/66 2017-08-15 09:29:04 +01:00
Christian Boltz
1a22118453 POSTFIX_CONF.txt:
- add note that active=1 needs to be changed to active='t' when using 
  PostgreSQL
  https://sourceforge.net/p/postfixadmin/discussion/676076/thread/016fe62e/
- move around note about concat() vs. PostgreSQL


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1682 a1433add-5e2c-0410-b055-b7f2511e0802
2014-07-22 20:36:22 +00:00
David Goodwin
5db370fdb3 add sasl auth listener config, a few more comments etc
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1628 a1433add-5e2c-0410-b055-b7f2511e0802
2014-01-21 15:38:11 +00:00
David Goodwin
a0d07df3db typo fix
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1627 a1433add-5e2c-0410-b055-b7f2511e0802
2014-01-21 14:55:11 +00:00
David Goodwin
7f40cc071c DOVECOT.txt: update configuration for dovecot for version 1.2.x (Debian Wheezy)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1619 a1433add-5e2c-0410-b055-b7f2511e0802
2014-01-02 17:09:54 +00:00
Christian Boltz
beffb3ec85 r1595 accidently included more changed files than it should.
This commit contains some dummy changes to get a proper changelog
attached to those files.

VacationHandler:
- (r1595) rewrite based on PFAHandler (not useable yet)
- (this commit) add a dummy init() function that calls die()

DOCUMENTS/DOVECOT.txt:
- (r1595) TODO note
- (this commit) remove the TODO note again

CHANGELOG.TXT:
- (r1595) include changes of 2.3.4, 2.3.5 and 2.3.6 (copied from 2.3 branch)
- (r1595) update some notes about SVN version (still far from complete)	


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1596 a1433add-5e2c-0410-b055-b7f2511e0802
2013-12-01 22:29:25 +00:00
Christian Boltz
57f4ad0b75 functions.inc.php pacrypt():
- for 'system' encryption, use full hashed password as salt 
  https://sourceforge.net/p/postfixadmin/bugs/2/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1595 a1433add-5e2c-0410-b055-b7f2511e0802
2013-12-01 21:48:14 +00:00
Christian Boltz
182485e9d9 POSTFIX_CONF.txt:
- add note about virtual_mailbox_base


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1429 a1433add-5e2c-0410-b055-b7f2511e0802
2013-02-19 12:47:52 +00:00
Christian Boltz
3556e4bfda SUPERADMIN.txt:
- replace SQL instructions to create a superadmin with a note about setup.php

SECURITY.txt:
- add a note about permissions needed by setup.php
- add note about templates_c directory


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1157 a1433add-5e2c-0410-b055-b7f2511e0802
2011-07-31 23:15:41 +00:00
Christian Boltz
412fe0fa48 UPGRADE.txt:
- renumbering headlines


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@941 a1433add-5e2c-0410-b055-b7f2511e0802
2011-01-08 19:53:37 +00:00
Christian Boltz
fc4b51d938 various documentation updates:
INSTALL.TXT:
- added a note to read the official PostfixAdmin documentation first,
  and that "external" HOWTOs on the web are often outdated or incomplete.
  That might sound selfish, but would already have saved several users
  some time.
- updated some links
- added link to the wiki
- added hint about config.local.php
- added note about write access for templates_c directory for www-data

UPGRADE.txt
- added note about setup.php?debug=1
- added note about postfix config update (alias domains)
- added note about templates_c permissions


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@937 a1433add-5e2c-0410-b055-b7f2511e0802
2011-01-06 20:01:21 +00:00