Search found 74 matches

by FAWTS
2006-06-11 16:40
Forum: Archived feature requests
Topic: Support for Linux
Replies: 82
Views: 128012

2) I have discovered Ubuntu and it is the first OS that made me able to forget definitively Windows. I tried Ubuntu OS a while back and I really really didn't like it. I ended up going to Fedora Core. The reason I did not like it was because it was too much like windows. I thought why bother having...
by FAWTS
2006-06-06 02:16
Forum: General discussions
Topic: VMWare, netserver (WASP) and attached files
Replies: 5
Views: 5225

OK, it was a PHP conf issue. I don't know wich one exactly, but I follow your advice and I compare with my PHP 4.4 conf file to solve it. Now everything works perfectly.

Thanks!!!
by FAWTS
2006-06-02 13:39
Forum: General discussions
Topic: VMWare, netserver (WASP) and attached files
Replies: 5
Views: 5225

VMWare, netserver (WASP) and attached files

Hi all, I have virtualise my servers as I use Ubuntu most of the time and most of it works. I only have 1 problem, I cannot send mail with attached file using Squirellmail nor Round Cube. My configuration is : Ubuntu breezy 5.10 with WMplayer => Win XP SP 2 Hmailserver 4.2.1 B 197, Apache/2.0.54 (Wi...
by FAWTS
2006-04-17 23:40
Forum: Archived feature requests
Topic: Support for Linux
Replies: 82
Views: 128012

Hi all, I haven't written for a while. The reasons are : 1) As hMailServer works perfeclty with all the features I need, I had nothing to ask for!!! 2) I have discovered Ubuntu and it is the first OS that made me able to forget definitively Windows. I've worked a lot on this, trying to find default,...
by FAWTS
2005-11-17 14:13
Forum: Archived feature requests
Topic: Footer - Discalimer
Replies: 27
Views: 31134

Sure, here the code : Sub OnClientConnect(oClient) End Sub Sub OnAcceptMessage(oClient, oMessage) call disclaimer(oMessage) End Sub Sub OnDeliverMessage(oMessage) End Sub 'in onAcceptMessage sub disclaimer(oMessage) dim disclaim disclaim=false Dim oRecipients Set oRecipients = oMessage.Recipients Fo...
by FAWTS
2005-11-12 20:35
Forum: Archived feature requests
Topic: Footer - Discalimer
Replies: 27
Views: 31134

Hum, well, it worked perfectly until I tried HMS 4.2. Now only the first line of disclaimer appear with HTML mail and the 2 first lines with plain texte mail...
by FAWTS
2005-10-10 01:46
Forum: General discussions
Topic: HOWTO: Use SOSDG ClamAV Daemon as Service on hMailServer 4.x
Replies: 30
Views: 55439

I installed SOSDG following your How TO and it works very well. I have just one question : Is it normal that after the refresh DB task is executed, I have 0X1 as result in stead of 0x0 ? I got a smal problem too. As I use dxgettext to compile PO to MO files, and as it use Cygwin too, after installin...
by FAWTS
2005-09-22 23:44
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

Is it possible to call another script as :

Sub OnAcceptMessage(oClient, oMessage)
call script.vbs(oMessage)
End Sub

???
by FAWTS
2005-09-22 23:25
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

When I use this : Sub OnClientConnect(oClient) End Sub Sub OnAcceptMessage(oClient, oMessage) call disclaimer(oMessage) End Sub Sub OnDeliverMessage(oMessage) End Sub sub disclaimer(oMessage) if oMessage.HasBodyType("text/html") then oMessage.HTMLBody = Replace(oMessage.HTMLBody, vbCrLf, vbLf) oMess...
by FAWTS
2005-09-22 18:48
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

same prob, the body is deleted
by FAWTS
2005-09-22 16:33
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

Why this :

Code: Select all

   if oMessage.HTMLBody <> "" then
   oMessage.HTMLBody = Replace(oMessage.HTMLBody, vbCrLf, vbLf)
   oMessage.HTMLBody = Replace(oMessage.HTMLBody, vbLf, vbCrLf)
   end if

   oMessage.Save
Just delete body ?

What name should I used for Body, HTMLBody and Header or Mail ???
by FAWTS
2005-09-22 14:19
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

For the adresse, all except local, for the rest, it is exactly what I did or said
by FAWTS
2005-09-22 02:58
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

I found a script that works very well at http://www.ericphelps.com/scripting/samples/LfToCrlf/ . I tried to adapt it to HMS doing something like that : Sub OnClientConnect(oClient) End Sub Sub OnAcceptMessage(oClient, oMessage) call disclaimer(oMessage) End Sub Sub OnDeliverMessage(oMessage) End Sub...
by FAWTS
2005-09-22 02:05
Forum: Archived feature requests
Topic: SpamAssasin Integration
Replies: 49
Views: 67894

I tried to install SA, but I gave up. The problem wasn't PERL installation as I use ASSP and AWstats who need it too, but the how to of SA is so a mess that there is no way to find what you did wrong. I didn't have any problem with ASSP and it works perfectly!
by FAWTS
2005-09-21 22:35
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

here the script : Sub OnClientConnect(oClient) End Sub Sub OnAcceptMessage(oClient, oMessage) call disclaimer(oMessage) End Sub Sub OnDeliverMessage(oMessage) End Sub 'in onAcceptMessage sub disclaimer(oMessage) dim disclaim disclaim=false Dim oRecipients Set oRecipients = oMessage.Recipients For i ...
by FAWTS
2005-09-21 21:51
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

Yes, since yesterday to add "analyse with ClamWin, no Virus found" at the end of the mail. But I had the problem before.
by FAWTS
2005-09-21 19:12
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

Mertin : here the link : http://gallery.menalto.com/node/15163

cmurphy54, I read your article.

Thanks a lot!!!
by FAWTS
2005-09-21 14:39
Forum: Archived feature requests
Topic: Footer - Discalimer
Replies: 27
Views: 31134

Thank's, it works perfectly !!!
by FAWTS
2005-09-21 14:23
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

Hi Martin Thanks for that quick reply. If you want to know what it is said about this on gallery forum, I quote : I understand that you'd like to think that Gallery is the issue, but it's just not possible. That help a lot. I know the bug come from Gallery and I don't say that it's HMS falt. The iss...
by FAWTS
2005-09-21 03:08
Forum: Archived feature requests
Topic: Ability to add external account trougth PHPWebAdmin
Replies: 1
Views: 3589

Ability to add external account trougth PHPWebAdmin

One thing we can do with HMS administrator but not with PHPWebAdmin is to add external account. I know there is a plugin in SM to do that, but it doesn't give as many option as HMS as leave message on original derver during x days... And pages are a lot longer to display using this pluging. The best...
by FAWTS
2005-09-21 03:00
Forum: Archived feature requests
Topic: Footer - Discalimer
Replies: 27
Views: 31134

This script works very as soon as U understand that ' is for comment in vbs and that you must uncomment Sub OnClientConnect(oClient) End Sub Sub OnAcceptMessage(oClient, oMessage) call disclaimer(oMessage) End Sub Sub OnDeliverMessage(oMessage) End Sub And place call disclaimer(oMessage) between Sub...
by FAWTS
2005-09-21 01:53
Forum: General discussions
Topic: header, LF & CRLF
Replies: 20
Views: 20939

header, LF & CRLF

I know this topic has been the subject of 2 other topics, but no solution were found. The problem is that with some web apps using the PHP mail function, the mails are returned to the server with this error : 451 See smtplf.html.">http://pobox.com/~djb/docs/smtplf.html I use 2 of those apps : Oscomm...
by FAWTS
2005-07-28 10:16
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

When you write "1 IP, mine", you mean 127.0.0.1 or 192.168.*.* or you're true IP? you need at least the 127.0.0.1. For me, all the servers (pop, smtp and imap) are checked, with no authentification required and the last 4 checkbox are checked. You need to have "the internet" to. I allow only smtp an...
by FAWTS
2005-07-26 16:17
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

In MailHerver, in ip range, for 127.0.0.1, do you ask for an authentification ? It is strange, because if your login were wrong, you should have that : ERROR Unknown user or password incorrect. Does your navigator accept cookie ? If no, it must accept them. It can come from you firewall or your anti...
by FAWTS
2005-07-21 11:45
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

I have disable the time_out plugin after it closed a session while I was writting a very long and very important mail!!! And I don't have this prob with the former SM mod... I lefte a Firefos windows open with a SM session running the all night, and it refreshed until I woke up and I read my mails.....
by FAWTS
2005-07-21 03:04
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

Well, I tried a lot of stuff, but eventualy, no way to make Firefox refresh everytime and I still haven't found what makes it stop refreshing... Maybe the 1.0.6 version will sove this prob, but I will wait a bit before installing is as I read many people got problems with it... So while you use SM, ...
by FAWTS
2005-07-20 11:40
Forum: General discussions
Topic: feature request
Replies: 2
Views: 3712

Maybe this post should have been published in the Feature requests forum...
by FAWTS
2005-07-20 11:32
Forum: General discussions
Topic: Symantec antivirus & ClamWin together
Replies: 2
Views: 4455

I think that the only way is to disable real time protection. I don't use symantec antivirus for a while as it need too much ressource, and I'm sure your computer will appreciate if you do the same thing with it. If your computer is mainly used as a server, you should not need another antivirus than...
by FAWTS
2005-07-20 11:16
Forum: Scripting
Topic: Possible PHPWebAdmin bug ?
Replies: 2
Views: 3933

Please, precise :

your PHP Version, Apache Version and stuff like that.

Everything works great with me !
by FAWTS
2005-07-20 03:59
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

Here a new version of SM for HMS that works perfectly on my computer with ie as well as Firefox : http://www.tsinformatique.org/hms/squirrelmail-1.4.5_for_hms.7z . To unzip it you will need 7zip http://www.7-zip.org/ . Normaly, you only have to unzip it to your www folder. edit the config.php in the...
by FAWTS
2005-07-19 23:33
Forum: Scripting
Topic: Message not displaying in SM 1.4.4 and HM4.0 B121
Replies: 13
Views: 15864

check if Show mail with HTML format by default is on YES in the options!
by FAWTS
2005-07-19 03:56
Forum: General discussions
Topic: HOWTO: Log on SquirrelMail using only username (no domain)
Replies: 5
Views: 13899

Another solution is using the login_alias plugin. That can help a lot if there is several domains and users feel happy to be able to change the login, use accents or special caracters...
by FAWTS
2005-07-19 03:47
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

Well, I used a lot of pages from the "former" SM mod, and now, the story of the tree is ok. U need to use the main left.php form the old and change the 3 lines as explained before. In the new main left, there isn't the "oldway" line... About the prob of refresh, I looked for all the pages containing...
by FAWTS
2005-07-18 20:27
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

I reinstalled everything, and now I can get it in French, but it does not refresh with Firefox, only with IE and there is no way to have "the beautifull tree" with Firefox nor IE...
by FAWTS
2005-07-18 17:33
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

Hi TheAngryPenguin, I did what you want, and it works well, you can download it at http://www.tsinformatique.org/hms/SM_by_FAWTS.7z The size is only 1 275 ko. Ther is a readmefirst.txt file in the archive to explain what I did ont it! Normaly, you only need to unzip, change the config.php (if you do...
by FAWTS
2005-07-18 16:41
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

Well, nothing to do with this tracker as the language option is not empty.

OK, I'll test it!!! I gonna laugh!!!! :P
by FAWTS
2005-07-18 15:06
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

Well, I installed your today SM and : No way to use another language than english, even if I DL the fr_FR files and placed it well, and change config.php to fr_FR. No way to get icones, even if I change : $advanced_tree = true; /* set this to true if you want to see a nicer mailboxtree */ and no way...
by FAWTS
2005-07-17 16:29
Forum: General discussions
Topic: ASSP and external account
Replies: 5
Views: 5457

I think so, what I'm triing to do is to use another external account that get my mails from my external accounts and send them to my HMS account... That looks complicated, but I received around 40 spams a day on one of my adress and I want to use this stuff to test ASSP and to teach it... For the mo...
by FAWTS
2005-07-17 14:23
Forum: General discussions
Topic: relay mail or not? [solved]
Replies: 2
Views: 3306

True Martin!!!!

I played with this and got blacklisted 10 minutes later!!!! :wink:
by FAWTS
2005-07-17 14:12
Forum: General discussions
Topic: ASSP and external account
Replies: 5
Views: 5457

ASSP and external account

I have installed ASSP and it wors great, I use the external account feature too, and that works very well too.

But ASSP does not analyse the mails comming from those external account...

I wanted to know if there is a way to make it analyse them like adding a port to listen ...

Thank you!
by FAWTS
2005-07-16 11:23
Forum: Off-topic discussions
Topic: Why hMailServer is calles hMailServer ???
Replies: 2
Views: 3830

OK, so the H means Halvar (does Halvar means something ?)

and why hMailServer and not HMailServer????
by FAWTS
2005-07-16 10:15
Forum: Scripting
Topic: hMailServer mod 0.1, Which Version of PHP5?
Replies: 4
Views: 5715

PHP 4.3.11 works great for PHPWebAdmin and SM. I haven't upgrade to PHP 4.4.0 yet as they explain that it corrects a bug that even the hosts could not see...

Maybe we should wait PHP 4.4.1 that will correct the bugs of thet 4.4.0... :?:
by FAWTS
2005-07-16 04:22
Forum: Off-topic discussions
Topic: Why hMailServer is calles hMailServer ???
Replies: 2
Views: 3830

Why hMailServer is calles hMailServer ???

Hi Martin,

I have à new issue that makes me unable to sleep. I search on the web site, but could not find it....

Tell us why you decided to call your wonderfull server hMailServer????

Thank's.
by FAWTS
2005-07-16 03:57
Forum: Archived feature requests
Topic: HTMLBody property
Replies: 5
Views: 7615

Me too, me too!!!

I would be so proud that all the mail sent from my server end with "Powered by hMailServer" !!!!!!!!!!!
by FAWTS
2005-07-16 03:34
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

It's what I did, but I was supposed to use patch and the prompt... but I didn't do it and it works anyway!
by FAWTS
2005-07-15 23:58
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

Thanks a lot!!! I use it in the "former" SM for HMS, and it works great !!! I installed it as well as I could, and I did not had that many problems for it, but I read some people did not have my luck!!! And maybe I won't have it too when I'll move to your SM version... So if it is already include, i...
by FAWTS
2005-07-15 23:01
Forum: Scripting
Topic: Alternate SM Mod
Replies: 148
Views: 204785

Hi TheAngryPenguin,

Can I suck and ask you to add the HTML_mail plugin ???

Thank you!!!

TheSucker :oops:
by FAWTS
2005-07-15 19:16
Forum: Scripting
Topic: PHP web admin en français ( french )
Replies: 0
Views: 4128

PHP web admin en français ( french )

Here the file to translate PHPWebAdmin in French : http://www.tsinformatique.org/hms/ copy français.lang to www\PHPWebAdmin\language Then go to www\PHPWebAdmin open config.php line 41, replace $hmail_config['defaultlanguage'] = "english"; by $hmail_config['defaultlanguage'] = "français"; Et voilà, t...
by FAWTS
2005-07-15 17:12
Forum: Scripting
Topic: SquirrelMail, HTML_mail and ASpell
Replies: 4
Views: 5270

Well, the way I look for solving my problems is always the same : 1) try to understand the cause 2) go to different forum (here, for example, HM, SM, ASpell forums) 3) try to find by myself 4) post my problem 5) go to bed 6) after one hour, I was not able to sleep because of it 7) search by myself a...
by FAWTS
2005-07-15 15:26
Forum: Scripting
Topic: SquirrelMail, HTML_mail and ASpell
Replies: 4
Views: 5270

