-
Notifications
You must be signed in to change notification settings - Fork 323
This site can’t be reached - postfixadmin and webmail #126
Comments
I it was my mistake this helped https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration |
Hi, Sorry to ask on an old thread, but I'm confused of the tcp6-Problem too. And the page in the wiki doesn't exist any more. Do you know what was your problem? Thanks a lot! |
@Cyber1000 are you having any issue? If so, I think it is better to create a new issue.
Probably that means that port 80 is open, on both protocols tcp and tcp6.
More information: |
ok it was just the tcp6 that confused me, cause I can't connect to postfixadmin and webmail too. So I thought this problem may be similar to mine. I'll have a further look at it when I'm at home, probably creating a new issue. Thanks for the fast answer! |
Ok tcp6 seems to include tcp4 too (at least on ubuntu), I've forgotten to change VOLUMES_ROOT_PATH in .env. This was necessary cause I changed the root path. This solved most issues for me. Rainloop has still a problem on my machine, I'll create a new issue therefore. |
I found this nice docker setup few days ago, but I have two issues:
Domain:
mydomain.com
Server IP:
42.90.34.64
# Note - Just made up example information
Question: 1
dns-setup https://github.com/hardware/mailserver#dns-setup:
I'm newbie to
NSD
setup. Presently I've DNS setup in Namecheap currently serving my mail on this server but not with docker.Namecheap.com registrar DNS record:
Question: 2
domainname: value
docker-compose.yml: My original file only domain name changed:
On mailserver and postfixadmin 'domainname' section:
domainname: mydomain.com
withdomainname: mail.mydomain.com
?setup.sh: My helper script:
# Run
$
./setup.sh
# This site can’t be reached
https://postfixadmin.mydomain.com/setup.php and https://webmail.mydomain.com/?admin
# Note - I replaced
mydomain.com
with my real domain name on my browser.Troubleshoot:
$
docker logs nginx
- No log$
docker logs postfixadmin
- No log$
docker logs rainloop
- No log$
sudo netstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190'
Note - only
tcp6
found notcp
Any idea what can possibly be the problem? Thanks in advance.
The text was updated successfully, but these errors were encountered: