• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

port

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • how_to (39)
  • reference (16)
  • faq (5)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • How do I get support?
  • How do I write an email to technical support?
  • How long are old versions of VPOP3 supported
  • Support Remote Access facility
  • Which Ports does VPOP3 use?
  • Windows Server Port Conflicts
  • VPOP3 Webmail/admin service and/or Status service is not listening on correct IP addresses or ports
  • Daily Summary is not reporting all Sent messages
  • How to install PostgreSQL to use another port
  • ISP needs you to connect on port 587
  • Outlook/Windows Messaging reports "No transport provider is available"
  • quarantine_report_email_has_invalid_links
  • DMARC Reporter Script
  • Database query to export LAN Forwarding rules
  • Import Users From File
  • Reports
  • Spam Filter Rules: *IFSUPPORT
  • Status Monitor (port 5109) protocol

Fulltext results:

How To Encrypt Sessions @how_to
18 Hits, Last modified: 7 years ago
L connections are usually done on a different TCP port from normal (eg POP3 is on port 110, POP3S is on port 995). SSL connections are encrypted from the start, so any connections on that port MUST be encrypted. - STARTTLS - (this is calle
Installation conficts @how_to
11 Hits, Last modified: 7 years ago
tware (eg AVG) installs a POP3 'proxy' service on port 110. This will appear to conflict with VPOP3. How... ue automatically. If you change the POP3 service port (eg to 5110) then you must remember to change the email client port settings accordingly. Once VPOP3 has started, you can change the POP3 service port on the Services -> POP3 Service settings 'Binding
Encryption @faq
10 Hits, Last modified: 7 years ago
ryption). SSL encryption uses an alternate TCP/IP port than unencrypted traffic, and **all** the session... is commonly used ===Ports Used=== * HTTPS uses port 443 instead of HTTP's port 80 * POP3S uses port 995 instead of POP3's port 110 * IMAP4S uses port 993 instead of IMAP4's port
Creating Extra SMTP Services @how_to
8 Hits, Last modified: 7 years ago
ew binding and double-click the **Address** and **Port** cells to edit those as desired. {{:how_to:serv... Note that only one thing can listen on an address/port combination, so you cannot have two VPOP3 service... the screen. This will be configured to listen on port 5025 (or the first spare port after that). You can click on that service to edit it as you wish. ====T
Using VPOP3 with Microsoft Exchange Server @how_to
8 Hits, Last modified: 7 years ago
same PC==== ===Changing the Exchange Server SMTP port=== As both VPOP3 and Exchange Server are on the same computer, you will need to change the TCP/IP port assignments for the SMTP service in Exchange Server. You should NOT change the SMTP service port in VPOP3 as you cannot change the port which Exchange Server will forward to, but you can change the po
Windows Server Port Conflicts @faq
8 Hits, Last modified: 7 years ago
======Windows Server Port Conflicts====== =====LDAP Server Conflict===== When you run VPOP3 on a server... ''LDAP server not started - couldn't bind socket port 389 (10048)'' This error happens because VPOP3 c... the VPOP3 LDAP service or move it to a different port number. * To remove the VPOP3 LDAP service, go... * To move the VPOP3 LDAP service to a different port, go to the ''Services'' page in the VPOP3 setting
Socket Error 10048 - Specified Address Already in Use @how_to
8 Hits, Last modified: 7 years ago
s are particularly common on [[faq:Windows Server Port Conflicts|server versions of Windows]]. To preve... ing service from the other software or change the port which either that other software or VPOP3 uses fo... o find out which program is using the conflicting port number. Each provides different evidence so if th... prompt]] and at the prompt type in ''telnet <ip> <port>'' where ''<ip>'' is the IP address of the VPOP3
How to install PostgreSQL to use another port @how_to
8 Hits, Last modified: 7 years ago
======How to install PostgreSQL to use another port====== If the VPOP3 computer has a version of Postgre... 8.3 or later for VPOP3 to use a different TCP/IP port number. The VPOP3 installer can't do this for yo... nstall PostgreSQL manually]] onto the alternative port =====Tell VPOP3 to use the new port===== After installing PostgreSQL onto the alternative port, tell
Database Maintenance @how_to
8 Hits, Last modified: 7 years ago
sions 3 and 4 installed PostgreSQL on the default port of 5432. In version 5 this was changed so that it will now find the first free port AFTER 5432, this was to avoid conflicts with othe... is means that for version 5 PostgreSQL will be on port 5433 (but it may be a higher number, if other software is using port 5433). You can tell which port VPOP3 is using b
ISP needs you to connect on port 587 @how_to
7 Hits, Last modified: 7 years ago
======ISP needs you to connect on port 587====== Some ISPs will need you to send mail using port 587, instead of port 25. Port 587 is the '[[http://tools.ietf.org/html/rfc4409|SMTP Submission]]' port which is commonly us
VPOP3 Status Monitor Problems @how_to
7 Hits, Last modified: 7 years ago
onitor talks to VPOP3 using TCP/IP, usually using port 5109, and it has to log into VPOP3 as a user, so ... t usually means that the incorrect address and/or port has been set in the status monitor configuration. Sometimes people change the port to 5108 for some reason, instead of leaving it at the default port 5109. To check this, choose **Disconnect from VPO
Restore Deleted Calendars @how_to
6 Hits, Last modified: 3 years ago
rt psycopg2 backup_hostname = 'localhost' backup_port = 5433 backup_username = 'vpop3' backup_password ... er = 'paul' active_hostname = 'localhost' active_port = 5433 active_username = 'vpop3' active_password ... oldConn = psycopg2.connect(host=backup_hostname, port=backup_port, user=backup_username, password=backup_password, dbname=backup_database) cur = oldConn.curs
Setting up VPOP3 to work with Exchange 2003 @how_to
6 Hits, Last modified: 7 years ago
ame PC===== ====Changing the Exchange Server SMTP Port==== As both VPOP3 and Exchange Server are on the... same computer, you will need to change the TCP/IP port assignments for the SMTP service in Exchange Serv... l Unassigned) line, and press Edit..., In the TCP Port section enter a different number (larger than 102... Server on different PCs below ====Avoiding other port conflicts==== Because both VPOP3 and Exchange Se
Exchange 2007 @how_to
6 Hits, Last modified: 7 years ago
ame PC===== ====Changing the Exchange Server SMTP Port==== As both VPOP3 and Exchange Server are on the... same computer, you will need to change the TCP/IP port assignments for the SMTP service in Exchange Serv... dress in turn, and press **Edit...** Change the **Port** to a different number larger than 1024, for ins... ddress on the Exchange Server, and the IP address:port of the Exchange Server SMTP service. ===VPOP3 2.
How to configure Mozilla Thunderbird @how_to
6 Hits, Last modified: 7 years ago
*, put the IP address of the VPOP3 computer. In **Port**, put the relevant port for the type of server you are running, and the service settings defined in VP... ox put the IP address of the VPOP3 computer. In **Port** put the port number for the VPOP3 SMTP service (usually 25). - Normally, but not always, you will w
Troubleshooting Tips @how_to
5 Hits, Last modified: 7 years ago
Incoming SMTP Feed @how_to
5 Hits, Last modified: 7 years ago
Database schema used in VPOP3 5.x @reference
4 Hits, Last modified: 7 years ago
Setting up an iPhone/iPad/iPod Touch @how_to
4 Hits, Last modified: 7 years ago
How to Restore a backup of VPOP3 @how_to
4 Hits, Last modified: 7 years ago
ISP needs SSL connection @how_to
4 Hits, Last modified: 7 years ago
Socket Error 10061 - The attempt to connect was forcefully rejected @how_to
4 Hits, Last modified: 7 years ago
POP3 Mail Collection @reference
4 Hits, Last modified: 7 years ago
SMTP Relay Service FAQ @faq
3 Hits, Last modified: 4 years ago
Fax Printer Driver Address Book @how_to
3 Hits, Last modified: 7 years ago
Move VPOP3 Version 3 or 4 to a new PC @how_to
2 Hits, Last modified: 6 years ago
How to Backup VPOP3 @how_to
2 Hits, Last modified: 7 years ago
Sending mail through your Gmail account @how_to
2 Hits, Last modified: 7 years ago
Using IMAP4 with VPOP3 Enterprise @how_to
2 Hits, Last modified: 7 years ago
Configuring Calendar on iOS @how_to
2 Hits, Last modified: 7 years ago
Configuring iCal on Mac OSX to connect to VPOP3's CalDAV service @how_to
2 Hits, Last modified: 7 years ago
PostgreSQL Replication @how_to
2 Hits, Last modified: 6 years ago
Move VPOP3 Version 5 (or later) to a new PC @how_to
2 Hits, Last modified: 9 months ago
SMTP Direct Sender Settings @reference
2 Hits, Last modified: 7 years ago
SMTP -> General tab @reference
2 Hits, Last modified: 7 years ago
SMTP Server @reference
1 Hits, Last modified: 7 years ago
Database -> Restore Tab @reference
1 Hits, Last modified: 7 years ago
POP3 Server @reference
1 Hits, Last modified: 7 years ago
VPOP3 Internals @reference
1 Hits, Last modified: 22 months ago
LAN Forwarding Scripting @reference
1 Hits, Last modified: 7 months ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference
1 Hits, Last modified: 7 years ago
Bandwidth Control @reference
1 Hits, Last modified: 7 years ago
POP3 Server -> General Tab @reference
1 Hits, Last modified: 7 years ago
SMTP Server Lua Scripting @reference
1 Hits, Last modified: 4 weeks ago
How to configure Outlook 2007 @how_to
1 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another @reference
1 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another @reference
1 Hits, Last modified: 7 years ago
Unable to access Webmail/Admin when using Kaspersky Antivirus/Internet Security @how_to
1 Hits, Last modified: 7 years ago
Restore selected mail folders or mailbox in VPOP3 v5 or later @how_to
1 Hits, Last modified: 7 years ago
Problems accessing VPOP3 Settings @how_to
1 Hits, Last modified: 7 years ago
How to configure Outlook 2010 @how_to
1 Hits, Last modified: 7 years ago
Outgoing Mail @how_to
1 Hits, Last modified: 7 years ago
How to Install VPOP3 @how_to
1 Hits, Last modified: 4 years ago
How to install the VPOP3 Status Monitor on other PCs @how_to
1 Hits, Last modified: 7 years ago
"Error Sending Message After Authentication" in Webmail @how_to
1 Hits, Last modified: 7 years ago
Accepting Incoming SMTP through a router @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Webmail/admin service and/or Status service is not listening on correct IP addresses or ports @how_to
1 Hits, Last modified: 7 years ago
Which versions of Windows will VPOP3 run on? @faq
1 Hits, Last modified: 3 years ago
Which Ports does VPOP3 use? @faq
1 Hits, Last modified: 7 years ago
Status Monitor (port 5109) protocol @reference
1 Hits, Last modified: 6 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki