mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #811] How to receive email from other servers? #724
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#724
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ezhishui on GitHub (Dec 8, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/811
I have installed modoboa,but it can not receive any email from other email server because i am not sure whether my configuration of the email DNS is correct,for example:
the target receiver:u1@iwho.xyz
DNS:
A mail 111.200.55.28
MX @ mail.iwho.xyz.
CNAME smtp smtp.iwho.xyz
CNAME pop3 pop3.iwho.xyz
TXT @ v=spf1 include:spf.iwho.com ~all
The send email server comes error:
Name service error for name=iwho.xyz type=MX: Host not found
I do not know what is wrong.
Can you help me ,i am new here,thank you very much!
@SonRiab commented on GitHub (Dec 8, 2015):
the cname records seems wrong to me. see https://en.wikipedia.org/wiki/CNAME_record. should be CNAME smtp mail.iwho.xyz. and there is no a record for your main domain: A 111.200.55.28 should do the work. you maybe find this link helpful: http://mxtoolbox.com/SuperTool.aspx?action=smtp%3aiwho.xyz&run=toolpage
@ezhishui commented on GitHub (Dec 8, 2015):
@SonRiab Thank you.I modified cname and it works.
But i need help,guys:

@ezhishui commented on GitHub (Dec 8, 2015):
I have sent a mail from 126.com to u1@iwho.xyz.It was rejected by my server,what does it means?Anything
went wrong?
@ezhishui commented on GitHub (Dec 8, 2015):
Help,Help!
@xpunkt commented on GitHub (Dec 8, 2015):
ezhishui skrev den 2015-12-08 12:07:
you miss to define where root reads mails, when done dovecot-lmtp would
not say unknown user :)
the error is in postfix/sendmail alias database for how and where unix
users is mapped to non priviledged user logins
for postfix its in /etc/mail/aliasses find the line with root: and
change it to a mailaddress local or external, local have no @, external
have, the most important is that dovecot knows this user else it will
reject as your example shows
root: me@junc.eu
newaliasses
postfix reload
testing
sendmail -bv root
did it work ? :=)
and no you should not put my email in your alias database it just how i
did
@xpunkt commented on GitHub (Dec 8, 2015):
https://dmarcian.com/spf-survey/iwho.xyz
@ezhishui commented on GitHub (Dec 8, 2015):
@xpunkt Thank you.
![Uploading 20151209003915.jpg…]()
It works,i create user root then the error "User does not exist"no longer appears.
But what confused me is :
Connect from to
THen NOQUEUE reject
Then disconnect.
Then WARNING.
@ezhishui commented on GitHub (Dec 8, 2015):
Spf susspended ,i just want to learn send receive mail😊😊