of course it is back to 25
Well you didn't say so.
You already have your answer to get it to listen to port 26 as well but I have no idea why you would want to do that.
daemon_smtp_ports = 25 : 587
You already know about changing the above line to get it to listen to other ports as well so the only thing left to help you with is to type it into the exim file for you. Right above that line it says:
# next line to allow incoming email submission port 587
So if you want it to listen to port 26 as well then you have to add the number 26 to that line.
daemon_smtp_ports means the ports that the smtp daemon is going to listen on. You already have the example of adding 587. Just follow the example.
Code:
daemon_smtp_ports = 25 : 587 : 26
If you are clear about your questions then we can be clear about the answers.
I am hoping somewhere in this post is the answer to your question. I am still not sure what that is.
You original post indicated you wanted to change the default port to 26 but then you complained about not receiving email. So are you asking how to change the default port or are you asking about why you are not receiving email.
You also something about Dovecot which has nothing to do with exim or email delivery. So I am not what that question was.
The reason you are not receiving email is because you changed the default port. I explained that in my first post.
You replied with something about Dovecot again but no question.
Looking at the dovecot.conf file I see this about listening ports:
# IP or host address where to listen in for connections. It's not currently
# possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
# "[::]" listens in all IPv6 interfaces, but may also listen in all IPv4
# interfaces depending on the operating system. You can specify ports with
# "host
ort".
imap_listen = *
pop3_listen = *
But again your original question was about smtp which has nothing to do with Dovecot.
why are you wasting your time with your irrelevant posts
Because I don't know what you really want? Do you want Exim to listen on port 26 or Dovecot? They are two different things and you are mixing them together as if they are one. Since you have not filled us in on the details we cannot presume to know what you really want and why.
So now I have posted on how to get both to listen on port 26. But of course they both cannot be listening on the same port at the same time.
And again it might be helpful to know why you would even want to do such thing.