Search found 34 matches
- 2014-05-28 06:54
- Forum: Scripting
- Topic: Script to detect SPAM
- Replies: 1
- Views: 1872
Script to detect SPAM
I manage a few linux mail servers and one of the automatic scripts that has proved really useful in one which reads the last couple of hours of entries in the log file and tries to determine if an email account has sent more than 30 emails in an hour (its just an arbitrary figure we picked) if there...
- 2011-06-28 23:58
- Forum: Development & alpha discussions
- Topic: Strange password hack with last version
- Replies: 19
- Views: 12918
Re: Strange password hack with last version
The account info has the password of test They are base64 encoded values. Suggest you disable that account fast and change the password, check undelivered messages as well to make sure your not sending out spam and if you are, delete the spam from the undelivered queue. I recently had a similar pro...
- 2011-06-28 23:48
- Forum: General discussions
- Topic: Interesting log entry: lots of AcceptEx
- Replies: 12
- Views: 5174
Re: Interesting log entry: lots of AcceptEx
Just for the record I had something similar and never did end up find how they actually were able to send out the junk mail. In the end I blocked their range of IP address (from Nigeria) which seemed to solve the problem. A bit heavy handed I spose but it wokred
- 2009-04-15 06:15
- Forum: General discussions
- Topic: Statistics with MS Log Parser...
- Replies: 34
- Views: 21005
Re: Statistics with MS Log Parser...
Rainer, here is the batch file i use. @echo off if not "%echoon%"=="" echo on endlocal if "%1"=="" goto :USAGE if "%1"=="/?" goto :USAGE if /I "%1"=="/h" goto :USAGE if /I "%1"=="-h" goto :USAGE REM CODE BELOW HERE REM prereq check phase for %%i in (logparser.exe) do set LOGPARSERPATH=%%~$PATH:i if...
Extend hm
I would like to write a script to list all the emails in a user's inbox. This is easy enough by writing an SQL query and outputting the results. The problem is that I would like to be able to do this from hmail's admin panel so you would select a user then click a button on the users General tab pag...
- 2009-02-21 00:37
- Forum: General discussions
- Topic: Account Size
- Replies: 4
- Views: 2123
Re: Account Size
thanks 

- 2009-02-20 23:44
- Forum: General discussions
- Topic: Account Size
- Replies: 4
- Views: 2123
Re: Account Size
that's what I was hoping thanks. I jsut couldnt' find it b4 but have had another look & found the field.
btw - is there any database schema or even better an ERD or soemthing to help us write SQL statement to query the db?
btw - is there any database schema or even better an ERD or soemthing to help us write SQL statement to query the db?
- 2009-02-19 05:59
- Forum: General discussions
- Topic: SSL Secure Connection
- Replies: 1
- Views: 1193
SSL Secure Connection
Can someone give me a few clues on setting up SSL. Do I have to get a server wide certificate (which is expensive) or can I just get a certificate for the 1 server domain name and then have users use that domain name to connect? Can I just generate my own certificate for email and if so would it sti...
- 2009-02-16 02:40
- Forum: General discussions
- Topic: Account Size
- Replies: 4
- Views: 2123
Account Size
In the Admin gui each account has a total size figure.
If I want to create a report showing how much each account has used - where would I find this? Is it held in the database, calculated from individual; email sizes in the database or is the actual size of files in the HDD added and calculated?
If I want to create a report showing how much each account has used - where would I find this? Is it held in the database, calculated from individual; email sizes in the database or is the actual size of files in the HDD added and calculated?
- 2009-02-15 01:34
- Forum: Development & alpha discussions
- Topic: Spam scoring on V5
- Replies: 23
- Views: 12881
Re: Spam scoring on V5
do u know how it works?
I was assuming the server would fire off the emails to the external server for checking then the SA server would send them back.
Its now sounding like the SA server would analyse the email while its held on the hmail server - is that correct?
I was assuming the server would fire off the emails to the external server for checking then the SA server would send them back.
Its now sounding like the SA server would analyse the email while its held on the hmail server - is that correct?
- 2009-02-15 01:01
- Forum: Development & alpha discussions
- Topic: Spam scoring on V5
- Replies: 23
- Views: 12881
Re: Spam scoring on V5
sounds to me then that the problem of having to initially train SA is solved. Just use it on another server that has been running for a few years.
It would probalby be worthwhile to get a cheap reseller account on a linux server and pass all your hmail emails thru it.
It would probalby be worthwhile to get a cheap reseller account on a linux server and pass all your hmail emails thru it.
- 2009-02-15 00:35
- Forum: Development & alpha discussions
- Topic: Spam scoring on V5
- Replies: 23
- Views: 12881
Re: Spam scoring on V5
so does that mean you could run email through SA on a completely different server?martin wrote:No, in version 5 you'll have to launch spamd and then enable the integration. If SpamAssassin is running on another computer, you have to type in the host name of that server.
- 2009-02-14 22:28
- Forum: Development & alpha discussions
- Topic: Using existing MSSQL in place of MSSQL CE
- Replies: 4
- Views: 3769
Re: Using existing MSSQL in place of MSSQL CE
SQLYog would do this really well tho I haven't tried it
- 2009-02-14 21:53
- Forum: General discussions
- Topic: From internal database to MySql
- Replies: 13
- Views: 6446
Re: From internal database to MySql
got it now - think I had an extra charactor in the password b4 decryption
- 2009-02-14 21:52
- Forum: General discussions
- Topic: How do I find a user account password?
- Replies: 10
- Views: 6155
Re: How do I find a user account password?
got it now - thanks
- 2009-02-14 21:36
- Forum: General discussions
- Topic: From internal database to MySql
- Replies: 13
- Views: 6446
Re: From internal database to MySql
the internal MySQL on port 3307.
- 2009-02-14 21:35
- Forum: General discussions
- Topic: How do I find a user account password?
- Replies: 10
- Views: 6155
Re: How do I find a user account password?
I'm using SQLYog which I use to access my main MySQL. I just can't seem to get into the hmail one. I've got the port set to 3307, the username is root and I have decrypted the password from the ini file but I always get an access dinied for root@localhost error. which means the password is wrong but...
- 2009-02-14 05:15
- Forum: General discussions
- Topic: From internal database to MySql
- Replies: 13
- Views: 6446
Re: From internal database to MySql
[The internal database listens on port 3307. I'm not sure exactly what you mean. You typically doesn't connect *from* port 3306 when connecting to MySQL. There's info here on how to connect to the internal database: http://www.hmailserver.com/documentation/?page=howto_connect_to_mysql[/quote] I trie...
- 2009-02-14 02:35
- Forum: General discussions
- Topic: How do I find a user account password?
- Replies: 10
- Views: 6155
Re: How do I find a user account password?
so how do u access the database in version 5?
- 2009-02-13 20:38
- Forum: General discussions
- Topic: IMAP folders
- Replies: 5
- Views: 2311
Re: IMAP folders
the folders are in the database but the email files are stored on the HDD - right?
- 2009-02-13 05:21
- Forum: General discussions
- Topic: IMAP folders
- Replies: 5
- Views: 2311
Re: IMAP folders
I was trying to locate where exactly the IMAP data and folders were stored. We'd written a small app to transfer IMAP folders from another mail server to hmail and I was trying to din out where the data actually was. Its seems IMAP folder email is just stored in the same place as all the rest. (I th...
- 2009-02-13 04:13
- Forum: General discussions
- Topic: IMAP folders
- Replies: 5
- Views: 2311
IMAP folders
Where are the IMAP folders actually stored?
- 2009-02-13 02:36
- Forum: General discussions
- Topic: Port 25 Blocking
- Replies: 2
- Views: 1766
Re: Port 25 Blocking
Version 5 but I've sorted it now and found hmail can use both ports for SMTP.
My problem was that the outgoing SMTP server in IIS (for sending mail from scripts) was also set to port 26.
My problem was that the outgoing SMTP server in IIS (for sending mail from scripts) was also set to port 26.
- 2009-02-13 00:50
- Forum: General discussions
- Topic: Port 25 Blocking
- Replies: 2
- Views: 1766
Port 25 Blocking
Some ISPs here block port 25. So a quick workaround is often to use port 26 for a mail server but you don't want to only have port 26 because most email clients use port 25 by default and its too hard to explain to people how to reset their client to use port 26 unless they really need to. Can hamil...
- 2009-02-09 01:41
- Forum: Feature requests
- Topic: Rule increase spam score
- Replies: 14
- Views: 13885
Re: Rule increase spam score
so what's the outcome?
Is it possible to use rules to find words an then increment the spam score?
Is it possible to use rules to find words an then increment the spam score?
- 2009-01-19 05:22
- Forum: User contributed hMailServer 4 scripts
- Topic: FetchAccount Object
- Replies: 7
- Views: 9362
FetchAccount Object
I'm writing a script to add new accounts and also external accounts for fetching. Everything is working fine.
Is there a property to enable "Delete Messages Immediately"? or Are messages deleted immediately by setting the DaysToKeepMessages to 0?
Is there a property to enable "Delete Messages Immediately"? or Are messages deleted immediately by setting the DaysToKeepMessages to 0?
- 2008-03-26 23:36
- Forum: Scripting
- Topic: Script to create user account?
- Replies: 41
- Views: 40881
Re:
Yeah but where from. The link about wont let me browse the directorymartin wrote:Download textfilemigrate4.zip and read the sample.txt
Textfilemigrate.exe allows you to select which file to import.
- 2008-03-26 23:29
- Forum: Scripting
- Topic: Script to create user account?
- Replies: 41
- Views: 40881
Re: Script to create user account?
These scripts are a few years old now. Is there a newer or better way to import users now?
The script gives me errors about authentication - is there a later version now?
The script gives me errors about authentication - is there a later version now?
- 2008-03-12 23:46
- Forum: General discussions
- Topic: How to white list IP or range
- Replies: 5
- Views: 3790
- 2008-03-11 03:38
- Forum: General discussions
- Topic: Migrating emails from existing server
- Replies: 12
- Views: 5684
IMAPCopy appears to be gone. IMAPsync is probably better anyway but I've never been able to get it to work.martin wrote:If you guys have the account passwords for both old and new server, you can copy the messages using IMAPCopy:
http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html
- 2008-02-27 20:46
- Forum: Development & alpha discussions
- Topic: Database backend
- Replies: 63
- Views: 43533
- 2008-02-20 21:51
- Forum: General discussions
- Topic: Spam Filter appears not to be working??
- Replies: 5
- Views: 2003
- 2008-02-18 22:11
- Forum: Archived feature requests
- Topic: Auto-migration of accounts messages and passwords
- Replies: 6
- Views: 8744
- 2008-02-13 00:05
- Forum: General discussions
- Topic: Lost Admin password
- Replies: 4
- Views: 2611