創(chuàng)建郵箱
使用 Windows 界面
- 打開 POP3 服務。
- 在控制臺樹中,單擊“計算機名”節(jié)點。
位置
- POP3 服務/計算機名
- 在詳細信息窗格中,右鍵單擊要創(chuàng)建新郵箱的域,指向“新建”,然后單擊“郵箱”。
- 如果使用本地 Windows 帳戶身份驗證或 Active Directory 集成的身份驗證,除非與您要創(chuàng)建的郵箱同名的用戶帳戶已經存在,否則選中“創(chuàng)建郵箱的用戶”復選框。如果已選中該復選框,則僅當與您要創(chuàng)建的郵箱同名的帳戶已經存在時,才清除該復選框。
- 在“郵箱名”中,鍵入郵箱名。
- 在“密碼”中,鍵入郵箱的密碼,然后在“確認密碼”中,重新鍵入該密碼。
要點
- 如果使用 Active Directory 集成的身份驗證,并且有多個 POP3 電子郵件域,在創(chuàng)建郵箱時,必須考慮在其他 POP3 電子郵件域中,是否存在與該郵箱同名的郵箱。
每個郵箱都與一個 Active Directory 用戶帳戶相關聯,該帳戶同時擁有用戶登錄名和 Windows 2000 以前版本的用戶登錄名。用戶登錄名是 Active Directory 用戶帳戶和 POP3 郵箱的名稱。通常,Windows 2000 以前版本的用戶登錄名和該用戶登錄名是一樣的。如果試圖創(chuàng)建郵箱和用戶帳戶,而該帳戶與現有的用戶帳戶有相同的 Windows 2000 以前版本的用戶登錄名,將導致命名沖突。
Active Directory 不支持具有同一 Windows 2000 以前版本的用戶登錄名的多個帳戶。如果發(fā)生命名沖突,郵箱名和電子郵件地址不會受到影響,但是該帳戶的 Windows 2000 以前版本的登錄名將被修改,以防止與現有帳戶發(fā)生命名沖突。如果您使用的是安全密碼驗證并且發(fā)生了命名沖突,則必須將 Windows 2000 以前版本的登錄名用于電子郵件客戶程序身份驗證。
要確定修改后的登錄名,請轉到“管理工具”菜單下的“Active Directory 用戶和計算機”管理單元。轉到“用戶”文件夾,右鍵單擊用戶帳戶,然后單擊“屬性”。單擊“帳戶”選項卡,在“用戶登錄名(Windows 2000 以前版本)”中可以看到修改后的帳戶名。必須記住 Windows 2000 以前版本的登錄名稱并將其提供給用戶。有關配置電子郵件客戶端來使用安全密碼身份驗證的詳細信息,請參閱“相關主題”。
- 取決于您的身份驗證方法,某些字符在郵箱名稱中是不允許的。允許使用英文句號,但是不能放在頭部或尾部。下列示例說明了句點的正確使用:
john.someone@example.com
下表列出了每種身份驗證禁用的字符。
身份驗證方法 禁用字符 Active Directory 集成身份驗證
@ ( ) / \ [ ] : ; , “ < > * = | ? +
本地 Windows 帳戶身份驗證
@ ( ) / \ [ ] : ; , “ < > * = | ? +
加密密碼文件身份驗證
@ ( ) / \ [ ] : ; , “ < > * = | ?
注意
- To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.
- To open the POP3 service snap-in, click Start, click Control Panel, double-click Administrative Tools, and then double-click POP3 Service.
- 僅當服務器使用 Active Directory 集成的身份驗證或本地 Windows 帳戶身份驗證時,“創(chuàng)建郵箱的用戶”選項才可用。
- 對于本地 Windows 帳戶身份驗證,郵箱名的最大長度為 20 個字符,對于加密密碼文件身份驗證和 Active Directory 集成的身份驗證則為 64 個字符。最小長度是 1 個字符。
- If you are using Active Directory integrated authentication, you must log on to the Active Directory domain, not the local computer, to perform this procedure.
使用命令行
- 打開“命令提示符”。
- 如果使用 Active Directory 集成的身份驗證或本地 Windows 帳戶身份驗證,請鍵入:
winpop addusername@domain_name [/createuser:new_user's_password]
- 如果使用加密密碼文件身份驗證,請鍵入:
winpop addusername@domain_name/createuser:new_user's_password
- 如果使用 Active Directory 集成的身份驗證或本地 Windows 帳戶身份驗證,請鍵入:
值 | 描述 |
---|---|
winpop add |
在域中創(chuàng)建郵箱。 |
username@domain_name |
指定相應郵箱的用戶名和郵箱所在的域名。 |
/createuser |
在 Active Directory 或本地計算機上創(chuàng)建相應的用戶。 如果使用 Active Directory 集成的身份驗證或本地 Windows 帳戶身份驗證,除非與您要創(chuàng)建的郵箱同名的用戶帳戶已經存在,否則必須使用該命令創(chuàng)建郵箱。 如果使用加密密碼文件身份驗證,即使沒有創(chuàng)建用戶帳戶,仍需要 /createuser 參數。如果服務器配置默認該選項,該參數將不起作用。 |
new_user's_password |
指定訪問該郵箱所需的密碼。 |
要點
- 如果使用 Active Directory 集成的身份驗證,并且有多個 POP3 電子郵件域,在創(chuàng)建郵箱時,必須考慮在其他 POP3 電子郵件域中,是否存在與該郵箱同名的郵箱。
每個郵箱都與一個 Active Directory 用戶帳戶相關聯,該帳戶同時擁有用戶登錄名和 Windows 2000 以前版本的用戶登錄名。用戶登錄名是 Active Directory 用戶帳戶和 POP3 郵箱的名稱。通常,Windows 2000 以前版本的用戶登錄名和該用戶登錄名是一樣的。如果試圖創(chuàng)建郵箱和用戶帳戶,而該帳戶與現有的用戶帳戶有相同的 Windows 2000 以前版本的用戶登錄名,將導致命名沖突。
Active Directory 不支持具有同一 Windows 2000 以前版本的用戶登錄名的多個帳戶。如果發(fā)生命名沖突,郵箱名和電子郵件地址不會受到影響,但是該帳戶的 Windows 2000 以前版本的登錄名將被修改,以防止與現有帳戶發(fā)生命名沖突。如果您使用的是安全密碼驗證并且發(fā)生了命名沖突,則必須將 Windows 2000 以前版本的登錄名用于電子郵件客戶程序身份驗證。
要確定修改后的登錄名,請轉到“管理工具”菜單下的“Active Directory 用戶和計算機”管理單元。轉到“用戶”文件夾,右鍵單擊用戶帳戶,然后單擊“屬性”。單擊“帳戶”選項卡,在“用戶登錄名(Windows 2000 以前版本)”中可以看到修改后的帳戶名。必須記住 Windows 2000 以前版本的登錄名稱并將其提供給用戶。有關配置電子郵件客戶端來使用安全密碼身份驗證的詳細信息,請參閱“相關主題”。
- 取決于您的身份驗證方法,某些字符在郵箱名稱中是不允許的。允許使用英文句號,但是不能放在頭部或尾部。下列示例說明了句點的正確使用:
john.someone@example.com
下表列出了每種身份驗證禁用的字符。
身份驗證方法 禁用字符 Active Directory 集成身份驗證
@ ( ) / \ [ ] : ; , “ < > * = | ? +
本地 Windows 帳戶身份驗證
@ ( ) / \ [ ] : ; , “ < > * = | ? +
加密密碼文件身份驗證
@ ( ) / \ [ ] : ; , “ < > * = | ?
注意
- To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.
- To open a command prompt, click Start, point to All programs, point to Accessories, and then click Command prompt.
- 對于本地 Windows 帳戶身份驗證,郵箱名的最大長度為 20 個字符,對于加密密碼文件身份驗證和 Active Directory 集成的身份驗證則為 64 個字符。最小長度是 1 個字符。
- 要查看該命令的完整語法,請在命令提示符下鍵入:
winpop help
有關功能差異的信息
- Your server might function differently based on the version and edition of the operating system that is installed, your account permissions, and your menu settings. For more information, see Viewing Help on the Web.
【編輯推薦】