Sendonly - #670
Open
Jan-Kruis wants to merge 2 commits into
Open
Conversation
allows the administrator to make a mailbox sendonly or not, for example a noreply mailbox the following file have been changed DOCUMENTS/DOVECOT.txt DOCUMENTS/POSTFIX_CONF.txt DOCUMENTS/Postfix-Dovecot-Postgresql-Example.md config.inc.php configs/menu.conf languages/en.lang languages/nl.lang model/MailboxHandler.php public/upgrade.php templates/list-virtual_mailbox.tpl public/editsendonly.php also the sql query for dovecot and if desired also postfix must be adjusted for dovecot see DOCUMENTS/DOVECOT.txt for postfix see DOCUMENTS/Postfix-Dovecot-Postgresql-Example.md for a quick adjustment of the sendonly status a file has been added to <POSTFIXADMIN_ROOT_DIR>/public/ editsendonly.php this is derived from editactive.php in config.inc.php or config.local.php you can indicate at $CONF[sendonly] whether you want to use the function sendonly or not the variable sendonly is placed in the table 'mailbox' after the variable active
allows the administrator to make a mailbox sendonly or not, for example a noreply mailbox the following file have been changed DOCUMENTS/DOVECOT.txt DOCUMENTS/POSTFIX_CONF.txt DOCUMENTS/Postfix-Dovecot-Postgresql-Example.md config.inc.php configs/menu.conf languages/en.lang languages/nl.lang model/MailboxHandler.php public/upgrade.php templates/list-virtual_mailbox.tpl public/editsendonly.php also the sql query for dovecot and if desired also postfix must be adjusted for dovecot see DOCUMENTS/DOVECOT.txt for postfix see DOCUMENTS/Postfix-Dovecot-Postgresql-Example.md for a quick adjustment of the sendonly status a file has been added to <POSTFIXADMIN_ROOT_DIR>/public/ editsendonly.php this is derived from editactive.php in config.inc.php or config.local.php you can indicate at $CONF[sendonly] whether you want to use the function sendonly or not the variable sendonly is placed in the table 'mailbox' after the variable active
|
I was managing mailservers for more than a decade long, and i would like you to consider some of my cases, and thoughts:
You see, the sample case of "sendonly like noreply@" is mostly solved by other ways, so i would suggest to find cases that better fit as a sendonly mailbox. One example i could think is to enable different sender accounts for the same mailaddress, so one can also control which user is alowed to send (by permitting the sender account to use that email as sender address) Anyway i like some of your solutions, for example the sql query with REJECT / OK based on sender only |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
send only
allows the administrator to make a mailbox sendonly or not, for example a noreply mailbox
the following file have been changed
DOCUMENTS/DOVECOT.txt
DOCUMENTS/POSTFIX_CONF.txt
DOCUMENTS/Postfix-Dovecot-Postgresql-Example.md
config.inc.php
configs/menu.conf
languages/en.lang
languages/nl.lang
model/MailboxHandler.php
public/upgrade.php
templates/list-virtual_mailbox.tpl
public/editsendonly.php
also the sql query for dovecot and if desired also postfix must be adjusted
for dovecot see DOCUMENTS/DOVECOT.txt
for postfix see DOCUMENTS/Postfix-Dovecot-Postgresql-Example.md
for a quick adjustment of the sendonly status a file has been added to <POSTFIXADMIN_ROOT_DIR>/public/
editsendonly.php this is derived from editactive.php
in config.inc.php or config.local.php you can indicate at $CONF[sendonly] whether you want to use the function sendonly or not
the variable sendonly is placed in the table 'mailbox' after the variable active