Search found 4358 matches
- 2023-12-04 23:01
- Forum: Scripting
- Topic: How to needed for Multi SMTP Relay
- Replies: 15
- Views: 298
Re: How to needed for Multi SMTP Relay
I have done this with just routes and rules. Add a route and name for example "relay-joe". Add a rule with Criteria from contains "joe@example.com", Action Send using route to "relay-joe". maintaining 60 routes & 60 rules for OP's scenario. not very useful i think. When It works, its OK. It would b...
- 2023-12-03 00:33
- Forum: General discussions
- Topic: Constant crashes and out of memory problems
- Replies: 27
- Views: 357
Re: Constant crashes and out of memory problems
- 2023-12-02 09:31
- Forum: Development & alpha discussions
- Topic: Sub OnHELO(oClient) progress?
- Replies: 485
- Views: 554794
- 2023-12-02 09:22
- Forum: Scripting
- Topic: How to needed for Multi SMTP Relay
- Replies: 15
- Views: 298
Re: How to needed for Multi SMTP Relay
Soren's include function can be used to include a table of usernames and passwords. Function Include(sInstFile) Dim f, s, oFSO Set oFSO = CreateObject("Scripting.FileSystemObject") On Error Resume Next If oFSO.FileExists(sInstFile) Then Set f = oFSO.OpenTextFile(sInstFile) s = f.ReadAll f.Close Exec...
- 2023-12-02 09:01
- Forum: Scripting
- Topic: How to needed for Multi SMTP Relay
- Replies: 15
- Views: 298
Re: How to needed for Multi SMTP Relay
https://www.hmailserver.com/documentation/latest/?page=com_object_settings Hmm... no property for relay password in the documentation. I'm sure that's an issue with the documentation. :D string SMTPRelayer Fixed relaying server. eConnectionSecurity SMTPRelayerConnectionSecurity Connection security f...
- 2023-12-01 15:54
- Forum: Development & alpha discussions
- Topic: Help with HMailer and Lets Encrypt SSL!
- Replies: 7
- Views: 176
Re: Help with HMailer and Lets Encrypt SSL!
Matt always says why bother with that. 99.99% guaranteed windows will be restarted within 55 days. And he's right as far as I can tell. :D My Windows 2019 core server has run in 537 days and I install all update on it and never needed to restart. So I guess that means you don't back up your system ...
- 2023-12-01 13:43
- Forum: Scripting
- Topic: How to needed for Multi SMTP Relay
- Replies: 15
- Views: 298
Re: How to needed for Multi SMTP Relay
I have done this with just routes and rules. Add a route and name for example "relay-joe". Add a rule with Criteria from contains "joe@example.com", Action Send using route to "relay-joe". This definitely seems like the best method. I think trying to script a method could result in a race condition...
- 2023-12-01 13:27
- Forum: Development & alpha discussions
- Topic: Help with HMailer and Lets Encrypt SSL!
- Replies: 7
- Views: 176
Re: Help with HMailer and Lets Encrypt SSL!
On hmail server I have a daily script that restart hmail server if new cert has been copied. Matt always says why bother with that. 99.99% guaranteed windows will be restarted within 55 days. And he's right as far as I can tell. :D For me it doesn't matter anyway. My nightly backup script shuts dow...
- 2023-11-30 07:55
- Forum: Off-topic discussions
- Topic: Nation State Hackers Exploiting Zero-Day in Roundcube Webmail Software
- Replies: 11
- Views: 1366
Re: Nation State Hackers Exploiting Zero-Day in Roundcube Webmail Software
https://nextcloud.com/blog/open-source-email-pioneer-roundcube-comes-aboard-nextcloud/ Can't they pickup hMailServer development as well? :lol: Linux only! :lol: :lol: :lol: Don't think so. It is written in PHP. I'm a long term user of Nextcloud - love it. They already have a web mail client called...
- 2023-11-29 15:11
- Forum: Off-topic discussions
- Topic: Nation State Hackers Exploiting Zero-Day in Roundcube Webmail Software
- Replies: 11
- Views: 1366
Re: Nation State Hackers Exploiting Zero-Day in Roundcube Webmail Software
Linux only!RvdH wrote: ↑2023-11-29 14:40https://nextcloud.com/blog/open-source- ... nextcloud/
Can't they pickup hMailServer development as well?![]()



- 2023-11-29 13:24
- Forum: General discussions
- Topic: receiving 1.4 Mbyte attachment take more than 10 minutes
- Replies: 5
- Views: 170
Re: receiving 1.4 Mbyte attachment take more than 10 minutes
4 seconds for a few kb of text is a lot. That's not "smooth" - it's very slow. Without doing the math, that probably extrapolates to 10 minutes for 1.4 mb.
There's something wrong with your network. It's *extremely* unlikely this has anything to do with hmailserver.
There's something wrong with your network. It's *extremely* unlikely this has anything to do with hmailserver.
- 2023-11-28 20:56
- Forum: Development & alpha discussions
- Topic: hMailServer X
- Replies: 111
- Views: 26310
Re: hMailServer X
For what its worth, I also support this endeavor and I could care less about the name. Best possible result: this beautiful app lives on. Worst possible result: it fails and doesn't affect anyone except Dravion because of the time he put into it. There's literally no downside for anyone other than D...
- 2023-11-26 19:49
- Forum: General discussions
- Topic: Emails not being delivered anymore
- Replies: 11
- Views: 697
Re: Emails not being delivered anymore
I already have a noip ddns account, but SMTP2Go will not work with ddns.net or any other noip domain name (says "The domain you have entered is not allowed. Please note that you must have control of the DNS of any domain that you add"), so I guess I would have to create a unique domain name? You ne...
- 2023-11-22 18:48
- Forum: General discussions
- Topic: Emails not being delivered anymore
- Replies: 11
- Views: 697
- 2023-11-22 18:41
- Forum: General discussions
- Topic: Emails not being delivered anymore
- Replies: 11
- Views: 697
Re: Emails not being delivered anymore
And that brings up another question, any good free SMTP accounts out there if I can't get Bluehost to work? I tried SMTP2GO but they require verification of the hmail domain I created. I made it up for hmail, so of course it will not verify. You can create a dynamic dns domain and then create a cer...
- 2023-11-20 16:57
- Forum: General discussions
- Topic: Emails not being delivered anymore
- Replies: 11
- Views: 697
Re: Emails not being delivered anymore
"SMTPC" 8 24 "2023-10-03 15:56:08.702" "***.***.***.***" "RECEIVED: 250 OK id=1qnlV2-0005VD-2n" Looks like it was sent successfully. You even received an ID string from bluehost so you can lookup what happened afterward. I would start there. Or maybe just check your spam folder at the receiver acco...
- 2023-11-18 08:47
- Forum: General discussions
- Topic: Rule
- Replies: 11
- Views: 697
Re: Rule
Please post the logs.boazhfrankel wrote: ↑2023-11-17 15:49According to my logs it didn't go out at all.
I tried forwarding to my hotmail account and still nothing. I even tried the rule with another internal email address on the same Hmailserver and still it doesn't forward.
- 2023-11-17 11:20
- Forum: General discussions
- Topic: Rule
- Replies: 11
- Views: 697
Re: Rule
Thank you for your quick reply So I tried that and it doesn't forward. Here is what I did: From Contains boaz@stryka.com (this is my email address) Action Forward email boazhfrankel@yahoo.com ok so when I send an email from boaz@stryka.com to boazhfrankel@gmail.com, Gmail gets the mail but yahoo do...
- 2023-11-16 20:45
- Forum: General discussions
- Topic: Data Directory Synchronizer as Scheduled Task ?
- Replies: 8
- Views: 564
Re: Data Directory Synchronizer as Scheduled Task ?
Thank you all I have many things to test now :roll: :o I will test the powershell script in first, it's answering to my actual need. OK cool. I have one minor improvement - could be important depending on how you set up the variables. I added random strings in the case where certain variables are l...
- 2023-11-15 19:34
- Forum: General discussions
- Topic: SMTP Blocked
- Replies: 7
- Views: 425
Re: SMTP Blocked
According to mxtoolbox.com... ptr:104.228.85.78 IP Address Domain Name 104.228.85.78 cpe-104-228-85-78.stny.res.rr.com You would be blocked on my server also. Only your ISP can fix this. You'll have to upgrade to a business account with a static IP not included in the spamhaus PBL. The PBL (policy b...
- 2023-11-15 16:33
- Forum: General discussions
- Topic: Data Directory Synchronizer as Scheduled Task ?
- Replies: 8
- Views: 564
Re: Data Directory Synchronizer as Scheduled Task ?
Mattg, I have a maintenance Plan Sheduled on my MSSQL to maintain the Hmail database with 30 days mail's history. The plan delete records older than 30 days (1.150.000 mail by month) To synchronize the data folder and the database each month, i'm searching a solution to make an automation or a sche...
- 2023-11-15 13:14
- Forum: General discussions
- Topic: AWS SES SMTP - 554 Transaction failed: Empty address
- Replies: 25
- Views: 1340
Re: AWS SES SMTP - 554 Transaction failed: Empty address
I have an AV app with email notification for any events found. I need to direct this app to AWS SES SMTP to forward the email but AWS require TLS when connecting and the AV app does not have that as a configuration option. I am testing hmailserver as the forwarding app but am having issues. Each ti...
- 2023-11-14 17:39
- Forum: User contributed hMailServer 5 scripts
- Topic: Mailbox Quota Limit Notify and later Block
- Replies: 7
- Views: 10335
Re: Mailbox Quota Limit Notify and later Block
What is it you want to do if you don't want to limit any of these things?wHiteHands wrote: ↑2023-11-14 16:53Hi there! I also need this script, but i don't need any Limits Outbound Mails by User, Domain or Server Average. I searching Mailbox quota limit notify script exactly. Can anybody help me with version 1.0?
- 2023-11-13 19:18
- Forum: General discussions
- Topic: Domain signature?
- Replies: 7
- Views: 383
Re: Domain signature?
That did it! Your EDIT fixed it. Changed it and now it works great! Thanks Palinka! OK cool. Glad its working. Also (off topic) I always send a link to unsubscribe. One click and its done. email link: <a href='https://mysite.com/unsubscribe.php?address=subcribers-email@address.com'>Click to unsubsc...
- 2023-11-13 18:42
- Forum: General discussions
- Topic: IMAP with mobile phones
- Replies: 7
- Views: 404
Re: IMAP with mobile phones
Anything that doesn't directly interfere with your production server has to be a good thing to experiment with. Success! With Dovecot as IMAP proxy... I instructed all phone users to switch back to IMAP and no anomaly till now - it's been a whole "Monday" work day meanwhile - with all phone-team IM...
- 2023-11-13 16:44
- Forum: General discussions
- Topic: Domain signature?
- Replies: 7
- Views: 383
Re: Domain signature?
Thanks! I did get it to work. I ended up just pasting the whole script that Ashtec014 finally got to work. Sub OnAcceptMessage(oClient, oMessage) If (oClient.Username = "" AND oClient.Port = 25) Then Dim txtMsg, aspMsg If oMessage.Body <> Empty Then txtMsg = " " & vbCrLf &_ " You are receiving this...
- 2023-11-13 16:39
- Forum: General discussions
- Topic: Sending external emails from the domain we own
- Replies: 8
- Views: 598
Re: Sending external emails from the domain we own
Thanks for the reply, the gmail domain is intended for the admin level functionality of our system, (sales, admin, account notifications, features, etc.). The use case for the 20k users, we are sort of a forum for a niche (professional service job) and 20k users registered for our service. The feat...
- 2023-11-11 12:43
- Forum: General discussions
- Topic: IMAP with mobile phones
- Replies: 7
- Views: 404
Re: IMAP with mobile phones
logging don't help much, you're drown in lines. Yes :evil: yes, Horde may be a workaround. i was thinking to try Dovecot in proxy mode on one of our Ubuntu, when i have time. anyway, till then all is fine now. we'll see.. Anything that doesn't directly interfere with your production server has to b...
- 2023-11-11 11:48
- Forum: General discussions
- Topic: IMAP with mobile phones
- Replies: 7
- Views: 404
Re: IMAP with mobile phones
50 imap users doesn't sound like much. One thing I've noticed about imap is that almost all errors are caused by bad programming of clients. I have horde in between hmailserver and mobile clients. Clients connect to horde using exchange activesync on port 443. Horde translates commands from the clie...
- 2023-11-11 09:34
- Forum: General discussions
- Topic: Domain signature?
- Replies: 7
- Views: 383
Re: Domain signature?
Hi guys - quick question (and hopefully it's easy). All I want to do is add a signature to all messages that pass through the server but it's not working. In the domain settings, under the signature tab, the box for "enabled" is checked...and I've tried all 3 options on that one. Also, the other 2 ...
- 2023-11-10 21:18
- Forum: General discussions
- Topic: Sending external emails from the domain we own
- Replies: 8
- Views: 598
Re: Sending external emails from the domain we own
Another option is to configure hMailServer with a local domain (hMailServer Administrator > Domains > Add...) for your-domain.com and a route (hMailServer Administrator > Protocols > SMTP > Routes > Add...) for your-domain.com pointing to the GMail mail exchange. Set the MX record for your-domain.c...
- 2023-11-10 19:38
- Forum: General discussions
- Topic: Sending external emails from the domain we own
- Replies: 8
- Views: 598
Re: Sending external emails from the domain we own
We own the website/domain/azure server and it already has its own email provider for the domain (google email for business), but we hit a dead end when we want to give our users there own email account for communication as it is expensive to buy per users per year. I already have setup the local an...
- 2023-11-10 12:17
- Forum: General discussions
- Topic: Sending external emails from the domain we own
- Replies: 8
- Views: 598
Re: Sending external emails from the domain we own
We own the website/domain/azure server and it already has its own email provider for the domain (google email for business), but we hit a dead end when we want to give our users there own email account for communication as it is expensive to buy per users per year. I already have setup the local an...
- 2023-11-10 07:46
- Forum: General discussions
- Topic: What domain does SSL need to be if hosting more than 1 domain email?
- Replies: 8
- Views: 528
- 2023-11-09 08:39
- Forum: General discussions
- Topic: The client has timed out error - how to resolve
- Replies: 5
- Views: 581
Re: The client has timed out error - how to resolve
Hello all. I searched for an answer to this question in the board, and haven't found an answer that satisfies my particular problem. I apologize if I've missed it, or if the answer is head-slappingly simple. I really do appreciate any assistance here. So, I set up my hmailserver the same on two com...
- 2023-11-07 20:26
- Forum: General discussions
- Topic: Outlook unable to sync mailboxes
- Replies: 4
- Views: 660
Re: Outlook unable to sync mailboxes
Maybe try version 5.7, which is 64 bit and can handle a lot more memory. My server 5.6.9 B2641.84 (custom build) has no problem loading a 47MB email... Windows Server 2003 R2, Intel Core Duo @ 2,33GHz, 1,99GB RAM. :mrgreen: That in it self may not be proof of sound coding but we (@RvdH &Co) have re...
- 2023-11-07 19:37
- Forum: General discussions
- Topic: Outlook unable to sync mailboxes
- Replies: 4
- Views: 660
Re: Outlook unable to sync mailboxes
Maybe try version 5.7, which is 64 bit and can handle a lot more memory.
- 2023-11-05 10:02
- Forum: General discussions
- Topic: What domain does SSL need to be if hosting more than 1 domain email?
- Replies: 8
- Views: 528
Re: What domain does SSL need to be if hosting more than 1 domain email?
Currently, I am trying to setup a hMail server that hosts emails for 2 domains. I need to set up SSL for it, but I am completely new to this. The Certificate is selected in the Settings->Advanced->TCP/IP->xxxx sections. Let's say for example I am hosting the email for the following 2 domains. Super...
- 2023-11-04 14:34
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
FUCK MICROSOFT TO HELL WITH A RUSTY BARBED WIRE WRAPPED 2X4!!!!!!!!!!! Chrome worked immediately on the first try with the same fucking commands right from php! $url = $client_base_url."/dailylogprint.php?project=".$project."&date=".$date."&print_token=".$print_token; $param_str = '--headless --disa...
- 2023-11-04 14:14
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
c:\> gsudo <command> ... https://github.com/gerardog/gsudo Virtually the same as "run as Administrator" PS. I renamed gsudo to sudo on my machines :mrgreen: I'm not even sure that's the kind of permission I need. https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#headlessmodeenabl...
- 2023-11-04 11:26
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
Work round suggestion: Have a bat file the reads and parses it the information in a fixed parameter file: Eg, Runit.bat [Open parameter.txt] [Read line1 -> var1] [Read line] -> var2] [Edge.exe ... fixed_param1 fix-param2 var1 var2 etc] Then simply have your php script write out the variable to the ...
- 2023-11-04 09:59
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
This is totally insane. Something is FUBAR here and I can't figure it out. I can run the edge --print-to-pdf command when its hardcoded into cmd window, a bat file or powershell and they all create the pdf perfectly. But when variables are passed from php to any of those, the operation fails. I've s...
- 2023-11-03 08:38
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
I've had good success creating pdfs with mPDF from PHP code. https://mpdf.github.io/ creates PDFs from UTF-8 encoded HTML Why are you specifically looking at using MS Edge? By the way, i discovered this amazing js that PERFECTLY formats html for printing (paper size, page breaks, headers/footers, e...
- 2023-11-03 08:15
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
put your cmd string into a .bat file call the .bat file from your php exec I tried that but I'm still having problems. I posted a generic command string, but in reality I have parameters built into the string. So I'm still having problems passing parameters. :cry: so could you pass your parameters ...
- 2023-11-03 07:45
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
I've had good success creating pdfs with mPDF from PHP code. https://mpdf.github.io/ creates PDFs from UTF-8 encoded HTML Why are you specifically looking at using MS Edge? Edge is already built in and its based on Chrome, so by default it can be run in headless mode for printing. And it prints a f...
- 2023-11-02 21:19
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
I also tried various other things. None worked. $param_str = '"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --headless --disable-gpu --enable-logging --no-margins --no-pdf-header-footer --virtual-time-budget=500000000 --print-to-pdf="'.$filePath.'" "'.$url.'"'; $param_str = 'cmd /C ...
- 2023-11-02 21:08
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
Hmm i would try it like this: $command = '"%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" --headless --disable-gpu --no-margins --no-pdf-header-footer --print-to-pdf="C:\tmp\test.pdf" "https://google.com"'; exec($command, $output, $return_var); if ($return_var === 0) { echo "Success"; }...
- 2023-11-02 18:44
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
- 2023-11-02 18:42
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
Re: PHP exec - help with escaping quotes
This works: "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" --headless --disable-gpu --no-margins --no-pdf-header-footer --print-to-pdf="C:\tmp\test.pdf" "https://google.com" But i noticed that i doesn't work every time. Some times you have to repeat the whole command until the pdf is s...
- 2023-11-02 15:23
- Forum: Off-topic discussions
- Topic: PHP exec - help with escaping quotes
- Replies: 18
- Views: 1332
PHP exec - help with escaping quotes
I've been researching and testing a hundred different things for several hours and I just can't find a solution to this. I don't belong to any other tech forums, so I figured I'd ask here. :D I'm trying to print with MS Edge (chromium) --headless --print-to-pdf. I have a formatted string to execute ...
- 2023-11-01 19:26
- Forum: Scripting
- Topic: More character encoding issues
- Replies: 10
- Views: 861
Re: More character encoding issues
A quick search on the internet and I found this awesome function that will convert any unicode character to html entities: https://stackoverflow.com/a/76674143 It skips ascii characters and will display any character in html. :D <?php // https://stackoverflow.com/a/76674143 function unicode2html($st...
- 2023-11-01 18:10
- Forum: Scripting
- Topic: More character encoding issues
- Replies: 10
- Views: 861
Re: More character encoding issues
I fixed it - with a bandaid. Anyway, it works for now. 1) wrap database fields in htmlentities() - i had that already, just pointing that out for anyone else. 2) i found a function here to deal with the issue, but it was both incomplete and overlaps with htmlentities(). 3) changed above function to ...
- 2023-11-01 14:59
- Forum: Scripting
- Topic: More character encoding issues
- Replies: 10
- Views: 861
Re: More character encoding issues
i don't know if this is relevant but when creating a system message i cope with extended TR chars as below: unicStr = MessageBody Call makeUnicode(unicStr) MessageBody = unicStr (...) Function makeUnicode(unicStr) Dim e, charEvil For e = 1 To Len(unicStr) charEvil = AscW(Mid(unicStr, e, 1)) unicStr...
- 2023-11-01 14:58
- Forum: Scripting
- Topic: More character encoding issues
- Replies: 10
- Views: 861
Re: More character encoding issues
Hmm, then i would try to convert the string properly before echoing it like this: $string = "Hello World!"; $utf8_string = mb_convert_encoding($string, 'UTF-8'); If you want to output your UTF-8 String, i would use print instead of the echo function and append the right format string to it, like th...
- 2023-10-31 22:33
- Forum: Scripting
- Topic: More character encoding issues
- Replies: 10
- Views: 861
Re: More character encoding issues
Maye you need to alter your Table definition like this: CREATE TABLE your_table ( id INT AUTO_INCREMENT PRIMARY KEY, mylongtext VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_hungarian_ci ); I don't think so, because other than in these notifications, everything displays perfectly (within the w...
- 2023-10-31 18:07
- Forum: Scripting
- Topic: More character encoding issues
- Replies: 10
- Views: 861
More character encoding issues
I'm not too knowledgeable about character encoding. I've tried a ton of stuff. I got everything to work except for TWO LETTERS! Only two letters do not present properly: Ő ő Ű ű I.e. Latin letters "O" and "U" (upper & lower case) with double acute accents. They are transliterated into O and U with d...
- 2023-10-29 20:14
- Forum: General discussions
- Topic: Authentication Problem
- Replies: 15
- Views: 946
Re: Authentication Problem
The exchange send connector is easy to set up, just 3-steps, it askes for the smart host which in my case is 192.168.0.2 the IP address hmailserver server is installed then the user name an password which is the same as the one of the users and the same password as the user on hmailserver, I just c...
- 2023-10-25 20:19
- Forum: Development & alpha discussions
- Topic: hMailServer X
- Replies: 111
- Views: 26310
Re: hMailServer X
Yes, its easy for a Client to use REST but it's hard to make a secure REST API, especially for something like hMailServer. For a REST API's, you first and for most need a full blown HTTPS Server which (to have secure connection requires a SSL-Certificate configured) but this is only for the Transpo...
- 2023-10-25 20:05
- Forum: Off-topic discussions
- Topic: Nation State Hackers Exploiting Zero-Day in Roundcube Webmail Software
- Replies: 11
- Views: 1366
Re: Nation State Hackers Exploiting Zero-Day in Roundcube Webmail Software
Is there a patch yet?
- 2023-10-22 13:27
- Forum: User-submitted tutorials
- Topic: HOW TO: Increase Data Directory Synchroniser speed on an external database
- Replies: 27
- Views: 19985
Re: HOW TO: Increase Data Directory Synchroniser speed on an external database
One saving grace...
The original premise - messagefilename is unique - still appears to be true.
No results.

The original premise - messagefilename is unique - still appears to be true.
Code: Select all
SELECT messagefilename, COUNT(messagefilename) FROM hm_messages GROUP BY messagefilename HAVING COUNT(messagefilename) > 1;