Re: [IMail Forum] ODBCUSER.DLL

2000-12-08 Thread Joseph Mann
Hello Craig, There was a new dll that shipped with 6.05. Where did you replace the USERID and PASSWORD in the dll. What it sounds like is that during table validation it is failing cause it looks to see if all of the appropriate fields are there. Unless you also replaced that code it will

Re: [IMail Forum] ODBCUSER.DLL

2000-12-08 Thread Joseph Mann
ig. CG -Original Message- CG From: [EMAIL PROTECTED] CG [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Mann CG Sent: Friday, December 08, 2000 11:35 AM CG To: [EMAIL PROTECTED] CG Subject: Re: [IMail Forum] ODBCUSER.DLL CG Hello Craig, CG There was a new dll that shipped with 6.05. CG W

[IMail Forum] Foxpro ODBC

2000-12-10 Thread Joseph Mann
Not yet. The current odbcuser.dll will not work correctly with a VFP table. The problem being that Foxpro/VFP will return the entire field length when authenticating a user etc, regardless if the username does not use the entire field length. It doesn't have a VARCHAR field type, because of

[IMail Forum] IMail DB - mysql

2001-01-15 Thread Joseph Mann
Wouldn't SQLTables() work to gather the name of tables in the current catalog or schema. Followed up with SQLColumns() to gather the column names to make sure they match what IMail requires. I know that both of these functions are ODBC compliant and SHOULD work with access or MySQL. -- Best

[IMail Forum] IMail DB - mysql

2001-01-15 Thread Joseph Mann
ry to play a little with CT this. :-) Best regards, Sbastien Riccio Omicron Web-Services Place de la Gare 4 1003 Lausanne Phone: +41-21-3453611 Fax: +41-21-3453611 http://www.web-services.com - Original Message ----- From: "Joseph Mann" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

[IMail Forum] MX connect fail problem.

2001-01-16 Thread Joseph Mann
Do you have multiple NIC's on the machine that IMail is running. -- Best regards, Joe M. Tuesday, January 16, 2001, 4:30:21 PM, you wrote: CS This is a continuation of @home.com problem that I posted earlier. CS I continue to find "MX connect fail" entries in the log file and whne I do

[IMail Forum] ODBCUSER.dll problem with SQL 7.0

2001-01-23 Thread Joseph Mann
Go into the ODBC Manager. Turn on SQL trace and find out where it's failing. Are you using Named Pipes or TCP/IP in the network configuration? -- Joe M. Tuesday, January 23, 2001, 8:30:04 AM, you wrote: CG Try this: CG DSN;UID=databaseusername;PWD=databasepassword;DB=DBname CG Tablename:

Re: [IMail Forum] External Database

2001-02-02 Thread Joseph Mann
IMail only stores user specific information in the external db, such a userid, password etc. Aliases are stored in the registry. -Joe Friday, February 02, 2001, 7:13:33 PM, you wrote: JG The manual states, "IMail can use an external database to register and JG authenticate users. Users

[IMail Forum] NT System Log and POP3D32

2001-02-14 Thread Joseph Mann
One other thing that will also cause this is if you have Audit's enabled. (If I'm correct, I think that only applies if your using the NT user database.) -Joe DD Larry, DD If you stop the POP3 service, does the logging stop, too? It should. DD Have you tried configuring POP3 service to

Re: [IMail Forum] SMTP32.exe - Application Error

2001-03-11 Thread Joseph Mann
Nested Aliases or extremely large group aliases will cause this. Did you create the registry entry MaxQueProc and set the decimal value too high? So basically you would have to many SMTP32 processes running more than your box could handle. -- Best regards, Joseph Saturday, March 10, 2001,

Re[2]: [IMail Forum] ODBC

