Send mail as admin

Hi,

initially I installed MIAB for domain mail.dd.tld with the same hostname.
Entered admin@mail.dd.tld as a administrator account and everything was fine.

Then after making some account under actual domain (dd.tld) automatic alias admin@dd.tld for admin@mail.dd.tld was made. But historically admin@dd.tld where used for sending mail from administrator’s .

Unfortunately MIAB do not let me send mail from admin@dd.tld anymore and admin@ alias can’t be undone. so the separate mailbox can be made.

Is it fixable somehow? Or how hard is to replace MIAB’s admin account admin@mail.dd.tld with admin@dd.tld?

EDIT: looking at the automatically made forwards, I realized how bad idea was to use admin@ as administrators account name. Can it be changed later? Will it fix sending mail as admin@dd.tld problem? Where admin account details is stored in MIAB anyway?

I figured it out.
When manually modify database to allow send mail as admin@dd.tld, then it works

sqlite3 /home/user-data/mail/users.sqlite

sqlite> UPDATE aliases SET permitted_senders=‘admin@mail.dd.tld’ WHERE source=‘admin@dd.tld’;
sqlite> .exit

will see if it lasts and what other consequences come with this, but right now it works.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.