Download page

LIVE SUPPORT

ChangeSender - Exchange Send-as function

Download the Outlook add-in Install this on each user's system.

Download the "for all users" Outlook add-in use this version to install for all users of a machine, i.e. for Terminal Server or Citrix.

Download the server component, Exchange 2000, 2003 version Install this on the Exchange Server (this version for Exchange 2000 or 2003)

Download the server component, Exchange 2007, 2010 version Install this on the Exchange Server (this version for Exchange 2007 or 2010)

POPcon Standard - Exchange POP3 Connector

POPcon 30-Day evaluation version

POPcon Upgrade to an already licensed version.

POPcon PRO - Advanced Exchange POP3 Connector

POPcon PRO 30-Day evaluation version

POPcon PRO Upgrade to an already licensed version.

POPcon NOTES - Lotus Domino POP3 Connector

POPcon NOTES 30-Day evaluation version

POPcon NOTES Upgrade to an already licensed version.

CSCatchAll - Exchange Catch-All mailbox extension

CSCatchAll 30-Day evaluation version

CSCatchAll Upgrade to an already licensed version.

Additional downloads - POPcon/POPcon PRO utilities

POPconTrigger - Trigger a mail retrieval cycle from the command line

POPconView - POPconAdmin but without the ability to change the POPcon configuration

popcon_addaccount.exe - command-line utility to add a POP3 or IMAP account to the POPcon configuration.

usage: popcon_addaccount 11 parameters divided by spaces


Parameters:

1. POP3/IMAP server name (string)

2. user name to log on POP3/IMAP server

3. password

4. Nr of days to leave mail on host. 0= delete after download, 999= leave indefinitely.

5. standard forward address - Forward all email from this account to that addresss. Empty string: Distribute according to email header information.

6. IP port number for POP3 or IMAP connection

7. Timeout value (seconds) for connections to this account

8. Postmaster address - reroute email to unknown users to this address. Empty string: Do not reroute email to unknown users.

9. SSL. 0= do not use SSL. 1= use SSL connection.

10. POP3/IMAP. 0= POP3, 1= IMAP.

11. Display name - the name of the account displayed in the log file.


Example:

popcon_addaccount "pop.mydomain.com" "myuser" "mysecretpassword" 0 "" 110 30 "postmaster@mydomain.com" 0 0 "display name"

Will add one account to POPcon's configuration that downloads from pop.mydomain.com, user myuser with password mysecretpassword. This account will delete emails after download without leaving them on the server any longer. The mail will be distributed according to the header information ("catchall style mailbox"). The connection will be made on POP3 standard port 110 with a timeout of 30 seconds. If the recipient does not exist in your Exchange Server, the mail will be rerouted to postmaster@mydomain.com. The connection will not use SSL and it is not an IMAP but a POP3 server that the mail is downloaded from.

popcon_changepw.exe - command-line utility to change the POP3/IMAP password on an existing account identified by server- and username.

usage: popcon_changepw pop/imap-server-name username new-password

or: popcon_changepw pop/imap-server-name username old-password new-password


Example:

popcon_changepw "pop.mydomain.com" "myuser" "myoldpassword" "mynewpassword"

Will change the existing account password to mynewpassword on the account for pop.mydomain.com with username myuser if the old password matches myoldpassword.