Fulltext results:
- SMTP Server Lua Scripting @reference
- * **MaxRecipientsPerLocalMessage** - (IN/OUT) - number - maximum number of recipients allowed for locally sent messages * **MaxRecipientsPerIncomingMessage** - (IN/OUT) - number - maximum number of recipients allowed for incoming messages * **MaxMessagesPerLocalSession** - (IN/OUT
- Restricting the number of recipients sent to @how_to
- ======Restricting the number of recipients sent to====== Some ISPs set restrictions on the number of recipients that you are allowed to send in a c... tain time period, eg 50 messages per hour, or the number of recipients that you are allowed to send per me... message/connection===== If your ISP restricts the number of recipients per message or connection, go to th
- Restricting the number of messages sent @how_to
- ======Restricting the number of messages sent====== Some ISPs set restrictions on the number of messages that you are allowed to send in a cer... tain time period, eg 50 messages per hour, or the number of messages that you are allowed to send per conn... ges per connection===== If your ISP restricts the number of messages sent per connection, go to the **VPOP
- How to Restore a backup of VPOP3 @how_to
- this, run **pgsql\bin\dropdb -U postgres -p <port number> vpop3**. When it prompts for the password enter ... L master password - default **pgsqlpass**. (<port number> is usually 5433) - Run **pgsql\bin\pg_restore -U postgres -p <port number> -v -C -d postgres DBBACK-<number>.DMP** where <number> is the latest number of the database backup made
- Spam Filter Rules: Variables @reference
- the same variable can contain either a text or a number, and conversion between the two types will take p... ress of the message |2.1.7+ | ^${RcptCount} |The number of recipients which VPOP3 knows about (from the S... the message |2.1.11+ | ^${AttachmentCount} |The number of attachments in the message |2.1.11+ | ^${InlineAttachmentCount} |The number of 'inline' attachments in the message (eg inline
- Restore Deleted Calendars @how_to
- ) cur = oldConn.cursor() cur.execute(f'SELECT usernumber, username FROM users.users WHERE username=\'{restore_user}\'') oldUserId = 0 for usernumber, username in cur.fetchall(): print(f'Found Backup user id {usernumber}') oldUserId = usernumber cur.close() newConn = psycopg2.connect(host=active_hostname, port=active_port
- SMTP Direct Sender Settings @reference
- requires SMTP authentication, or a different port number you can specify these as well by modifying the se... ority of the target server - specify ''$priority:<number>''. If you don't specify a priority, then the pri... - Check message size - specify ''$size<operator><number>''. If the message size matches the condition, th... ck message retries - specify ''$retries<operator><number>''. If the number of retries of this message matc
- Download Rules @reference
- (in bytes) is equal or greater than the specified number) * **Time now** (HH:MM-HH:MM to specify a range... * **Collector** - (this is the **zero-based** number of the Mail Collector. Note that VPOP3 displays them as one-based numbers, so if VPOP3 displays the collector as number '5', you must enter '4' here. This is for historical reaso
- Database Maintenance @how_to
- eSQL will be on port 5433 (but it may be a higher number, if other software is using port 5433). You can... something like '-p 5433' which tells you the port number. You need to specify the port number in all PostgreSQL commands, as '-p <portnumber>', eg ''-p 5433'' =====Freeing disk space===== In excepti
- Outgoing Message Scripting @reference
- VPOP3 will send messages with a smaller priority number first. * Headers - A list of the message header... ludes raw headers). * HoldSeconds - The current number of seconds the message will be held before being ... = no time). * DeleteAfterSeconds - The current number of seconds before the message will be deleted fro... VPOP3 will send messages with a smaller priority number first. * HoldReason - A reason to be logged in
- Misc -> Advanced Tab @reference
- a message has already made (done by counting the number of 'Received:' header lines). If this number of hops exceeds a specified value, the message will be rejec... The Max Hops value tells VPOP3 what the maximum number of hops to be allowed is when checking a new message. If the number of hops ('Received:' header lines) exceeds this n
- VPOP3.GetMessageLines @reference
- TPSVR.LUA]] scripts. It takes one parameter: - number - number of lines to retrieve The function returns two values: - number - the number of lines retrieved (this may be less than the requested number, eg if the end of the message
- How to send a fax by email using the VPOP3 FaxServer @how_to
- n lines of their own. Use: * **~<recipient fax number>~<recipient real name>~<recipient company>** to s... * **~~RealName~<real name of sender>** * **~~FaxNumber~<fax number of sender>** * **~~PhoneNumber~<phone number of sender>** * **~~Company~<company of sender>** In VPO
- "Too many logins" error message @how_to
- == VPOP3 version 4 and later have a limit on the number of concurrent logins which can be received for a ... ver** * The **UserLoginLimit** is the maximum number of logins for a user * The **IPAddressLimit** is the maximum number of logins from a single IP address - After modi... {{:how_to:userlogin.png|}} Note that setting the numbers too high could cause problems, especially if som
- How to Backup VPOP3 @how_to
- ure you backup the **[[reference:database|DBBack-<number>.DMP]]** files, these contain the mailbox contents and other settings/data. The DBBack-<number>.DMP files contain all the settings/data, so you ... directory. - Run ''pgsql\bin\pg_dump -p <port number> -F c -U vpop3 -f database.dmp vpop3'' ('<port number>' is usually 5433)\\ e.g. //pgsql\bin\pg_dump -p 54