After hours & hours searching what is the page that decide of the encoding type of ASpell, I found it, and now everything works great. If you have this problem, this means your dictionary does not include utf-8 encode. But FCKeditor use it... So you have to go to : www\Squirellmail\plugins\html_mail...
by FAWTS
2005-07-15 02:57
Forum: Scripting
Topic: SquirrelMail, HTML_mail and ASpell
Replies: 4
Views: 5270

SquirrelMail, HTML_mail and ASpell

Well, SquirrelMAil works great ! the same with HTML_mail plugin except the spell checker option that uses ASpell. I know that this question should have it place on ASpell forum, but here, people are a lot more reactive... Anyway. the installation worked well and ASpell detects the spell mistakes wel...
by FAWTS
2005-07-13 14:17
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598962

I found a solution to my problem : ASSP, just go to http://www.hmailserver.com/forum/viewtopic.php?t=1881 it is more complete than the how to http://www.hmailserver.com/documentatio ... o_use_assp and it works perfectly! :lol:
by FAWTS
2005-07-12 12:01
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598962

Well, those 2 pages are very interresting. I start with the begining, and I got lost after the creation of spam and ham folders...

Is there one of you nice enough to make a HOW TO as the one in the begining of the topic with all the upgrade you made?

Thanks a lot!!!!!!!!!!!!!!!!
by FAWTS
2005-06-28 18:41
Forum: Scripting
Topic: Image in mail does not appear with SM
Replies: 11
Views: 10274

