Search found 45 matches

by mirb
2011-01-13 03:42
Forum: Scripting
Topic: manual add an email into hm_whitelist
Replies: 1
Views: 2521

manual add an email into hm_whitelist

i would like to directly add an email address into the hm_whitelist table (external MySQL) without passing through the GUI or phpwebadmin; but adding a new record then it does not appear in the hmail white list, so have i to add the email address in other tables too? many thanks.
by mirb
2005-06-30 01:26
Forum: Development & alpha discussions
Topic: php webadmin and squirrelmail plugin changes
Replies: 1
Views: 3991

php webadmin and squirrelmail plugin changes

what about changes in phpwebadmin and squirrelmail plugin? which is the HMS build with the last changes in those components?
by mirb
2005-06-17 19:30
Forum: Development & alpha discussions
Topic: Empty message
Replies: 3
Views: 5815

and..

..and adding at the real beginning of OnDeliverSub:

if (oMessage.Subject="") AND (oMessage.Cc="") AND (oMessage.Date="") AND (oMessage.From="") AND
(oMessage.To="") then
result.value = 1
exit sub
end if
by mirb
2005-06-16 18:03
Forum: Development & alpha discussions
Topic: Empty message
Replies: 3
Views: 5815

solved

If would be helpfull for someone, i solved adding this global rule: CRITERIA: using OR: Custom header field: Message-ID Search type: regular expression Value: <[^>]+$ Custom header field: Message-ID Search type: regular expression Value: <[^>]*$ Custom header field: Message-ID Search type: regular e...
by mirb
2005-06-07 01:50
Forum: Development & alpha discussions
Topic: Empty message
Replies: 3
Views: 5815

Empty message

i'm not completely sure, but i think only after installed build111 i begine to notice some blank messages every day and only received by the only account which receives every day some viruses. I always used Clamwin and spamassassin script in ondelivery subscript. Here the complete email header and i...
by mirb
2005-05-28 14:56
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

i always used spamd bugfixed version, but problem is not corrected
by mirb
2005-05-28 05:49
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

glenc: you talked about spamc built from spamassassin source? don't you use winspanc.exe adapted version for windows (http://sourceforge.net/projects/winspamc) instead?
by mirb
2005-05-27 19:13
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

attachment truncated

installed spamassassin version 3.0.3 under cygwin and winspamc; attachments are truncated after passing trough spamc/spamd/spamassassin; even if i use the wspamd.bat modified... anyone?
by mirb
2005-05-25 19:19
Forum: Development & alpha discussions
Topic: Install problems on WinXP with build 109
Replies: 14
Views: 14556

MySQL external; i've just reapplied that service dependence and reboot; and the admin interface starts right.. ..i may be very tired last night when installed new build.. all seems to work properly now.
by mirb
2005-05-25 00:30
Forum: Development & alpha discussions
Topic: Install problems on WinXP with build 109
Replies: 14
Views: 14556

error on restart

installed build 109 on W2003SP1, MySQL 4.10 and applied service dependence; after reboot opening adminGUI i got 'impossibile to connect to localhost server' error and the 'run time error 91'; stopped MySQL service (automatically stopped also HMS service), then restared MySQL and HMS and the admin in...
by mirb
2005-05-13 19:48
Forum: Development & alpha discussions
Topic: b107 - Script to change Recipient working - but IMAP doesn't
Replies: 8
Views: 10322

is there a Build 107 to download and test?
by mirb
2005-04-27 12:39
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 104 (Alpha)
Replies: 13
Views: 14007

another way

another way to transfer IMAP message is to use Outlook Express: just create source and destination IMAP account, sincronize all message directory of each account and then drug and drop message between them..
by mirb
2005-04-26 16:36
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 104 (Alpha)
Replies: 13
Views: 14007

rules forward delay

created a rule that forward a mail; a mail forwarded by that rule goes to data folder and remains there for about 30 seconds before be delivered; is this delay normal? since some build, in data folder is created a folder for each message delivered; now i have about 2000 empty folders in data folder,...
by mirb
2005-04-22 18:14
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

Wasn't this one? dim filename, args set args = wscript.arguments if args.count = 0 then wscript.quit(99) filename = args(0) filename = filename & " " & args(1) dim infile, outfile dim fso, ts set fso = createobject("Scripting.FileSystemObject") if not fso.fileexists(filename) then script.quit(89) in...
by mirb
2005-04-22 00:01
Forum: Development & alpha discussions
Topic: hMailServer hung on startup - win2k server
Replies: 34
Views: 32613

my "testing station" is a P4 1300, 384RAM, W2003server (very lighter than W2000); i tested HMS both on MSDE and MySQL, the only problem was solved by appling service dependence addon; and in my experience MySQL/HMS was always faster than MSDE/HMS.
by mirb
2005-04-19 23:56
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 102 (Alpha)
Replies: 17
Views: 17314

