This doesn't work. I want it to work like that, but it doesn't
It only works when I add A record like this:
name:mail.mywebsite.se
A, mypublicip, 0, 120
Search found 29 matches
- 2019-09-15 15:50
- Forum: General discussions
- Topic: DNS MX settings
- Replies: 4
- Views: 1253
- 2019-09-15 14:05
- Forum: General discussions
- Topic: DNS MX settings
- Replies: 4
- Views: 1253
DNS MX settings
I have these settings for a website and they work flawlessly. I can send and receive mail for that domain. mywebsite.se MX, mail1.beebyte.se, 10, 86400 mywebsite.se A, 185.133.206.78, 0, 3600 www.mywebsite.se A, 185.133.206.78, 0, 3600 So why couldn't I just switch MX from "mail1.beebyte.se" to my i...
- 2019-09-13 23:17
- Forum: General discussions
- Topic: Send mail port 587
- Replies: 13
- Views: 4232
Re: Send mail port 587
Thanks mattg.
This was good
This was good
- 2019-09-13 23:07
- Forum: General discussions
- Topic: Send mail port 587
- Replies: 13
- Views: 4232
Re: Send mail port 587
In what purpose do they listen to 587? For sending mail from clients?
- 2019-09-13 22:56
- Forum: General discussions
- Topic: Send mail port 587
- Replies: 13
- Views: 4232
Re: Send mail port 587
Just curious. What happens if you send email from one server to another through 587 tls.
Let's say, for example, gmail sends mail to hotmail. (from bob@gmail.com to tom@hotmail.com)
Will hotmail handle this anyway, or just ignore it? Anyone tested?
Let's say, for example, gmail sends mail to hotmail. (from bob@gmail.com to tom@hotmail.com)
Will hotmail handle this anyway, or just ignore it? Anyone tested?
- 2019-09-08 15:02
- Forum: General discussions
- Topic: Send mail port 587
- Replies: 13
- Views: 4232
Re: Send mail port 587
So if someone use SSL it's only secure within the own network? Later when sent out it's plain text?
- 2019-09-08 14:26
- Forum: General discussions
- Topic: Send mail port 587
- Replies: 13
- Views: 4232
Re: Send mail port 587
Don't they receive 465 ssl or 587 tls?
- 2019-09-08 14:02
- Forum: General discussions
- Topic: Send mail port 587
- Replies: 13
- Views: 4232
Send mail port 587
So I'm trying to send mail through port 587, because 25 is blocked. As you can see in the log, it connects internally through 587, but then it tries to connect to gmail through port 25. What should I do? "DEBUG" 3924 "2019-09-08 13:51:15.313" "Creating session 148" "TCPIP" 3924 "2019-09-08 13:51:15....
- 2019-09-06 17:04
- Forum: General discussions
- Topic: Sending mail doesn't work
- Replies: 20
- Views: 5681
Re: Sending mail doesn't work
mikedibella, what do you suggest I change?
- 2019-09-06 16:21
- Forum: General discussions
- Topic: Sending mail doesn't work
- Replies: 20
- Views: 5681
Re: Sending mail doesn't work
Yes. mailout.telia.com is remote host name/ISP because port 25 is blocked.
I changed name to almighty.se, and data: v=spf1 a mx ptr mx:mailout.telia.com ptr:mailout.telia.com mx:mail.almighty.se ptr:mail.almighty.se -all
Still junk
I changed name to almighty.se, and data: v=spf1 a mx ptr mx:mailout.telia.com ptr:mailout.telia.com mx:mail.almighty.se ptr:mail.almighty.se -all
Still junk

- 2019-09-06 11:03
- Forum: General discussions
- Topic: Sending mail doesn't work
- Replies: 20
- Views: 5681
Re: Sending mail doesn't work
name: mail.almighty.se
data: "v=spf1 a:mailout.telia.com -all"
still goes to junk
data: "v=spf1 a:mailout.telia.com -all"
still goes to junk
- 2019-09-06 10:45
- Forum: General discussions
- Topic: Sending mail doesn't work
- Replies: 20
- Views: 5681
Re: Sending mail doesn't work
Like this ?
name:mail.almighty.se, type:TXT, data: "v=spf1 include:mailout.telia.com -all", prio: 0, ttl: 120
name:mail.almighty.se, type:TXT, data: "v=spf1 include:mailout.telia.com -all", prio: 0, ttl: 120
- 2019-09-06 09:18
- Forum: General discussions
- Topic: Sending mail doesn't work
- Replies: 20
- Views: 5681
Re: Sending mail doesn't work
In hmailserver, local host name is already: mail.almighty.se
However in my php.ini file, smtp = localhost. When I change localhost to mail.almighty.se hmailserver log shows the ip 192.168.1.1 instead of 127.0.0.1.
Still no good
However in my php.ini file, smtp = localhost. When I change localhost to mail.almighty.se hmailserver log shows the ip 192.168.1.1 instead of 127.0.0.1.
Still no good
- 2019-09-05 19:23
- Forum: General discussions
- Topic: Sending mail doesn't work
- Replies: 20
- Views: 5681
Re: Sending mail doesn't work
I use my isp's smtp as the remote host name now, it works, but the mail ends up in spam. What can I do?
- 2019-09-05 17:48
- Forum: General discussions
- Topic: Sending mail doesn't work
- Replies: 20
- Views: 5681
Re: Sending mail doesn't work
Cant find SMTPC in the log file, only SMTPD.
- 2019-09-05 14:44
- Forum: General discussions
- Topic: Sending mail doesn't work
- Replies: 20
- Views: 5681
Re: Sending mail doesn't work
I'm not using relay.
- 2019-09-05 14:04
- Forum: General discussions
- Topic: Sending mail doesn't work
- Replies: 20
- Views: 5681
Sending mail doesn't work
Hello. I'm trying to send mail from local mail server to my hotmail, but I don't get the mail. However, sending mail from hotmail to local mail server works fine. The log file says: "SMTPD" 324 44187 "2019-09-05 13:52:00.791" "127.0.0.1" "SENT: 220 ADMIN-DATOR ESMTP" "SMTPD" 324 44187 "2019-09-05 13...
- 2019-08-29 03:06
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
Mikedibella, thanks for the reply.
Then I guess I have to consider email forwarding if my isp doesn't have another solution.
But shuldn't I be able to receive mail if the blocking is only outbound?
Then I guess I have to consider email forwarding if my isp doesn't have another solution.
But shuldn't I be able to receive mail if the blocking is only outbound?
- 2019-08-29 00:27
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
Can I change the port to something else, and add the port in the dns settings?
- 2019-08-29 00:01
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
jimimaseye
Didn't I write that I had tried the advise as well?
This is the record I created.
Name:mail.almighty.se type:A data:81.225.141.114 prio: 0 tll:3600
Still not working.
Didn't I write that I had tried the advise as well?
This is the record I created.
Name:mail.almighty.se type:A data:81.225.141.114 prio: 0 tll:3600
Still not working.
- 2019-08-28 23:49
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
Actually, I dont know. Thats why I'm here and asking 

- 2019-08-28 23:39
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
I tried that to now, doesn't work. I dont think that matters because the settings for another domain that works looks like this: Name : awebsite.se, type : MX, Data : mail1.beebyte.se, Prio : 10, TTL 86400 Name : awebsite.se, type : A, Data : "185.133.206.78", Prio : 0, TTL 3600 Name : www.awebsite....
- 2019-08-28 23:13
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
the ip you wrote is the one I have instead of where I wrote "mypublicip".
so the setup is already correct, right?
so the setup is already correct, right?
- 2019-08-28 22:24
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
Okay.
So how do I create an A record and associate it with mail.almighty.se.
Or how should it be done?
So how do I create an A record and associate it with mail.almighty.se.
Or how should it be done?
- 2019-08-28 22:03
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
domain settings: Name: almighty.se, type: MX, Data : mail.almighty.se, Prio : 10, TTL 86400 Name : almighty.se, type : A, Data : "mypublicip", Prio : 0, TTL 3600 Name : www.almighty.se, type : A, Data : "mypublicip", Prio : 0, TTL 3600 hmailserver(smtp) settings: local host name: mail.almighty.se re...
- 2019-08-28 18:02
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
Okey.
So if I write mail to user@lollipop.se and if I want to receive the mail on my ip, I need to write my ip as mx record in the dns settings for lollipop.se?
So if I write mail to user@lollipop.se and if I want to receive the mail on my ip, I need to write my ip as mx record in the dns settings for lollipop.se?
- 2019-08-28 01:36
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
Thanks for the replays.
Mikedibella...
Why does it look up MX record if domain is not provided? In my case the ip is used instead of the domain. I mean if I use my ip in the webbrowser it doesn't make a dns lookup, and everything works fine.
Mikedibella...
Why does it look up MX record if domain is not provided? In my case the ip is used instead of the domain. I mean if I use my ip in the webbrowser it doesn't make a dns lookup, and everything works fine.
- 2019-08-27 18:43
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Re: Send mail to local server from hotmail, gmail, etc.
Would really appreciate if i could get some help here...
- 2019-08-27 08:22
- Forum: General discussions
- Topic: Send mail to local server from hotmail, gmail, etc.
- Replies: 32
- Views: 8523
Send mail to local server from hotmail, gmail, etc.
Hi. Hope everything is good. In hmailserver I have created a domain called lollipop.se, and two user accounts ("user1" and "user2"). I tried to send mail to one of the user accounts that I created, and to do this I used mail() function in php which worked fine. In the headers I wrote: to "user1@loll...