I am sure the problem come from SM and not HMS because when I use thunderbird, everything works well. And what I tried to explain is not about unsafe image (thank's to you I know what it means exactly) but images really include in mail body or smiley. Since I installed more or less well the html mai...
by FAWTS
2005-06-28 14:16
Forum: Scripting
Topic: Image in mail does not appear with SM
Replies: 11
Views: 10274

It works pretty well, I had to put as comment from line 649 to line 651 of the functions.php of the pluggin as it generates erro.

But when I include images in the body, I got the message [IMAGE REMOVED]

I guess it is an option story, but I haven't found which one yet...
by FAWTS
2005-06-27 23:16
Forum: Development & alpha discussions
Topic: BODYSTRUCTURE not returning Content-ID
Replies: 12
Views: 11940

It works perfectly, congratulation all of you!!!!!! And thank you very much!!!
by FAWTS
2005-06-27 23:14
Forum: Scripting
Topic: Image in mail does not appear with SM
Replies: 11
Views: 10274

Ssevennm, Martin and cmurphy54 THANK YOU!!!!!!!!!!!!! Everything works perfectly now!!!!!!!!!! :lol: :P For people having the same problem and looking for a solution, just download hMailServer 4.0-B118 or higher. I was running hMailServer 4.0-B117, I only had to download the new version on http://de...
by FAWTS
2005-06-27 13:43
Forum: Scripting
Topic: Image in mail does not appear with SM
Replies: 11
Views: 10274

Heu, Yes, a little bit.

To sum up, it can't work for the moment with Firefox nor IE.

Anyway, if I can help, just ask me
by FAWTS
2005-06-27 02:21
Forum: Scripting
Topic: Image in mail does not appear with SM
Replies: 11
Views: 10274

Hi Ssevennm I tried your code, adding : // make sure we have the 2 most common image types as // a quick workaround for Safari and Firefox... $types[] = 'image/gif'; $types[] = 'image/jpeg'; just after $str = str_replace( ', ' , ',' , $str ); $types = explode(',', $str); Maybe it was not what I was ...
by FAWTS
2005-06-25 14:04
Forum: Scripting
Topic: Image in mail does not appear with SM
Replies: 11
Views: 10274

Image in mail does not appear with SM

Hi, Even if "Voir la version HTML par défaut" (see the HTML version by default) is on Yes and "Afficher les images en pièces jointes" (dispaly attached pictures) is on Yes, when a mail containing pics in his body is sent, there is no way to see it. Firefox display his icone meaning he understand it ...