Now works very fine b103;
i have a suggestion:
i tested rules in many typical conditions; i found that adding multiple rules and multiples criteria, mail system may needs an additional action: "Do not process next content filters"
by mirb
2005-04-19 17:21
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 102 (Alpha)
Replies: 17
Views: 17314

rules

same rule apllied to a single account and working, daesn't work if applied globally; rule example:

if (object contains test) AND (A not contains "test@domain.com") then

forward to "test@domain.com" AND delete message
by mirb
2005-04-19 02:31
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 102 (Alpha)
Replies: 17
Views: 17314

rules

Global rules:

if (object contains "test") AND (A not contains "test@domain.com") then
forward to "test@domain.com")

this create a loop..

the email i forward to (test@domain.com) where can i find it in headers?
by mirb
2005-04-14 18:22
Forum: Development & alpha discussions
Topic: Build 100 stable enough?
Replies: 7
Views: 8535

4.0 - 100 fine enough for me too.

Only a question for Martin:

some days ago you told me about:

"Adding support for "Not Equals" and "Not Contains" to filter criteria"

to solve some looping problems within rules; is that scheduled soon in 4.0?
by mirb
2005-04-13 03:22
Forum: Scripting
Topic: Adding a X-Header
Replies: 1
Views: 3394

Adding a X-Header

Anyone know if it's possible to add an X-Header value to an email, using, for example, COM object inside EventHandler Subs?
by mirb
2005-04-08 01:52
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

i run spamassassin 3.0.2 on cygwin (i suggest 1.5.12 and not 1.5.13 that has some incompatibility...for example clamav stop run..), spamD as explained in our common source; winspamc is the distributed version and spamd as service (purplebear method); all work absolutily fine expecially after the int...
by mirb
2005-04-07 02:30
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 98 (Alpha)
Replies: 3
Views: 5427

about rule

in rules, can be used a separator for multiple value? example:

if subject contains:
valu1;value2; ... ;
by mirb
2005-04-06 19:38
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 97 (Alpha)
Replies: 14
Views: 14491

rules

added a global rule, and something strange happens: a new email matches the rule and it's forwarded, and that's right; then that mail is not deleted from /data folder and every new email matching the rule cause the old email to be reforwarded again and again and the new email is lost and not forward...
by mirb
2005-04-06 01:44
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 97 (Alpha)
Replies: 14
Views: 14491

mx query

in the MX query page, there's the "save" button; if i push it, hmail admin crashes.
by mirb
2005-04-05 00:32
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 96 (Alpha)
Replies: 7
Views: 8247

on my system (IIS6- php5), getMyServerURIPath() results: http://my3rd.level.domain/index.php so in the source code of index.php loaded by browser i get, for example: <form name="loginform" method="post" onsubmit="return formCheck(this);" action="http://my3rd.level.domain/index.phpindex.php"> setting...
by mirb
2005-04-04 03:50
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 94 (Alpha)
Replies: 10
Views: 10741

If a message has multiple local recipients, the ondelivermessage sub scan the whole .eml file and then this file is delivered to each recipient; if i made something (globally or for each recipient) inside the sub, it affects all the recipient; so is not possible to make some specific change for each...
by mirb
2005-04-01 17:45
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 94 (Alpha)
Replies: 10
Views: 10741

help martin

Hi Martin, in this script (inside Sub OnDeliverMessage(oMessage)), i (we all..) would like to get each recipient: for i = 1 to oMessage.Recipients.Count if oMessage.Recipients.Item(i).Address.IsLocalUser then 'Call WINSPAMC with oMessage.Recipients.Item(i).Address as user end if next but i get error...
by mirb
2005-04-01 16:47
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 94 (Alpha)
Replies: 10
Views: 10741

i solved changing omessage.filename variable name: filenome = oMessage.Filename dim fso set fso = createobject("Scripting.FileSystemObject") if not fso.fileexists( filenome ) then result.value = 0 exit sub end if 'Parse the file here to test for local domain, if true, exit sub 'because we don't need...
by mirb
2005-03-29 02:21
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

User Preferences instead local.cf

GlenC: tried every attachment extensions and all is fine on my system. I tested a new feature, and it's great: filtering email for spam through SpamAssassin with User Pref instead of global pref (in local.cf); 3 good reasons: - changes in user pref do not need spamd restart to go on-line, - you can ...
by mirb
2005-03-20 22:51
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

i tried to install it, but it seems to be created only for UNIX like OS and not for win32 even with Cygwin; may i'm wrong..
by mirb
2005-03-17 20:41
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

good, GlenC, your script works fine on my system.

what -x switch daes?
by mirb
2005-03-15 14:58
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 90 (Alpha)
Replies: 6
Views: 8587

my hmailserver service's dependencies

Image

Error appear tring starting admin GUI, while services run correctly; i just finished rebooting some other times, and at the 4th reboot all was fine, error daesn't appear any more!
by mirb
2005-03-15 02:55
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 90 (Alpha)
Replies: 6
Views: 8587

problem i had installing build 88 and 89 (posted in b88) are now fixed, but, on my win 2003 Web Edition, rebooting after installed i get:

Image

'mailserver' is database name on my MSDE SQL server (local).
Applied service dependent addon.
by mirb
2005-03-11 17:30
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 88 (Alpha)
Replies: 4
Views: 7213

Hi, at the end of DB setup process, the "finish" button daesn't appear and the setup program freezed, and a click on the program produce the error you see; after a while appear also a 429 error; older version are installed correctly.
by mirb
2005-03-11 02:37
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 88 (Alpha)
Replies: 4
Views: 7213

Hi Martin, uninstalled old 87 build, deleted program files/hmailserver directory and deleted mailserver DB on MSDE server; then installing this new 88build at the end of DB setup (creating a new DB, as i always did) i got clicking every where on the mask iced: http://mirco.com/temp_hms.jpg first tim...
by mirb
2005-03-10 21:16
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

chech for spamC

If you are running HMail with one of these SA/SpamD/spamC integration solution, and for some reason Spamd stop running, then messages stay in stand by and not delivered; if spamd return to be available messages are processed and delivered as blank massages with not sender, no destinatary and no body...
by mirb
2005-03-09 20:27
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

arguments

after spamd service has been created with cygrunsrv, how can i add or delete spamd command line arguments? in your example, -a is the unique spamd argument loaded?
by mirb
2005-03-07 04:29
Forum: Scripting
Topic: Norton Antivirus Corporate as external antivirus
Replies: 0
Views: 3669

Norton Antivirus Corporate as external antivirus

Anyone have some ideas about setting Norton Corporate Antivirus 9 as HmailServer External AV? i tried with its rtvscan.exe and with vpscan.exe ( http://service1.symantec.com/SUPPORT/ent-security.nsf/d04e6f2f2dfad5de88256c910079502c/7fce382ff2eacc1288256c4d0050c605?OpenDocument&src=bar_sch_nam ) trie...
by mirb
2005-03-07 02:45
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

SpamD as a Windows Service

A very useful tip: run SpamD as a windows service: http://www.henry.it/xmail/spamd_windows_service.htm P.S. if you have SA/spamD on CygWin, make attention about spamd path to use in registry config.: (c:\cygwin\bin\wspamd.bat instead of c:\perl\bin\spamd.bat) It works, but stopping service all "perl...
by mirb
2005-03-04 20:21
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

spamc RUN!

good, good, as GlenC suggested, changing this line in john's script: cmd = "cmd /c winspamc < """ & testfile & """ > """ & infile & """" make spamC running! - you must already have SA and SpamD started at localhost - put WinspamC.exe in c:\perl\bin, so the executable is in a system variable PATH, an...
by mirb
2005-03-04 18:46
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

Hi john, as i already posted: 1): SA on perl (pure SA on Win32, here SA functions are limited): yuo know already where, is this Topic. its spamD on win32: http://wiki.apache.org/spamassassin/SpamdOnWindows 2): SA/SpamD on CygWin (cool solution, SA is completely functional): http://sourceforge.net/do...
by mirb
2005-03-04 16:24
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

hi, i tried to modify john25uk's script in many way, and/or create a batch file but.. with no results... if only score is returned seems to be used -c parameter, look at command line options of winspamc: ------------------------------------------------------------------------------- WinSpamC.exe [sw...
by mirb
2005-03-04 05:27
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

spamassassin and hmailserver

Hi, after tried this spamassassin on ActiveState perl solution here described, i looked for SpamD on Windows ( http://wiki.apache.org/spamassassin/SpamdOnWindows ) or better, and very cool solution, Spamassassin/spamD on Cygwin (unix emulator) ( http://sourceforge.net/docman/display_doc.php?docid=19...
by mirb
2005-03-02 00:41
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

i tried and works; thanks

in new 4.0 HMS, there's the scripting section; do you think is correct simply put your script into EventHandlers.vbs default script?
by mirb
2005-03-01 05:13
Forum: Development & alpha discussions
Topic: hMailServer 4.0 - Build 82 (Alpha)
Replies: 2
Views: 6076

Hi, great software, unbelivable! http://mirco.com/hmailserver.jpg in the traslation to italian (mail box max size) i can't read the value, which can be of max 4 char. is it in Kb or in Mb? if it's in kb i think a mail box of max of 9999kb may be too small. tried to change language to english adding:...