Hi,
Is there a way to enable SMTP authentication in hMailserver?
SMTP authentication
- jimimaseye
- Moderator
- Posts: 8849
- Joined: 2011-09-08 17:48
Re: SMTP authentication
Have you ever considered reading the documentation?
https://www.hmailserver.com/documentati ... ce_iprange
[Entered by mobile. Excuse my spelling.]
https://www.hmailserver.com/documentati ... ce_iprange
[Entered by mobile. Excuse my spelling.]
5.7 on test.
SpamassassinForWindows 3.4.0 spamd service
AV: Clamwin + Clamd service + sanesecurity defs : https://www.hmailserver.com/forum/viewtopic.php?f=21&t=26829
SpamassassinForWindows 3.4.0 spamd service
AV: Clamwin + Clamd service + sanesecurity defs : https://www.hmailserver.com/forum/viewtopic.php?f=21&t=26829
Re: SMTP authentication
Hi,
Sorry, due to error encountered below
Sorry, due to error encountered below
with hMailserver, what needs to be adjusted to the server/user account? I am using correctly the user account with the password.535 Authentication failed. Restarting authentication process
Re: SMTP authentication
Apparently you do not

CIDR to RegEx: d-fault.nl/CIDRtoRegEx
DNS Lookup: d-fault.nl/DNSTools
DNSBL Lookup: d-fault.nl/DNSBLLookup
GEOIP Lookup: d-fault.nl/GeoipLookup
DNS Lookup: d-fault.nl/DNSTools
DNSBL Lookup: d-fault.nl/DNSBLLookup
GEOIP Lookup: d-fault.nl/GeoipLookup
Re: SMTP authentication
Use your email address as the username
Username in the form of 'peter@example.com' and NOT just 'peter'
Username in the form of 'peter@example.com' and NOT just 'peter'
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
https://www.hmailserver.com/documentation
https://www.hmailserver.com/documentation
Re: SMTP authentication
Hi,
Yes, I used full account details like
Yes, I used full account details like
I used EASendMail package for this (in .Net application) but support of EASendMail said that current issue is "account authentication problem" and they could not help further.oServer.User = "sender@???.com";
oServer.Password = "???";
oServer.ConnectType = SmtpConnectType.ConnectSSLAuto;
Re: SMTP authentication
Try connecting with SSL first and see if that works
I've found that .NET SSL settings can often not be what you expect
I don't use EASendMail package though but I have used .NET's built in mail classes
I've found that .NET SSL settings can often not be what you expect
I don't use EASendMail package though but I have used .NET's built in mail classes
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
https://www.hmailserver.com/documentation
https://www.hmailserver.com/documentation
Re: SMTP authentication
Hi,
Thanks. Can you share it regarding .NET's built in mail classes?
Thanks. Can you share it regarding .NET's built in mail classes?
Re: SMTP authentication
CIDR to RegEx: d-fault.nl/CIDRtoRegEx
DNS Lookup: d-fault.nl/DNSTools
DNSBL Lookup: d-fault.nl/DNSBLLookup
GEOIP Lookup: d-fault.nl/GeoipLookup
DNS Lookup: d-fault.nl/DNSTools
DNSBL Lookup: d-fault.nl/DNSBLLookup
GEOIP Lookup: d-fault.nl/GeoipLookup