Questions tagged [hmail-server]

hMailServer is a free e-mail server for Microsoft Windows.

hMailServer is a free e-mail server for Microsoft Windows created by Martin Knafve.

It runs as a Windows service and includes administration tools for management and backup. It has support for IMAP, POP3, and SMTP email protocols. It can use external database engines such as MySQL, MS SQL or PostgreSQL, or an internal MS SQL engine to store configuration and index data. The actual email messages are stored on disk in a raw MIME format. Read More on Wikipedia..

89 questions
8
votes
5 answers

Hmailserver C# SMTP

I'm just trying to get my hmailserver to send mail from my C# program. The part that's killing me is the SSL part. I originally got this error: The SMTP server requires a secure connection or the client was not authenticated. The server response…
user222427
7
votes
3 answers

Is it possible to capture the "Message-ID" of an email message sent with SmtpClient?

Using the SmtpClient and MailMessage classes in .NET to send emails through a local mail server (hMailServer), I currently found no way to get the Message-ID header value of a sent message. The idea behind I'm trying to programmatically track…
Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
5
votes
1 answer

Problem with configuring Thunderbird with hMailServer

I installed hMailServer and did the following 1. Created a test.com domain 2. Added an user testuser Now the hMailServer is running in my localhost. When I install Mozilla thunder bird and try to configure it by entering the username and…
Vinoth Kumar C M
  • 10,378
  • 28
  • 89
  • 130
5
votes
2 answers

Sending a CDO email message using an SSL connection

I have an asp page that sends the details of a form via email using CDO. So far, I have done this using smtp port 25 over a clear connection to a hmail server. I now need to use an SSL connection. I have created a security certificate and set hmail…
Funkyspirit
  • 113
  • 2
  • 3
  • 7
4
votes
1 answer

Roundcube-SQL-Global-Address-Books custom vCard

I found this global address book plugin for RoundCube with iRedMail. I'm using hMailServer as my e-mail server though since I'm working with Windows. I still tried this plugin and works fine with the default fields (name, email and domain). I added…
Lekz Flores
  • 468
  • 10
  • 27
4
votes
3 answers

PHPWebAdmin not working - DCOM error, despite modifying permissions

I'm trying to set up PHPWebAdmin to work with an installation of hmail. I understand that for php version 5.3.15 / 5.4.5 and higher the COM API has been disabled as a module. I was using PHP version 5.3.21, I went ahead upgraded to PHP 5.4.24 and…
John
  • 755
  • 1
  • 18
  • 46
4
votes
3 answers

Library for IMAP IDLE

I'm looking for a Java library that helps me using IMAP and preferably IDLE. I need to write a Java application that is notified of and retrieves new email using SSL. The application will check the inbox of an account hosted by hMailServer. So far…
Dennis S
  • 858
  • 1
  • 18
  • 32
3
votes
1 answer

Cant connect/send from hMailServer

I have recently setup hMailServer. I have a domain on godaddy so I am using the MX record given by godaddy. For this example, I am going to say that I am using mail.hmailserver.net as the MX Record. I have added the username and password under…
TheJediCowboy
  • 8,924
  • 28
  • 136
  • 208
3
votes
1 answer

hMailServer sending limit per day

I want to set a max number of email sent a day for each mailbox on hmailserver to avoid spamming. I am looking for an issue to do this in hmailserver administration and COM API.
Kassav'
  • 1,130
  • 9
  • 29
3
votes
2 answers

Javamail - sending mail from localhost to external accounts

Need to send email from localhost to external accounts like gmail and yahoo. Right now i have a program which can send and recieve mails from my local domain by local email server up and running eg (admin@ib-status.com <-> devteam@ib-status.com).…
Karthick Radhakrishnan
  • 1,151
  • 3
  • 12
  • 32
3
votes
4 answers

hmailserver error- the connection to the database is not available

Dear Sir i try to make webmail server in my home pc. so i download and install the hmailserver. but when i try to connect it . it has eror that "the connection to the database is not available" and when i see the log file it has below error. plz…
Patel Vilay
  • 63
  • 1
  • 1
  • 7
2
votes
1 answer

Testing email sending? - Python/Django

I have a live site, but would like to run a periodic task that would periodically check if various pages and email sending work. e.g. register page, forgot password page, etc... I'm having quite a problem figuring out how to do this... Any ideas?…
RadiantHex
  • 24,907
  • 47
  • 148
  • 244
2
votes
1 answer

Hmailserver database version could not be detected

Okay so I'm trying to install HMailServer on my Windows 7 PC with XAMPP, and connect it to the MySQL database in XAMPP. I've been Googling for hours and only finding either ineffective or invalid answers. I went through the installation to the…
salad_bar_breath
  • 271
  • 4
  • 18
2
votes
1 answer

Connect HmailServer whith PHP imap

I am having two virtual machine: The first is for php pages and web access. The second one contains a hmailServer. Both are situated in a production environnement and can be accessed via internet and also via local network. The problem is when i use…
Kassav'
  • 1,130
  • 9
  • 29
2
votes
1 answer

ImapX can't login to local hMailServer from my application, but Thunderbird can

I have a local hMailServer instance, which I would like to connect to. I've successfully used ImapX for example for connecting to GMail or different mail servers, but simply cannot get the authentication work for this simple local hMailServer. I've…
Zoltán Tamási
  • 12,249
  • 8
  • 65
  • 93
1
2 3 4 5 6