Web games website (Lotus 02)

Source: Internet
Author: User
1. How to configure a copy route and a mail route between two servers?

Two unrelated servers belong to different organizations and different network domains. You can follow these steps to set their users to send and receive emails to each other:

(1) Cross Verification

1. Start the Administrator software, connect to your server, and click the "configuration" tab.

2. Click "tool" -- "Verification word" -- "Cross Verification" on the right"

3. Select Your cert. ID or server. ID and enter your password.

4. Select the CERT. ID or server. ID of the verified peer, and click "cross-validation"

(2) create a connection document

1. Start the Administrator software, connect to your server, and click the "configuration" tab.

2. Select the connection subview In the Server View and click "add connection"

3. Select the connection type and enter the name of your server's hierarchy and the name of the Notes network domain in the original server and original network domain, enter the level name and notes network domain of the server in the target server and target network.

Name, save and close this document

(3) create adjacent network domain documents

1. Start the Administrator software, connect to your server, and click the "configuration" tab.

2. Select the "network domain" subview under the "message" view and click "add network domain"

3. network domain type: Select "adjacent network domains"

Adjacent network domain name: Enter the peer's notes network domain name

4. Save and close this document

(4) create a stack of Contacts

1. Create a copy of the peer communication database on your server, for example, names1.nsf.

2. Edit the notes. ini file of the server.

Names = names. nsf, names1.nsf

3. Restart the server

Note: Both parties should complete the above four steps.

2.How do I specify an external sender and limit the size of the sender's sending and receiving? 

In the console, you can add a role in "configuration"> "sending component"> "setting"> "Base Role"> "SMTP sending control" To Restrict outbound traffic, you can add a role in the console, such as "configuration", "component", "component configuration", "Base Role", "restriction and control", and "Roles" for restrictions., the producer can be set in the console "configuration", "component", "component configuration", "base component", "restriction and control", and "sending control.

3.Scripts that cannot be sent when the user exceeds the quota limit.

Sub queryopen (source as notesuidocument, mode as integer, isnewdoc as variant, continue as variant)

Set cmemoobject = new uimemodocument

Call cmemoobject. INIT (source, isnewdoc)

Dim session as new notessession

Dim dB as notesdatabase

Dim quota as long, currsize as double

Dim warnmsg as string

Set DB = session. currentdatabase

Quota = round (db. sizequota/1024,2) 'convert quota to MB

Currsize = round (db. Size/1048576, 2) 'convert dB size to MB

Warnmsg = "your mailbox has exceeded the size of the mailbox. Please save the email. Currently, your mailbox capacity is" + STR (currsize) + "MB, with the password" + STR (quota) + "MB" '+', since XXX, If you exceed the matching system, you will not be able to send any letter (still can receive )! "

If isnewdoc = true then

If (quota <> 0) and (currsize> quota) then

MessageBox warnmsg, mb_iconstop, "the bin size has been exceeded"

'Continue = false

End if

End if

End sub

4.How to Set external email sending?

In the first choice, you must set up DNS, and then:

1. A Domain document must be specified

> Domain type: Foreign SMTP domain... tells you that all the notes servers have a domain Doc to find out how SMTP mail can route

> Shocould be routed to: Domain Name: smtpdomain1 (the global domain file must be taken into account when route mail is sent, so as to decide how to mail the package from format to be sent, for example: smtpdomain1, the name must be matched)

2. Global domain File

> Domain type: global domain

> Domain Name: smtpdomain1

> Other bitwise parameters define the packet encoding format of the email address.

3. Create a connection document

> Connection type: SMTP

> Source server: Alibaba's Notes SMTP server name

> Connect via: Direct Connection

> Destination server: anyhost (any definition)

> Destination domain: smtpdomain1... must comply with the previous global domain file name

> Smtp mta Relay host: If a relay server exists, it directs to the server address.

Replication/routing Metric

Ruting task: SMTP mail routing... very important

Route at once if: 1 messages pending (send only one letter)

Routing cost: 1

* *********** Your Internet Mail can be sent out ************

* ** The preceding three preset files are important ***

Repair data repair

Solution

1. Backup this mail box

2. Use fixup function to fixup it

<Load fixup mail \ wd_justine_bak.nsf>

3. Use compact function to compact it

<Load compact mail \ wd_justine_bak.nsf>

Previously, many of my company's resources have developed this website.

It should be fine.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.