This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Email and Groupware / Re: Outgoing mail isn't being sent with TLS, causing gmail to flag it...
« on: March 29, 2019, 08:22:47 am »
Also the same like before in this thread (zentyal 6.01)
Quote
sudo mkdir -p /etc/zentyal/stubs/mailthen just edit and add what you want
cp /usr/share/zentyal/stubs/mail/main.cf.mas /etc/zentyal/stubs/mail
Quote
nano /etc/zentyal/stubs/mail/main.cf.masafter restart is the config loaded with your parameters
2
Email and Groupware / Re: Outgoing mail isn't being sent with TLS, causing gmail to flag it...
« on: March 28, 2019, 11:54:51 am »
Hello all,
this solution is ok for me
http://blog.snapdragon.cc/2013/07/07/setting-postfix-to-encrypt-all-traffic-when-talking-to-other-mailservers/
but i edit the
add
then
everyting is working
but after restart, update, or something else i see that the main.cf is as before
without the
what i make wrong??
this solution is ok for me
http://blog.snapdragon.cc/2013/07/07/setting-postfix-to-encrypt-all-traffic-when-talking-to-other-mailservers/
but i edit the
Quote
/etc/postfix/main.cf
add
Quote
smtpd_tls_security_level = may
smtp_tls_security_level = may
smtp_tls_loglevel = 1
smtpd_tls_loglevel = 1
then
Quote
postfix reload
everyting is working
but after restart, update, or something else i see that the main.cf is as before
without the
Quote
smtpd_tls_security_level = may
smtp_tls_security_level = may
smtp_tls_loglevel = 1
smtpd_tls_loglevel = 1
what i make wrong??
3
Email and Groupware / Re: Migration SOGo Webmails to MS Exchange server
« on: March 28, 2019, 11:47:06 am »
for mail transfer you can use imapsync
i transfer all user mail one time from echange to zentyal
for me i safer to use win/linux version as web
https://imapsync.lamiral.info
web gui
https://imapsync.lamiral.info/X/
For users i think oyu need create own script
i transfer all user mail one time from echange to zentyal
for me i safer to use win/linux version as web
https://imapsync.lamiral.info
web gui
https://imapsync.lamiral.info/X/
For users i think oyu need create own script
Pages: [1]