Community Discussions and Support

The perfect forum for general discussions or technical questions about Mercury Mail Server.

0
-1

Clever! I have to say that I probably wouldn't have thought of that solution, even though it's a good one.

Just goes to show - the fact that I wrote the program doesn't necessarily mean that I know the best ways of using it. It's nice to have a creative user community. [:)]

Cheers!

-- David --

0
-1
closed
johnl posted Jun 6 '07 at 8:02 am

I can appreciate the effort you've put in to maintaining the legacy of code while supporting the breadth of email technologies in Mercury.  I'll keep an eye out for the support of various IMAP extensions in the future.  Thanks again for putting forth the effort to maintain this type of technology.  It's not too common these days to have the primary developer of a product dedicate the time to respond to queries like this.

John

0
-1
closed
Kevin Hastings posted Jun 16 '12 at 11:56 am

Okay, I don't have a fantastic solution, but maybe you could run your pop3 server on a different port from the default port, so attackers that are just guessing you have pop3 because you SEND / ACCEPT mail will be thrown off the trail.  Of course it will mean informing all of your users ... which might be a major headache!

*that's what I did when I was just starting and people were trying to connect to my pop3 and I didn't even have any users yet ! ! !,  I changed port and now get no unwanted attention* 

0
-1
closed
David Harris posted Jun 5 '07 at 7:10 am

[quote user="GLM"]

Anyone knows how bare LF messages received by the SMTP module are processed by Mercury/32?

                              -messages are accepted and LF converted to CR/LF pair

[/quote]

I would expect this to be the case almost everywhere in Mercury. The problem is that a message file can be processed so many times in the course of passing through the queue that there may be some places where it's not so - but as a general rule, this is what I would expect to happen. I code pretty defensively against bad line endings.

Cheers!

-- David --

0
-1
closed
TMuecker posted Aug 8 '07 at 8:18 pm

Mercury NLM 1.48, Netware 4.20, Pegasus Mail 4.41 NDS Mode, NPEG 2.06, GETMAIL 0.41

2 domains, SpamAssassin 3.1.7 on a smart host (internet provider), less than 1000 Emails every day,

original Pentium 150 MHz, 208 MB RAM,

System on IBM 8 GB SCSI HD (at Compaq EISA SE-Wide-SCSI Controller), Mailboxes RAID5-Array,

System setup 06-05-1996, works also as File- and FTP-Server  (workday, working hours CET+1), never touch a running system... ;-)

0
-1
closed
David Harris posted Jul 23 '07 at 2:40 pm

You're giving me nothing to work with - how about an example, or a more detailed description of what you're seeing? I'm not psychic.

That said, there are two general answers to this. The first is that if you can tell me specific places where you're having problems with truncation and can give me solid examples, I'll see what I can do to accommodate you... The second, however, is that if you are finding that some of your clients are sending mail with lines longer than 1000 characters, or messages that are not syntactically valid in terms of RFC2821/2822, then you should really be getting the *client* to get their programs fixed, not me. Just because I am approachable or available is not a sufficient reason to dump other developers' problems on me - problems should always be fixed at the source.

Cheers!

-- David --
 

0
-1
closed
PiS posted Jun 1 '07 at 2:41 pm

Basically you set up two local mailboxes, one for your wife and one for your self.

Point the alias you like to these mailboxes. (addr1@domain == mbox1, addr2@domain == mbox2)

For the generic address, set up a mailing list, use a real address as list name addr3@domain - then add the two alias addresses as subscribers to the list.

You need to run MercuryE and MercuryP and MercuryS.

0
-1
closed
David Harris posted May 31 '07 at 1:23 pm

[quote user="Richard"]

Interestingly, I use the same copy of Pegasus to connect to an MS Exchange server, 2003 I think. Connecting to that using IMAP only seems to work if I use 'Via direct SSL connect'.

[/quote]

Yeah, tragic isn't it. Outlook only supports direct connect too, as far as I know. Trust Microsoft to be six years behind the times on standards compliance.

Cheers!

-- David --

0
-1
closed
KeithW posted May 31 '07 at 7:25 am

Tom,

 

Thanx for the reference to   ... it helps when you have a place to check your work.  I seem to be running into issues with the SPF records and I had a Reverse DNS Lookup issue, but I'm not sure the DNS info has had enough time to propagate.

Regards,

Keith

0
-1
closed
David Harris posted May 31 '07 at 7:56 am

[quote user="olic"]

Here is the lines sent by the old program which Mercury don't like :

MAIL 
RCPT TO:olivier@serv1.sim
[/quote]

There was a time when Mercury would have accepted these addresses, in the spirit of "Be tolerant in what you accept and strict in what you send", but the advent of open relay testers and spambots meant that I had to change that policy to one of being much stricter about what I will and will not allow. There are also complications introduced by certain ESMTP extensions to the MAIL FROM: command that force me to be more stringent about syntax.

The only suggestion I can offer is the same as Thomas's - that you try entering the address in the old program with the < and > characters already in place. The address is still legal in all cases where a compliant RFC2822 parser would be reading it, and it will work around the problem. Of course, if the string is hardwired or there's some other reason why you can't change it, then I'm afraid you have a bit of a problem.

Cheers!

-- David --

0
-1
closed
PiS posted May 31 '07 at 5:15 pm

Today we received a fresh Beta where the licensing code is mainly being tested, besides some minor fixes since last beta.

Testing with us here at PraktIT, is a bit cautious:
1. Install in test-lab (which is our internal system)
2. Test all features that we use, settings etc. - report whatever we find.
3. If no serious issues arise with the beta, after about one week we:
4. Install the beta onto our production systems that has much heavier load.

During all the time, we watch carefully memory use, resource use, GDI-pointers, file handles, message error reports, statistics etc. as well as test the connectivities from various clients.

0
-1

[quote user="roryk"]

What kind of connection are you using to access your IMAP mailbox?  My connection is 384 kbps so it takes a little while to download a 6 MB attachment to my local store and be able to access it.

[/quote]

Practically, I only access my IMAP mailbox from the home network (100 Mbit). I've set up my mail client to not download attachments until I open them.
The problem doesn't exists if I access the mailbox with Pegasus Mail.

[quote user="roryk"]

As for the resources issues, are you seeing errors or performance issues related to the resource utilization?
 

 [/quote]

No, I don't see errors. Everything works except a 100% CPU usage from mercury.exe in windows task manager (for a couple of seconds, depending on the size of the attachement).
Strangely enough, this doesn't happen when I actually open the attachment (and download it from the server).
 

0
-1

thanks, i had a bit of misconfiguration... in mind: following peter settings i was able to set the ML account, working now.

i already set up regular users for multi domains but ML confused me... now i got it 

let's see what the future will bring...

 
:)

 
Marco 

 

0
-1
closed
MartinB posted Feb 24 '09 at 3:17 pm

Probably the easiest option would be to static the local IP address.

I presume Mercury & apache are on the same machine. You could tell mercury to use localhost, but other pc's won't be able to talk to it.

 

2.31k
13.66k
8
Actions
Hide topic messages
Enable infinite scrolling
Previous
Next
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft