Search found 18 matches
- 2004-03-09 04:47
- Forum: General discussions
- Topic: SSL Pop3
- Replies: 11
- Views: 12872
SSL via stunnel
http://www.vajri.com/ftp/ stunnel.zip openssl-0.9.7c.tar.gz Install openssl if you need to create the private key and public certificate. If you already have a certificated and key (make a .pem file with the key first, a blank line, then then cert and a blank line), then just unzip the stunnel.zip f...
- 2004-03-05 04:32
- Forum: General discussions
- Topic: I'm awake
- Replies: 1
- Views: 3057
heheh, long weekend there eh?
For SSL, I discovered that stunnel is a very quick and easy way to go. I have company right now (and for the weekend actually) but I will write up instructions and put a zip together with files and instructions for how to proxy any TCP port with SSL. I have it working where port 995 answers pops and...
- 2004-02-27 06:27
- Forum: General discussions
- Topic: unable to get distribution list to work
- Replies: 12
- Views: 11004
You might think about upgrading your sql server. As for the postmaster, that is not the same as mirror. Under Domains->mydomain.com in the admin tool, the entry under the domain name is Post Master. You should put something here like postmaster@mydomain.com and make sure that (assuming its a local a...
- 2004-02-26 02:35
- Forum: General discussions
- Topic: unable to get distribution list to work
- Replies: 12
- Views: 11004
What version of MySQL are you using? something prior to 4.0.17? or 5.x? I saw a few of these same entries in my log a few weeks ago, and if I am screwing around with the mysql databases while someone is sending mail, I suspect that that might be doing it. But then again, that might just be coinciden...
- 2004-02-25 03:10
- Forum: General discussions
- Topic: unable to get distribution list to work
- Replies: 12
- Views: 11004
If you have a postmaster account specified on the domain configuration page, make certain you have an active account setup with the exact same username as the postmaster. I ran into some strange problems with that a while ago. Other than that, Ill have to dig into the code to see what might be going...
- 2004-02-24 23:06
- Forum: General discussions
- Topic: Empty messages
- Replies: 30
- Views: 24007
Ive started noticing empty messages, but I only get them on the postmaster address. The only mail that goes there is spam that is directed to non-exisitant users, and about 1/3 of the messages end up as blank messages. One thing to note is that the database has a non-zero message length, but the ass...
- 2004-02-24 22:58
- Forum: General discussions
- Topic: unable to get distribution list to work
- Replies: 12
- Views: 11004
- 2004-02-20 04:58
- Forum: General discussions
- Topic: hMailserver webmail
- Replies: 9
- Views: 9026
- 2004-02-18 08:21
- Forum: General discussions
- Topic: hMailserver webmail
- Replies: 9
- Views: 9026
While I await hMailServer 3.0, I am using IlohaMail @ http://www.ilohamail.org
- 2004-02-18 03:38
- Forum: General discussions
- Topic: Moving from sourceforge?
- Replies: 1
- Views: 3274
- 2004-02-16 18:05
- Forum: General discussions
- Topic: I'm first!
- Replies: 4
- Views: 5135
Well, now that Valentine's Day weekend here is come and gone, I again have time to do a little extra work. I had some problems last week with 2.0.3 deleting messages, but I didnt have the time to diagnose the problem, only restore back to 2.0.2. I need to spend a moment to get a test environment wor...
- 2004-02-16 18:00
- Forum: General discussions
- Topic: Empty messages
- Replies: 30
- Views: 24007
anti-virus program?
I can think of one way to get the problem. Blank messages show up when the database has a mail entry in it, but the associated mail file in the .\data directory is missing. If you have an anti-virus program running, and someone sends you a file with a known virus in it, the anti-virus program would ...
- 2004-02-11 21:46
- Forum: General discussions
- Topic: POP3/SMTP timeouts
- Replies: 21
- Views: 18575
Outlook Express is fine
I have been using v2.0.2 for the last few weeks with various email clients (web and outlook express) and have not experienced any problems like you describe.
feel free to email me and I can try to walk you through the config.
Brian Chojnowski
chow@primenet.com
feel free to email me and I can try to walk you through the config.
Brian Chojnowski
chow@primenet.com
- 2004-02-05 18:45
- Forum: Archived feature requests
- Topic: relaying only for localhost
- Replies: 7
- Views: 7107
got the code
The instructions worked great. I was able to get everything d/led and almost compiled. One bit that people might not know is that you need to have Microsoft Platform SDK installed, CORE + Internet Development. This can be obtained @ http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ If you s...
- 2004-02-05 17:52
- Forum: Archived feature requests
- Topic: relaying only for localhost
- Replies: 7
- Views: 7107
got the code
Your instructions worked great. I got CVS to work properly and everything was going great except that my development environment is in desperate need of a wipe and rebuild. Ill be able to get working in a day or two. One thing to add to the instructions is that you need to have Microsoft Platform SD...
- 2004-02-05 00:36
- Forum: Archived feature requests
- Topic: relaying only for localhost
- Replies: 7
- Views: 7107
woo hoo!
Precisely what Im trying to do.
Danke!
Danke!
- 2004-02-04 19:52
- Forum: Archived feature requests
- Topic: relaying only for localhost
- Replies: 7
- Views: 7107
poking through the code
In smtpconnection.cpp, right about the middle of the file, I see the check for relay type first, followed by the ip-range check. If I can figure out how to assemble all the source, I would add a config option to ip-ranges to override smtp relay setting to allow open relay, and put that check ahead o...
- 2004-02-04 19:12
- Forum: Archived feature requests
- Topic: relaying only for localhost
- Replies: 7
- Views: 7107
relaying only for localhost
First, this is a great application. I was very happy to donate. I am using v2.0.2 Relaying only from a specific host, I discovered that I could use IP Ranges to do so: 0.0.0.0-255.255.255.255 pri=0 smtprelay=no 127.0.0.1-127.0.0.1 pri=100 smtprelay =yes However, it looks like the smtp security relay...