Update README.md
This commit is contained in:
@@ -282,7 +282,7 @@ CTRL + F5
|
|||||||
|
|
||||||
-Mail Ayarlari-
|
-Mail Ayarlari-
|
||||||
(Cloudflare)
|
(Cloudflare)
|
||||||
MX domain domain (Priority 10)
|
MX domain mail.domain (Priority 10)
|
||||||
TXT domain "v=spf1 a mx -all"
|
TXT domain "v=spf1 a mx -all"
|
||||||
TXT _dmarc "v=DMARC1; p=none"
|
TXT _dmarc "v=DMARC1; p=none"
|
||||||
TXT mail._domainkey "v=DKIM1; h=sha256; k=rsa; p='long value that you can see in diagnosis screen'"
|
TXT mail._domainkey "v=DKIM1; h=sha256; k=rsa; p='long value that you can see in diagnosis screen'"
|
||||||
@@ -303,30 +303,55 @@ dig -x IPV4 +short
|
|||||||
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
|
||||||
|
|
||||||
|
Hangi portların açık olduğu ->
|
||||||
|
IMAP
|
||||||
sudo ss -tln | grep -E ":143|:993"
|
sudo ss -tln | grep -E ":143|:993"
|
||||||
>143 → IMAP + STARTTLS
|
>143 → IMAP + STARTTLS
|
||||||
>993 → IMAPS (SSL/TLS)
|
>993 → IMAPS (SSL/TLS)
|
||||||
|
|
||||||
|
SMTP
|
||||||
sudo ss -tln | grep -E ":25|:465|:587"
|
sudo ss -tln | grep -E ":25|:465|:587"
|
||||||
>✅ 25
|
>✅ 25
|
||||||
>❌ 465
|
>❌ 465
|
||||||
>✅ 587
|
>✅ 587
|
||||||
|
|
||||||
|
|
||||||
|
STARTTLS gerçekten çalışıyor mu ->
|
||||||
|
SMTP
|
||||||
openssl s_client -starttls smtp -connect domain:587
|
openssl s_client -starttls smtp -connect domain:587
|
||||||
>Verify return code: 0 (ok)
|
>Verify return code: 0 (ok)
|
||||||
|
|
||||||
|
IMAP
|
||||||
openssl s_client -connect domain:993
|
openssl s_client -connect domain:993
|
||||||
openssl s_client -starttls imap -connect domain:143
|
openssl s_client -starttls imap -connect domain:143
|
||||||
|
|
||||||
|
|
||||||
|
SMTP Authentication çalışıyor mu? ->
|
||||||
doveadm auth test furk4ngg@domain
|
doveadm auth test furk4ngg@domain
|
||||||
>auth succeeded
|
>auth succeeded
|
||||||
|
|
||||||
|
|
||||||
|
LDAP mail adresini görüyor mu? ->
|
||||||
postmap -q "furk4ngg@domain" ldap:/etc/postfix/ldap-accounts.cf
|
postmap -q "furk4ngg@domain" ldap:/etc/postfix/ldap-accounts.cf
|
||||||
|
|
||||||
|
|
||||||
|
Mail sunucusunun hostname'i ->
|
||||||
|
sudo postconf myhostname
|
||||||
|
>myhostname = domain
|
||||||
|
|
||||||
|
|
||||||
|
Mail domainlerini kontrol ->
|
||||||
|
sudo yunohost user info furk4ngg
|
||||||
|
>mail:furk4ngg@domain
|
||||||
|
|
||||||
|
|
||||||
|
Hangi domainler mail kabul eder ->
|
||||||
|
sudo cat /etc/postfix/virtual-mailbox-domains
|
||||||
|
|
||||||
|
Bu uygulamaların (Nextcloud, Synapse vb.) kullandığı özel gönderen adreslerini gösterir. ->
|
||||||
|
sudo postmap -s /etc/postfix/app_senders_login_maps
|
||||||
|
|
||||||
|
|
||||||
# IMAP SETTINGS
|
# IMAP SETTINGS
|
||||||
Server: domain
|
Server: domain
|
||||||
|
|
||||||
@@ -374,11 +399,8 @@ sudo opendkim-testkey -d domain -s mail -vvv
|
|||||||
|
|
||||||
/baska maillerden yonlendirme hesabi/
|
/baska maillerden yonlendirme hesabi/
|
||||||
|
|
||||||
sudo systemctl status postfix --no-pager
|
|
||||||
sudo ss -tlnp | grep -E ":25|:465|:587"
|
|
||||||
openssl s_client -connect domain:465 -brief
|
|
||||||
openssl s_client -starttls smtp -connect domain:587 -brief
|
|
||||||
|
|
||||||
|
# TEST ADRESSES
|
||||||
https://dmarcdkim.com/tools/check-dkim-record?domain=domain
|
https://dmarcdkim.com/tools/check-dkim-record?domain=domain
|
||||||
https://www.mail-tester.com/
|
https://www.mail-tester.com/
|
||||||
and Blacklist check -> https://mxtoolbox.com/SuperTool.aspx
|
and Blacklist check -> https://mxtoolbox.com/SuperTool.aspx
|
||||||
@@ -386,13 +408,12 @@ SPF Test -> https://mxtoolbox.com/spf.aspx
|
|||||||
Domain Health Report -> https://mxtoolbox.com/emailhealth/
|
Domain Health Report -> https://mxtoolbox.com/emailhealth/
|
||||||
SEO TEST -> https://www.seobility.net/en/seocheck/
|
SEO TEST -> https://www.seobility.net/en/seocheck/
|
||||||
|
|
||||||
|
|
||||||
If its all good
|
If its all good
|
||||||
dmarc@domain diye yeni hesap acmali yunohostta
|
dmarc@domain diye yeni hesap acmali yunohostta
|
||||||
TXT _dmarc "v=DMARC1; p=reject; rua=mailto:dmarc@domain; adkim=s; aspf=s; pct=100"
|
TXT _dmarc "v=DMARC1; p=reject; rua=mailto:dmarc@domain; adkim=s; aspf=s; pct=100"
|
||||||
|
|
||||||
|
|
||||||
Test it -> https://easydmarc.com/tools/dmarc-lookup
|
Test it -> https://easydmarc.com/tools/dmarc-lookup
|
||||||
|
|
||||||
|
|
||||||
Maillerin Yunohost/Users icinde gozukur
|
Maillerin Yunohost>Users icinde gozukur
|
||||||
You can connect and use your mail with these mail providers:Thunderbird,Gmail,Outlook,Proton Mail
|
You can connect and use your mail with these mail providers:Thunderbird,Gmail,Outlook,Proton Mail
|
||||||
|
|||||||
Reference in New Issue
Block a user