Mail configuration #206
Replies: 6 comments 23 replies
-
On 2021-01-13 11:27, nnachtegael wrote:
Hi,
Can someone explain me how to configure the mail.
I set all my infos in the mail section of the account/server config but the save & test gives me always a 500 timeout error
My remotely is installed alone on a Ubuntu 20.04 vps.
I installed the mailutils and ssmtp packets.
Thx
Which port are you using to send mail? 25? 587?
Port 25 is blocked by many virtual server providers and ISPs.
587 is not. 587 is meant to be used for authenticated SMTP only, meaning
your mail server should be set to require valid account credentials.
That's how my server is set up... 25 for incoming messages from other
mail servers; 587 for people sending mail out (or programs that need to
send mail, in this case), and I require STARTTLS.
My guess is that this is PROBABLY not a Remotely issue.
|
Beta Was this translation helpful? Give feedback.
-
OK it's working with AND 😁 |
Beta Was this translation helpful? Give feedback.
-
Have server configured. Still can't get emails to send from Remotely.. Installed mailutils and ssmtp also.. Can send from ssmtp, but still get 504 from Remotely Save and Test.. Any ideas or screenshots available? Thx!!!! |
Beta Was this translation helpful? Give feedback.
-
@ittechdb details, please! :) |
Beta Was this translation helpful? Give feedback.
-
I too was having this issue on Ubuntu 18.04. The mail server is a standard Linux MTA. I was using ssl on port 465, and decided to try 587 in spite of that being TLS not SSL and it worked. Not sure why as SSL on 465 does work with that email server. The logs were less than helpful being only; ` |
Beta Was this translation helpful? Give feedback.
-
On 2021-04-05 12:30, Lee Sharp wrote:
I too was having this issue on Ubuntu 18.04. The mail server is a standard Linux MTA. I was using ssl on port 465, and decided to try 587 in spite of that being TLS not SSL and it worked. Not sure why as SSL on 465 does work with that email server. The logs were less than helpful being only;
`
Error | 4/5/2021 2:08:54 PM -05:00 | The operation has timed out. | System.Net.Mail | at System.Net.Mail.SmtpClient.Send(MailMessage message) at Remotely.Server.Services.EmailSenderEx.SendEmailAsync(String email, String replyTo, String subject, String htmlMessage, String organizationID) in D:\a\1\s\Server\Services\EmailSender.cs:line 49
`
I recommend changing the field in the config page to SSL/TLS, and figuring out why SSL is silently crashing.
--
You are receiving this because you commented.
Reply to this email directly, view it on GitHub [1], or unsubscribe [2].
SSL v2 and V3 are deprecated, anyhow. TLS is more secure, and TLS 1.2 is
recommended over 1.0 and 1.1.
Links:
------
[1]
#206 (comment)
[2]
https://github.com/notifications/unsubscribe-auth/ABT6YITXUKECKKELG4EOEGDTHIFVFANCNFSM4WBJQQCQ
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Can someone explain me how to configure the mail.
I set all my infos in the mail section of the account/server config but the save & test gives me always a 500 timeout error
My remotely is installed alone on a Ubuntu 20.04 vps.
I installed the mailutils and ssmtp packets.
Thx
Beta Was this translation helpful? Give feedback.
All reactions