sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
648 stars 446 forks source link

No postmaster email adress created by default #143

Closed michelsup closed 8 months ago

michelsup commented 9 years ago

When you create a domain in sentora, it creates it with a MX record. Per RCF1123, 5.2.7 RCPT Command : "A host that supports a receiver-SMTP MUST support the reserved mailbox "Postmaster" Some DNS do reject updates when the domain do not comply with RFCs. It would be great to implement an automation correcting this issue.

TGates71 commented 9 years ago

Also, abuse@ and webmaster@ should be included for that matter. But, automation is second thought as when manually created you create the passwords to your choice....

PhilipMcGaw commented 9 years ago

Creating them with an unknown password is not an issue and have them all drop into the postmaster mailbox.

Then it is up to the user to either reset the password, ignore them all, or forward them into another account.

Philip McGaw www.philipmcgaw.com 07969502077

@Philip_McGaw

On 28 Mar 2015, at 23:46, TGates notifications@github.com wrote:

Also, abuse@ and webmaster@ should be included for that matter. But, automation is second thought as when manually created you create the passwords to your choice....

— Reply to this email directly or view it on GitHub.

michelsup commented 9 years ago

Are these two mandatory regarding DNS RFCs ? I thought they were for webservers only. https://www.ietf.org/rfc/rfc2142.txt I think we can use the account password for the postmaster email, with a reminder somewhere in the mailboxes page.

ryucz commented 9 years ago

Maybee these accounts should be redirected to server admin, instead of user itself.

ghost commented 9 years ago

Creating mailbox postmaster could add passowrd to password.txt like a mysql root passwords.

michelsup commented 9 years ago

@ryucz It's up to the owner to take care of the husbandry of his site/domain. @CasteyDaSilva Good idea.

TGates71 commented 8 months ago

As stated above, the server owner/manager is responsible for correctly setting this up. Also, some servers may not have the email module enabled (depending on the server's purpose) and auto-creation will fail.