froxlor / Froxlor

The server administration software for your needs - The official Froxlor development Git repository
http://www.froxlor.org
GNU General Public License v2.0
1.63k stars 458 forks source link

Can't change catchall e-mail address #1288

Closed LordSimal closed 4 days ago

LordSimal commented 4 days ago

Describe the bug When trying to change the active catchall e-mail address froxlor doesn't save the new catchall.

System information

To Reproduce Steps to reproduce the behavior:

  1. Login as admin to the froxlor panel
  2. Go to a customer which has multiple e-mail accounts present AND an active catchall mail address
  3. Try to change the active catchall mail address to another email address

Expected behavior Froxlor changes the active catchall email address to the new one AND removes the flag from the old one

Additional context Looking through the github repo i recognised, that the database field in mail_virtual is called iscatchall BUT the HTML form input name for the catchall input box is mail_catchall

Therefore, I tried to just change the input name from mail_catchall to iscatchall and save again which seems to work.

d00p commented 4 days ago

confirmed, weird, thanks for the find :)