• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • IMAP4 -> Advanced tab • Copy SMTP Rules - Database Query • Send Admin Message • VPOP3 Status Monitor Problems • Database -> Restore Tab • Socket Error 10054 - The virtual circuit was reset by the remote end • Misc -> DNS Tab • Installation Errors • Out of Disk Space When Sending Mail • VPOP3.GetMessages Lua function

command

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@reference
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Autoresponder Commands
  • ListServer Commands

Fulltext results:

SMTP Server Lua Scripting
41 Hits, Last modified: 4 weeks ago
* - called at startup, and when the HELO and EHLO commands are received * **GetEHLOCapabilities()** - called when the EHLO command is received * **DoHELO()** - called when the HELO or EHLO command is received * **DoHELP()** - called when the HELP command is received * **DoQUIT()** - called when the QU
ListServer Commands
17 Hits, Last modified: 7 years ago
======ListServer Commands====== The [[listserver settings|ListServer]] is an automated process in VPOP3 which manages [[mailing lists]]. People can send commands to the ListServer to perform various functions remotely. Whether these commands are allowed, and exactly how they work depends o... particular mailing list's settings. =====Subject Commands===== These commands can be sent in the message s
Autoresponder Commands
9 Hits, Last modified: 7 years ago
======Autoresponder Commands====== **This article only applies to VPOP3 v4 and earlier** A VPOP3 autorespo... part of the response. There are three types of 'command' * Sections * Controls * Replacements ====... ntacting us </code> =====Controls===== These are commands put on a line of their own, surrounded by angle ... our of the autoresponder in some way. If you put commands in a Section, then only the commands used by the
SMTP Service -> VRFY/EXPN Tab
9 Hits, Last modified: 7 years ago
Server]] -> VRFY/EXPN Tab VRFY and EXPN are SMTP commands which allow another computer to verify email add... RFC 5321]] for technical details. Usually, these commands should be disabled for security purposes, but some other software may be able to use these commands for various reasons. In this case, you can enabl... ess(es) you trust. ====Enable VRFY and EXPN SMTP Commands==== This option enables the VRFY and EXPN comman
Database -> Backups Tab
8 Hits, Last modified: 7 years ago
backup the PostgreSQL database using the pg_dump command, or use another program to backup the PostgreSQL ... al the **PostgreSQL Binary Directory** and **Dump Command Options** settings should not be changed, but the **Dump Command Target File** setting can be changed to make VPOP... eSQL it may be in a different location. ====Dump Command Options==== VPOP3 uses the **pg_dump** command (p
Running database updates within a transaction
5 Hits, Last modified: 7 years ago
begin a database transaction using the ''BEGIN'' command; Then, run your update query. Then, check the results. Then, either use the ''ROLLBACK'' command if you aren't happy with the results, or use the ''COMMIT'' command if you are happy with the results. For instance,... a widget from the database you could just use the command ''DELETE FROM widgets WHERE id=27;''. The problem
Status Monitor (port 5109) protocol
5 Hits, Last modified: 6 years ago
Status Monitor receives any updates or can issue commands it must log in using a user's credentials. Ther... e password is transmitted in plain text Send the command LOGIN <username> <password> You will receive a ... then send use that as the response. Then send the command ALOGIN <username> <response> You will receive a... then send use that as the response. Then send the command APILOGINALOGIN <username> <response> You will r
Database -> Restore Tab
5 Hits, Last modified: 7 years ago
temporary database on the VPOP3 computer, go to a command prompt in the VPOP3\pgsql\bin folder and run a command like createdb -U postgres -E SQL_ASCII -p 5433 -... create a database called 'vpop3temp' Then, run a command like: pg_restore -U postgres -p 5433 -d vpop3te... ed you can remove the temporary database Go to a command prompt in the VPOP3\pgsql\bin folder and run a co
ListServer Settings
5 Hits, Last modified: 7 years ago
ng list requests, such as subscribe & unsubscribe commands. Anyone can send an email to the ListServer to ... domain> with a message (see below) [[Listserver Commands|See here for commands]] that users can send to the ListServer. ====General ListServer Name==== This sets... lp. ====Ignore ListServer messages with no valid commands==== If someone sends a message to the list serve
Message Archive
4 Hits, Last modified: 7 years ago
something>.DAT** (this is most easily done from a command prompt (eg ''REN A*.DAT P*.DAT''). After a few mi... of Windows you move & rename the files with a few commands in a command prompt (CMD.EXE) window: C: CD \VPOP3\_archive FOR /D %i IN (*) DO MOVE %i\A*.DAT . ... older, then you will need to change the first two commands as appropriate (make sure you have a backup fir
Spam Filter Rules: *IFSUPPORT
4 Hits, Last modified: 7 years ago
lows the script to determine whether a particular command or function is supported by the installed version... VPOP3 | The ***IFSUPPORT** statement requires a command or a function, in the format <code> *IFSUPPORT <command|function> </code> * All ***IFSUPPORT** statemen... cause syntax errors if they involve unrecognised commands. =====Example===== <code> *IFSUPPORT IfInBag I
msgaudit Database table
3 Hits, Last modified: 7 years ago
hich VPOP3 user performed the event * cmd - the command which occurred * ipaddr - the IP address the ev... * msgdate - the message date Note that this logs commands sent to VPOP3's message store, NOT commands sent by the user, so it may not match what you think is happe
SMTP Service -> Advanced Tab
3 Hits, Last modified: 7 years ago
SMTP connections from clients whose 'HELO'/'EHLO' command data contains the text specified here as a substr... SMTP connections from any client which sends the command 'HELO box23.myisp.com' ====Disable DSN Support==... '!' ('bang' character) as an indication to run a command with the received email. So, sending a message to
IMAP4 Server Scripting
3 Hits, Last modified: 7 years ago
apability function==== When the IMAP4 CAPABILITY command is received, VPOP3 generates a capability string ... xString(2, strExtra); } When the IMAP4 LIST command is received, for each folder to be returned by the command, VPOP3 calls DoListResult(foldername, attribut
Database query to make LAN Forwarding immediately attempt to dequeue all pending messages
2 Hits, Last modified: 7 years ago
rce a retry sooner, you can use the following SQL command. If you want an extra bit of safety, see the [[r... ase updates within a transaction]] article. At a command prompt in the VPOP3 directory run psql (The
os.timedexecute
2 Hits, Last modified: 7 years ago
IMAP4 -> Advanced tab
2 Hits, Last modified: 7 years ago
Incoming SMTP Mail
2 Hits, Last modified: 7 years ago
SMTPStats.SMTPClientFailures table
2 Hits, Last modified: 7 years ago
Autoresponders - v3 and v4
2 Hits, Last modified: 7 years ago
Sent message summary
1 Hits, Last modified: 7 years ago
Reset Message Folder Counts
1 Hits, Last modified: 7 years ago
Misc -> General Tab
1 Hits, Last modified: 7 years ago
POP3 Mail Collection
1 Hits, Last modified: 7 years ago
Allow messages through from a specific IP address
1 Hits, Last modified: 3 years ago
Spam Filter Rules: *STOP
1 Hits, Last modified: 7 years ago
Useful Database Queries
1 Hits, Last modified: 4 years ago
Database query to alter LAN Forwarding rules for one server to go to another
1 Hits, Last modified: 7 years ago
Lua Scripting
1 Hits, Last modified: 5 days ago
Misc -> Advanced Tab
1 Hits, Last modified: 7 years ago
Lua SMTP Relay Control
1 Hits, Last modified: 7 years ago
Lua SMTP MX Control
1 Hits, Last modified: 22 months ago
Database query to alter LAN Forwarding rules for one server to go to another
1 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
1 Hits, Last modified: 7 years ago
Database query to list failed message sends
1 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue
1 Hits, Last modified: 7 years ago
Database query to get all lists and members
1 Hits, Last modified: 7 years ago
Find a message
1 Hits, Last modified: 7 years ago
Database query to find forwards/assistants etc in user settings
1 Hits, Last modified: 7 years ago
Find biggest messages
1 Hits, Last modified: 6 years ago
Database query to export LAN Forwarding rules
1 Hits, Last modified: 7 years ago
Delete list member from all lists
1 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query
1 Hits, Last modified: 7 years ago
Batch file to end a database backup
1 Hits, Last modified: 7 years ago
Database query to view password change history
1 Hits, Last modified: 7 years ago

Page Tools

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