Update README.md
This commit is contained in:
@@ -333,17 +333,19 @@ TXT mail._domainkey "v=DKIM1; h=sha256; k=rsa; p='long value that you can see
|
|||||||
CAA domain issue "letsencrypt.org"
|
CAA domain issue "letsencrypt.org"
|
||||||
PTR domain mail.domain
|
PTR domain mail.domain
|
||||||
|
|
||||||
|
```
|
||||||
sudo yunohost diagnosis run
|
sudo yunohost diagnosis run
|
||||||
|
```
|
||||||
|
```
|
||||||
sudo yunohost service status | grep -E "postfix|dovecot|rspamd|opendkim"
|
sudo yunohost service status | grep -E "postfix|dovecot|rspamd|opendkim"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sudo postconf myhostname
|
sudo postconf myhostname
|
||||||
sudo grep -R "mail.domain" /etc/opendkim /etc/postfix /etc/dovecot 2>/dev/null
|
sudo grep -R "mail.domain" /etc/opendkim /etc/postfix /etc/dovecot 2>/dev/null
|
||||||
|
|
||||||
|
|
||||||
Which ports are open? ->
|
Which ports are open? ->
|
||||||
IMAP
|
IMAP
|
||||||
sudo ss -tln | grep -E ":143|:993"
|
sudo ss -tln | grep -E ":143|:993"
|
||||||
@@ -368,26 +370,36 @@ openssl s_client -starttls imap -connect domain:143
|
|||||||
|
|
||||||
|
|
||||||
Is SMTP Authentication working ->
|
Is SMTP Authentication working ->
|
||||||
|
```
|
||||||
doveadm auth test furk4ngg@domain
|
doveadm auth test furk4ngg@domain
|
||||||
|
```
|
||||||
>auth succeeded
|
>auth succeeded
|
||||||
|
|
||||||
|
|
||||||
Can LDAP see the email address? ->
|
Can LDAP see the email address? ->
|
||||||
|
```
|
||||||
postmap -q "furk4ngg@domain" ldap:/etc/postfix/ldap-accounts.cf
|
postmap -q "furk4ngg@domain" ldap:/etc/postfix/ldap-accounts.cf
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
What is the mail server hostname? ->
|
What is the mail server hostname? ->
|
||||||
|
```
|
||||||
sudo postconf myhostname
|
sudo postconf myhostname
|
||||||
|
```
|
||||||
>myhostname = domain
|
>myhostname = domain
|
||||||
|
|
||||||
|
|
||||||
Verify the mail domains ->
|
Verify the mail domains ->
|
||||||
|
```
|
||||||
sudo yunohost user info furk4ngg
|
sudo yunohost user info furk4ngg
|
||||||
|
```
|
||||||
>mail:furk4ngg@domain
|
>mail:furk4ngg@domain
|
||||||
|
|
||||||
|
|
||||||
Which domains accept mail? ->
|
Which domains accept mail? ->
|
||||||
|
```
|
||||||
sudo cat /etc/postfix/virtual-mailbox-domains
|
sudo cat /etc/postfix/virtual-mailbox-domains
|
||||||
|
```
|
||||||
|
|
||||||
Show the dedicated sender addresses used by applications (Nextcloud, Synapse, etc.) ->
|
Show the dedicated sender addresses used by applications (Nextcloud, Synapse, etc.) ->
|
||||||
sudo postmap -s /etc/postfix/app_senders_login_maps
|
sudo postmap -s /etc/postfix/app_senders_login_maps
|
||||||
|
|||||||
Reference in New Issue
Block a user