Translations:คู่มือการพัฒนา EAI Mail Server บน CentOS 8/54/en
รุ่นแก้ไขเมื่อ 14:11, 12 กรกฎาคม 2564 โดย Photchanan (คุย | มีส่วนร่วม) (สร้างหน้าด้วย "9. Select DB of a mail server and define EAI and English domains and email address with passwords to start using the email server '''# INSERT INTO domai...")
9. Select DB of a mail server and define EAI and English domains and email address with passwords to start using the email server
# INSERT INTO domains (domain) VALUES ('eai.in.th'); # INSERT INTO domains (domain) VALUES ('อีเอไอ.ไทย'); # INSERT INTO users (email, password) VALUES ('thai@eai.in.th', ENCRYPT('thaiuserpassword')); # INSERT INTO users (email, password) VALUES ('ไทย@อีเอไอ.ไทย', ENCRYPT('thaiuserpassword'));