2000-06-27 Thread Joseph Mann
the DBC or tables. -- Best regards, Joseph Mann TLF I think your orignial post indicated you were using Visual FoxPro. TLF I don't have any experience with FoxPro and Imail. (I do have some TLF experience with FoxPro but I do it so rarely that I always have a hard time TLF even making

RE: [IMail Forum] Heads Up ... IPSwitch

2004-10-28 Thread Joseph Mann
is. Constructive disagreement is great, it's what builds innovation. Please, let's stop the personal attacks and get back to a professional level. Joseph Mann Director of Information Technology 706-434-4103 http://www.mullinslab.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [IMail Forum] NEED HELP WITH MYSQL!!

2001-08-20 Thread Joseph Mann
You will need to have a special MySQL ODBCUSER.DLL. The \ is treated as an escape character in MySQL. I know that there is one floating around on the forum for 7.x. I would suggest try and ask MADSCIENTIST, I think he had created one for 6.x. -- Joe Monday, August 20, 2001, 12:30:00 PM,

Re[4]: [IMail Forum] Improper SMTP session???

2002-01-27 Thread Joseph Mann
Can you send me one of the PM messages as an attachment, please don't forward me one. Send it off-line as to not offend anyone by sending attachments. I could be mistaken but find it hard that IMail is generating the PM message since it handed it off already. -- Best regards, Joseph

Re: [IMail Forum] Who caught the latest virus before it caught their users?

2002-01-29 Thread Joseph Mann
Try this as a domain level processing rule. B~(name=.*\.com):NULL B~(filename=.*\.com):NULL -- Joseph Mann Tuesday, January 29, 2002, 11:30:30 AM, you wrote: Joseph So that was after you heard about (and possibly were infected by) the virus, Joseph then you filtered based on the subject

Re[2]: [IMail Forum] re: - Imail Server 7.0,Sql Server 2000 and ASP

2002-02-13 Thread Joseph Mann
1.Imail Server = External Database as SQL SERVER 2000 2.SQL Server 2000 = Table Stucture required for Imail Server 7.0 External Database No problem, take a look at the following KB article. There is no need for you to create a table on the SQL Server unless you wish to do so. IMail's

Re: SV: [IMail Forum] OT: SQL syntax!

2002-04-12 Thread Joseph Mann
This should do it. What type of database are you querying? SELECT DISTINCT IP, WEEK, DATE, COUNT(*) FROM VISITORS GROUP BY IP, WEEK, DATE ORDER BY DATE ASC; -- Joe M. Friday, April 12, 2002, 3:57:29 AM, you wrote: TT Thanks, but somehow it doesn't like the COUNT(DISTINCT Visitors.IP)...

Re: [IMail Forum] External Database - Beware of Access DB

2002-04-15 Thread Joseph Mann
Microsoft Data Engine (MSDE) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmsde/html/msdeforvs.asp Cost: MSDE is available to any licensed customer of Office 2000 Professional, 2000 Premium edition, or any Visual Studio 6.0 Enterprise or Professional edition tool,

Re: [IMail Forum] external database connectivity problems

2002-07-24 Thread Joseph Mann
Are there any errors in the sysmmdd.txt log? Have you tried to do a SQL trace. This should get to the bottom of the problem. -- Joseph Mann Wednesday, July 24, 2002, 5:02:37 AM, you wrote: NC No luck with that, I even tried using sa for the odbc - still no NC database connection. NC I've

Re: [IMail Forum] IMail not using MX record preference correctly? (another example)

2002-07-30 Thread Joseph Mann
Any static entries in your hosts file? -- Joseph Mann Tuesday, July 30, 2002, 2:43:32 PM, you wrote: TR I'm seeing the same thing again. Although none of the mail servers are TR down, I can clearly see that the one that IMail is choosing is NOT the one TR with the lowest priority. I may

Re: [IMail Forum] FW: The Spam Gang Is Back, Don't Delay Spam Today8051 (OT)

2002-09-26 Thread Joseph Mann
Its apparent that the spammers forged identities with Great Bird Enterprises. See below. http://greatbird.com/design/index.shtml Spam Attack Great Bird Enterprises has become the victim of a cruel and sadistic spam attack. Our web site was used in the body of a spam message advertising Spam 5

Re: [IMail Forum] IMail (Big Major Problem)

2002-10-01 Thread Joseph Mann
Did you go through the article listed on changing your IP address in the registry for IMail? Do you have multiple IP's listed under one nic or with multiple nic's? http://support.ipswitch.com/kb/IM-19991007-DM02.htm http://support.ipswitch.com/kb/IM-19981110-DD02.htm -Joe M. Tuesday,

Re: [IMail Forum] Trying to fix Ipswitch rule

2002-10-03 Thread Joseph Mann
H!~\sSubject:\s.:spambox -- Joseph Mann Thursday, October 3, 2002, 1:01:05 PM, you wrote: KP I copied a rule from the Ipswitch knowledgebase that is supposed to catch email without a Subject, KP or where the Subject has no word characters. Instead the rule began to send numerous legitimate

Re: [IMail Forum] Web Server Port Problem

2002-10-07 Thread Joseph Mann
If you not using IIS, turn it off. -- Joseph Mann Monday, October 7, 2002, 1:49:50 PM, you wrote: W Hi All, W I have a problem changing the port number of the web messaging server from 8383 to 80 to be able to write the URL without (:8383) at the end. W But when i did that and tried to open

Re: [IMail Forum] FIXED! Imail SLOW When Running On Fast W2K Hardware

2002-12-11 Thread Joseph Mann
As you probably are aware I just wanted to mention that IMail doesn't interact directly with hardware. The exception only occurs with IMonitor that will interact with the communication port if you have IMonitor setup to do so. In the past three years there have been two common components when

Re: [IMail Forum] OT: Exchange2000 ETRN with Imail spooling.

2002-12-18 Thread Joseph Mann
Take a look at this. http://support.ipswitch.com/kb/IM-20021001-DM01.htm -- Best regards, Josephmailto:[EMAIL PROTECTED] Wednesday, December 18, 2002, 6:29:56 PM, you wrote: KC Hello: KC We have a customer moving their offices and their new leased line will not

Re: [IMail Forum] Problems changing external databases

2002-12-31 Thread Joseph Mann
it does not include functions for anything domain related. Sure it does... hoststructs.h typedef struct _IMAILHOSTINFO { char szHostName[MAX_HOSTNAME+1]; char szAliases[MAX_ALIAS+1]; char szIPAddr[16]; char szTopDir[MAX_DIRNAME+1]; char szUserDB[MAX_DIRNAME+1]; DWORD

Re: [IMail Forum] Windows 2000

2000-03-17 Thread Joseph Mann
There is a problem with IMail reading the Windows 2000 user database, due to W2K new active directory. It is an issue and it is currently being worked on. Thank YouJoseph Mann, MCSEIpswitch Technical Support Engineerhttp://www.ipswitch.comWhen replying please append previous

RE: [IMail Forum] Eudora

2000-04-05 Thread Joseph Mann
Anthony, In Eudora look at the eudora.ini file located at the root of the eudora folder. Add the line in the settings section just as follows: SmtpAuthBanished=CRAM-MD5This only works in 4.3 Please note Eudora is still using LOGIN just not CRAM-MD5 authentication. Joe -Original

RE: [IMail Forum] Cannot Send Over Imail v.4.07

2000-04-18 Thread Joseph Mann
Could you send me the SMTP logs located in the "C:\imail\spool" sys.txt. The answer to your second question is that after the user composes their message they will have to select the "Save Message in Sent Folder" in Web Messaging. Thank You Joseph Mann, MCSE Ipswit

Re[2]: [IMail Forum] Windows 2000 Crashing

2001-04-08 Thread Joseph Mann
Hello Jameo, What kind of NIC do you have in the box? I have seen this with faulty or out dated NIC drivers on Windows 2000. I heard of a gentleman that his box would reboot every five minutes. Come to find out a customer had their Outlook client checking their POP mailbox every five minutes.

Re: [IMail Forum] Setup of mail server (This time without the request for a read receipt) sorry about that one

2001-04-20 Thread Joseph Mann
Hello, How large is the drive that your spool directory is located on? Also how much free space on that drive? -- Joe Friday, April 20, 2001, 3:47:49 AM, you wrote: Mike Hi Mike Please reflect back the days when setting up a mail server was something in wich you had no experience

Re[2]: [IMail Forum] Setup of mail server (This time without the request for a read receipt) sorry about that one

2001-04-20 Thread Joseph Mann
Hello, Tell me about Drive i:\ is that a local partition or mapped drive? What kind of permissions are set on the drive/folder for spool? -- Joe Friday, April 20, 2001, 8:25:41 AM, you wrote: Mike Drive i 9GB and 900MB is free Mike - Original Message - Mike From: "Joseph

Re[2]: [IMail Forum] outlook

2001-05-02 Thread Joseph Mann
How about this. Try deleting the main.uid file for the mailbox on the server. If the index is corrupt it will interpret that number of messages incorrectly. -Joe M. Wednesday, May 02, 2001, 7:11:35 PM, you wrote: JC IMain Admin at BC Web wrote: Why Jack, you picked my favorite subject.

Re: [IMail Forum] Imail 7 Remote Connection

2001-06-27 Thread Joseph Mann
Hello, Both 8399 and 106 destination, and make sure Pserve is running. When you connect from home lets say, your connecting out on a random port such as 2714 (The port I'm connected out with as we speak) which will then connect to the destination on 8399. Are you setup as a System Admin with the

Re: [IMail Forum] Bug in remote admin on Version 7?

2001-06-28 Thread Joseph Mann
Hello, Depending on the volume of users this can take sometime. For a list of 1000 users you could see a rather lengthy delay. -Joe M. Thursday, June 28, 2001, 10:25:27 AM, you wrote: Diarmaid Hi Diarmaid I've just installed Version 7.01 and have noticed that when using the Imail Diarmaid

Re: [IMail Forum] Access db vs. IMail db vs. SQL Server (formerly 'Access db to Imail db')

2001-06-29 Thread Joseph Mann
IMail Database +- 100,000 users == Bloated Registry. External Database == Scalable. OffLoad User's so IMail doesn't have to perform the query against a bloated registry and to provide integration into a third party accounting system if needed. A FORM of fault tolerance (use loosely) IMail Box

Re: [IMail Forum] ICS Expert Users Group invitation!

2006-02-09 Thread Joseph Mann
Hi Martin: This is so typical. I've listened to users on this forum bitch and moan over the years of never being invited to participate in a beta release program. Now the invitation is open the moaning and griping continues because you don't want to install it on a production server. It's

RE: [IMail Forum] Blackberry Issue

2006-03-30 Thread Joseph Mann
We use Blackberry's (7250) exclusively with our sales department. Knock on wood we haven't had a problem yet. No special setup needed at least none that I have done. -Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Rogers Sent: Thursday,

RE: [IMail Forum] Blackberry Issue

2006-03-30 Thread Joseph Mann
client on your blackberry and what version of imail? are you forwarding to your bb or popping directly to imail? bye for now, kg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joseph Mann Sent: Thursday, March 30, 2006 7:20 AM To: Imail_Forum

RE: [IMail Forum] Eudora SMTP AUTH ISSUES ---- To: Anthony Santen

2000-04-06 Thread Joseph Mann, MCSE, MCP+I
Anthony, If your not going to ACT like a professional, then keep your smart comments to yourself. It's not amusing! Joseph Mann -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Anthony SantenSent: Thursday, April 06, 2000 6:25 PMTo