Search 
You are here: Forums   
Latest PostsMinimize
RE: Hack attempts seem to be taking down POP3
by SteveT
on 05 Feb 2012 11:46 AM
RE: Hack attempts seem to be taking down POP3
by ub
on 04 Feb 2012 04:52 PM
RE: relaying denied errors
by SteveT
on 02 Feb 2012 10:29 AM
RE: relaying denied errors
by electricpet
on 02 Feb 2012 09:12 AM
RE: relaying denied errors
by SteveT
on 02 Feb 2012 12:57 AM
relaying denied errors
by electricpet
on 30 Jan 2012 10:47 AM
RE: Hack attempts seem to be taking down POP3
by ub
on 25 Jan 2012 07:56 PM
RE: Hack attempts seem to be taking down POP3
by TheOtherBob
on 25 Jan 2012 03:01 PM
RE: Hack attempts seem to be taking down POP3
by ub
on 24 Jan 2012 08:26 PM
RE: I have to migrate mailserver pro > mailserver.net
by vincewarde
on 18 Jan 2012 11:08 AM
I have to migrate mailserver pro > mailserver.net
by vincewarde
on 17 Jan 2012 08:20 PM
RE: How can I set up a DNS server - MySQL
by StephenRussell
on 13 Jan 2012 09:15 AM
RE: How can I set up a DNS server - MySQL
by SteveT
on 12 Jan 2012 01:58 PM
How can I set up a DNS server - MySQL
by StephenRussell
on 12 Jan 2012 05:18 AM
RE: IMAP / iPhone
by Eskissimo
on 06 Jan 2012 07:47 AM
RE: IMAP / iPhone
by Bru92
on 06 Jan 2012 07:35 AM
RE: IMAP / iPhone
by Eskissimo
on 20 Dec 2011 06:03 AM
RE: Feature Request: DKIM Signing
by jeffff
on 13 Dec 2011 05:11 PM

ArGoStuff User to User Support Forums
MF with Mailserver .NET can't see the accounts
Last Post 24 Feb 2008 04:36 PM by Steve Topilnycky. 8 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
AuthorMessages
BennoUser is Offline
New Member
New Member
Send Private Message
Posts:2

--
05 Jan 2008 04:07 PM  

I installed the MF v4.1 for  .NET edition. the service runs and the dll ist also registerd in the mailserver. but I can't see the Mailaccounts in the MF. What's wrong?

Thanks for your help! Benno

postmaster@nisku.netUser is Offline
New Member
New Member
Send Private Message
Posts:2

--
03 Feb 2008 02:08 PM  

I have the same problem - installed MF 4.1.121 for .NET version of ArgoSoft Mail server - accounts \ domains do not appear in the Stats (tab) section of MF.  Also just installed the new Paranoid 3.0 - which I assume references account \ domains from MF - the accounts \ domains do not appear in Accounts (tab) of Paranoid 3.016 either.

Steve TopilnyckyUser is Offline
Forum Administrator
Veteran Member
Veteran Member
Send Private Message
Posts:1277
Avatar

--
04 Feb 2008 04:13 AM  
This is what Alex posted in the SSS Forums, but never got a response.

Could you please tell me value for registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\ArGoSoft\ArGoSoftMail Server.NET\Settings\Data Source
- - - - - - -
Regards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com/
postmaster@nisku.netUser is Offline
New Member
New Member
Send Private Message
Posts:2

--
10 Feb 2008 11:28 PM  

I get as far as HKEY_LOCAL_MACHINE\SOFTWARE\ArGoSoft\ArGoSoftMail Server.NET\Settings

Within this key there is a string value called "Connection String".  The value contained is as follows:

Data Source=localhost;Initial Catalog=MailServerData;Integrated Security=True;User Instance=False

Mike

Steve TopilnyckyUser is Offline
Forum Administrator
Veteran Member
Veteran Member
Send Private Message
Posts:1277
Avatar

--
11 Feb 2008 09:06 PM  
Mike,

I have notified Alex of your reply. I hope to hear from him soon.
- - - - - - -
Regards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com/
Steve TopilnyckyUser is Offline
Forum Administrator
Veteran Member
Veteran Member
Send Private Message
Posts:1277
Avatar

--
15 Feb 2008 07:55 AM  
Mike,
From Alex:
Whoops. I was wrong. Please tell me the value for keys

HKEY_LOCAL_MACHINE\SOFTWARE\ArGoSoft\ArGoSoftMailS erver.NET\Settings\Connection String
HKEY_LOCAL_MACHINE\SOFTWARE\ArGoSoft\ArGoSoftMailS erver.NET\Settings\Sql Instance
- - - - - - -
Regards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com/
lhsoftUser is Offline
New Member
New Member
Send Private Message
Posts:5

--
21 Feb 2008 09:30 AM  
Now, SQLServer2005 uses aliases to be contacted. If you dont have your alias MSSQLSERVER activated, you can not contact your SQLServer.

Therefore use the following connection string if you want to connect without aliases:
ConnectionString=Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MailServerData;Data Source=127.0.0.1,1433;

Be sure, that TCP/IP-settings are activated in the "SQL Server Configuration Manager", use the Port, which is listed there (by default 1433)

If you have activated aliases in the "SQL Server Configuration Manager", you can replace the IP/Port with alias name, for example

ConnectionString=Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MailServerData;Data Source=.;

while "." is one of the default alias names.
MikeUser is Offline
New Member
New Member
Send Private Message
Posts:2

--
24 Feb 2008 01:28 PM  

Sorry for the late reply.

Here is what I am seeing.



OK - Step 1:
I created an Aliase in the SQL Server Configuration Manager called MSSQLSERVER with the following values:

Port No: 1433
Protocol: TCP/IP
Server: localhost

Step 2:
I checked to make sure the TCP/IP Protocol was enabled in the Client Protocols.  It was already set to "enabled"

Step 3:
I ran Regedit and Navigated to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\ARGOSOFT\ARGOSOFTMAILSERVER.NET\SETTINGS

I edited the connect string as you instructed - inserting the new Alias for the Data Source.
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MailServerData;Data Source=MSSQLSERVER;

Step 4:
I stopped and started the ArgoSoft Mail Server - error occured - The "Provider" value in the register was not supported - so I removed and the Connect String key now read:
Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MailServerData;Data Source=MSSQLSERVER;

The ArgoSoft Mail Server started using these values.

I launched the MF Application.  Checked to see if the accounts were now present - they were not.  I then restarted the MF Service - Checked again to see if the accounts were present - they were not.

Please let me know if I took a wrong turn in these steps somewhere.  Thanks for your help.

Mike

Steve TopilnyckyUser is Offline
Forum Administrator
Veteran Member
Veteran Member
Send Private Message
Posts:1277
Avatar

--
24 Feb 2008 04:36 PM  

Mike,

The thread is still open and ongoing over at SSS Forums http://forum.sssolutions.net/showth...php?t=3630

 lhsoft,

I have tried both setting prevously for Alex. the . was the default settings. I made changes as requested by Alex.  I use eWall, however I still have MF installed for testing, as that was the original product I started with.

I just reviewed the above SSS thread. I missed Alexes test message. I like your suggestion for MF.

Mike,

Create empty text file, change extension to .UDL and double click it. Select "Microsoft OLE DB Provider for SQL Server", specify the login information for your SQL Server and "MailServerData" database, test the connection. If everything is OK, open .UDL file in Notepad, copy and paste resulting connection string to MailFilter Options.INI, don't forget about semicolon ; at the end of line — it's important.

- - - - - - -
Regards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com/
You are not authorized to post a reply.

Active Forums 4.2
DonationsMinimize

Find our site useful? Make a donation to show your support

Donate

logo_ccMC.giflogo_ccVisa.giflogo_ccDiscover.giflogo_ccAmex.gif

ArGoStuff Supporters

 


News from ArGoSoftMinimize
1 2 3 4 5 6


Mail Server v1.0.8.3
  • Added support of STARTTLS (STLS) command for SMTP, POP3, IMAP, and SMTP relay and delivery, which will allow secure, fully encrypted connections, when possible;
11/6/2011 1:10:34 PM
Mail Server v1.0.8.2
  • Optimized delivery speed. In earlier versions each "tick" which was checking whether messages were in the outbox queue, was picking up only one message at a time. Now it will attempt to pick MaximumAllowedThreads-ActiveDelivery threads messages, which should considerably increase deliver speed;
  • Optimized SEARCH and STATUS IMAP commands. They appear to be used very extensively by Android, and (not that extensively, but still) by iPhone. Now users who use mobile phones to access their IMAP accounts will see considerable improvement;
  • Optimized STORE IMAP command. Before storing of IMAP flags was occuring one message at a time, which seemed to be fine with SQL server, but proved to be slow for SQLite... Now it happens with single SQL call.
10/8/2011 7:59:35 PM
ArGoSoft Mail Server v1.0.8.1
  • Fixed a bug: when using IMAP via Firefox with "When I delete a message, move it to Trash folder" option, marking messages in the trash folder was causing high CPU usage, and was taking some time, making the server pretty much non-responsive. The problem was happening only when using SQLite.
6/6/2011 9:33:36 PM
ArGoSoft Mail Server v1.0.8.0
  • Fixed a problem with web interface - was showing only first page of messages, and would not switch to other pages; In order to fix the web interface, mail server itself has to be updated;
  • When installint initially, was still using SQLite, even when SQL was requested;
  • There was a problem with switching from SQLite database engine to SQL server database engine: the SQL database was not being created;
5/23/2011 5:53:55 PM
ArGoSoft Mail Server .NET v1.0.7.9
  • The server no longer requires Microsoft SQL Server. If SQL server is not found, it will use SQLite engine, which does not require separate installation. If SQL server is found, then user will be prompted whether he wants to use it;
  • Made other improvements, such as, now mailbox rebuild indexes orphaned records, rather then deleting them, also added an opotion to increment UIDL validity of folder (both on the Mailbox viewer box);
  • Made minor improvements on web interface;
4/26/2011 9:47:25 PM


1 2 3 4 5 6

Protect Your Computer today withGet AVG Today


Home:ArGoStuff:Forums:Articles:Cyber Security Tips:FAQ:Downloads:Links
Copyright 2006-2011 by ArGoStuff Terms Of UsePrivacy Statement