Search found 5 matches
- Sat Dec 15, 2018 10:54 am
- Forum: General Discussion
- Topic: TUTORIAL: How to install SSL certificate to Vesta, Exim and dovecot daemons
- Replies: 35
- Views: 215264
Re: TUTORIAL: How to install SSL certificate to Vesta, Exim and dovecot daemons
This has made my day. I was using a script, a built in function is great.
Just out of curiosity how did you come across the: UPDATE_HOSTNAME_SSL='yes'
I can't find it documented anywhere?
Just out of curiosity how did you come across the: UPDATE_HOSTNAME_SSL='yes'
I can't find it documented anywhere?
- Sat Oct 21, 2017 3:26 am
- Forum: Mail Server
- Topic: Roundcube: relay not permitted
- Replies: 3
- Views: 10902
Re: Roundcube: relay not permitted
Fixed!
Roundcube was connecting to exim using the IPv6 localhost ::1
The exim config only had the IPv4 localhost address 127.0.0.1 as an allowed relay.
hostlist relay_from_hosts = 127.0.0.1 : ::::1/128
I added the underlined to the exim config and now I can send mail from Roundcube again.
;-)
Roundcube was connecting to exim using the IPv6 localhost ::1
The exim config only had the IPv4 localhost address 127.0.0.1 as an allowed relay.
hostlist relay_from_hosts = 127.0.0.1 : ::::1/128
I added the underlined to the exim config and now I can send mail from Roundcube again.
;-)
- Fri Oct 20, 2017 5:25 am
- Forum: Mail Server
- Topic: Roundcube: relay not permitted
- Replies: 3
- Views: 10902
Re: Roundcube: relay not permitted
Hello!
No one else has this problem? I still haven't resolved it!
;-(
No one else has this problem? I still haven't resolved it!
;-(
- Wed Sep 13, 2017 5:05 am
- Forum: Mail Server
- Topic: Roundcube: relay not permitted
- Replies: 3
- Views: 10902
Roundcube: relay not permitted
Hello Vesta Community! I have tried to search the forum for the issue I'm having but haven't been able to find anything to help. Currently, I can't send e-mail from the Roundcube installation on the server. A box appears when I hit send on a message and says "SMTP Error (550): Failed to add recipien...
- Mon Dec 19, 2016 7:22 am
- Forum: Mail Server
- Topic: [FIX] Initialization failed: namespace configuration error: inbox=yes namespace missing
- Replies: 8
- Views: 59695
Re: [FIX] Initialization failed: namespace configuration error: inbox=yes namespace missing
Hey! Thanks for posting this info.
It fixed my dovecot login issue. Seems to have started after yum updated a whole bunch of stuff.
It fixed my dovecot login issue. Seems to have started after yum updated a whole bunch of stuff.