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
0
votes
1 answer

MXRecord error when running diagnostics on hMailServer

I have downloaded and installed hmailserver. I want to run it on my local machine and want to send email using a local web application which is also running on my local machine. My web application couldn't send email (got error - couldn't connect to…
Manu Chadha
  • 15,555
  • 19
  • 91
  • 184
0
votes
1 answer

I am stucked while hMailServer server database setup and it is showing following error

Error: The MySQL client (libmysql.dll, 32 bit) could not be loaded. hMailServer needs this file to be able to connect to MySQL. The MySQL client needs to be manually copied to the hMailServer Bin directory. The file is not included in the…
TheSagya
  • 35
  • 11
0
votes
1 answer

Is mulesoft have hMail server concept? + Advantages of hMail server

I want try to implement the hMail server concept in Mule. Before that i want to know What are all the advantages in hMail server compare with other Mail servers? Can anyone suggest me on this? And Share me if mulesoft have that feature or…
0
votes
1 answer

Sandbox/catch (catchall) mails sent from test environment

I'd like to be able to test if my automatically sent mails are really sent, but I do not want these mails to leak to real world. Is there a way to configure my mail settings so that all mails sent from my test environment are automatically forwarded…
realbart
  • 3,497
  • 1
  • 25
  • 37
0
votes
1 answer

hMail Server - Connection failed

I am having trouble with my hMail server. I am getting logs of errors in the logs saying "SMTPC" 1840 0 "2017-12-22 09:58:01.745" "TCP" "SMTPDeliverer - Message 1170761 - Connection failed: Host name: 203.147.156.193, message: A…
TheRealTy
  • 2,409
  • 3
  • 22
  • 32
0
votes
3 answers

How do i connect HmailServer to MySQL( in WAMP)?

enter image description hereI'm try to install hmailserver in combination with wamp/mysql. I get an errormessage, hmailserver recommends to copy a file manually. copypaste: Error: The MySQL client (libmysql.dll, 32 bit) could not be loaded. …
0
votes
0 answers

How to access all the incoming emails for all different accounts on a mail server?

I am doing a small project for my college, in which I have to scan incoming emails for certain keywords. If they are clear, then only allow them to be read by user from inbox. I am developing this in PHP using CodeIgnitor, and I am using hmailserver…
NiK
  • 13
  • 3
0
votes
1 answer

Registration free COM, VBScript chokes on C# dll

I'm trying to get a third party app (hMailServer) to consume my C# library. They support 3rd party libraries using VBScript hooks. I got everything working fine using registration-full COM, but now want to use registration free. I've modified the…
hackerhasid
  • 11,699
  • 10
  • 42
  • 60
0
votes
1 answer

hMailServer - Create a Local Blacklist Database

I just started off working with hMailServer 5.6.4 . I require a local database list storing email address in whitelist, greylist and the blacklist. Whitelist - Email that are uninterrupted Blacklist - Email that are automatically discarded Greylist…
Nasi
  • 3
  • 5
0
votes
0 answers

Sending mail via hMailServer not working on WAMP

I have searched for this question on stackoverflow and the rest of the internet, but I couldn't find the right answer. So this question is no duplicate. I am using hMailServer to send a mail via WAMP, but it's simply not working. I configured…
Maarten Wolfsen
  • 1,625
  • 3
  • 19
  • 35
0
votes
2 answers

Sending an email from a distribution list

I am using hMail server, and I have a distribution list within one of my accounts. I would like to know if it's possible to send an email from the distribution list, or is it not really an "account"?
Neil Knight
  • 47,437
  • 25
  • 129
  • 188
0
votes
2 answers

Is there a script for hmailServer to extract attachments from incoming emails?

I have emails coming into my hmailserver. I need to write rules/scripts that take the emails (all have attachments), and extract the file they each contain. Bonus points if you can help me sort these extracted files into specific locations on my…
Josh
  • 107
  • 2
  • 11
0
votes
1 answer

PHP sendmail with hMailServer on localhost : 535 Authentication failed

I'm running Apache on xampp, and I want to use sendmail.exe to send emails with PHP. I tried using Mercury/32 to setup the email server, and I had it working for a while, but now Mercury's SMTP won't start (ports 25 and 110 won't start in xampp…
hiddeneyes02
  • 2,562
  • 1
  • 31
  • 58
0
votes
3 answers

How to create user on hMailServer programatically?

We are writing a specialized PHP e-mail client and would like to give administrators of this client the ability to create user accounts on hMailServer. I tried out imap_createmailbox(...) but it just creates a directory in the user's folder…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
1 answer

Is really necessary to keep username/password into a SESSION variable?

this question is more about a concept than a code issue itself. I'm into some project that need a custom webmail and as I'm a Windows guy, I decided to go in the backend with hMailServer + PHP. But then, it just came the first doubt: hMailServer…
user3810691
  • 531
  • 5
  • 21