我现在正准备试用X-Mailer,下面是有关的一些使用安装方法,不知对您是否有用:
    1.  Build XMail.    2.  Copy the supplied MailRoot directory where you want it to reside
        (normally 'C:\MailRoot').    3.  Setup the MailRoot directory (and subdirectories and file)
        permissions to allow access only to System and Administrators. Doing
        this you can run XMail as a console startup only if you're
        Administrator (service startup as System).    4.  Copy XMail executables to 'C:\MailRoot\bin'.    5.  With 'regedit', create 'GNU' key inside
        'HKEY_LOCAL_MACHINE\SOFTWARE\' and then 'XMail' key inside
        'HKEY_LOCAL_MACHINE\SOFTWARE\GNU'.    6.  Create a new string value named 'MAIL_ROOT' inside
        'HKEY_LOCAL_MACHINE\SOFTWARE\GNU\XMail\' with value 'C:\MailRoot'.    7.  Optionally create a new string value named 'MAIL_CMD_LINE' inside
        'HKEY_LOCAL_MACHINE\SOFTWARE\GNU\XMail\' to store your command line
        options (read well the rest of this document).    8.  Open an NT console (command prompt).    9.  Go inside 'C:\MailRoot\bin' and run: XMail --install for a manual
        startup, or: XMail --install-auto for an automatic startup.    10. If you have other services that give the same functionality of
        XMail, that is SMTP, POP3, or Finger servers, you must stop these
        services.    11. Setup the 'SERVER.TAB' configuration option after reading the rest
        of this document well.    12. Add your users and domains (after reading to the rest of this
        document well).    13. Setup file permissions of the 'C:\MailRoot' directory to grant
        access only to 'SYSTEM' and 'Domain Admins'.    14. Change or comment out (#) the example account in ctrlaccounts.tab by
        using a non-trivial username and password.    15. To start XMail without reboot you can go to: ControlPanel ->
        Services -> XMail server and start the service, otherwise reboot
        your machine.    16. Setup the file 'smtprelay.tab' (and/or 'smtp.ipmap.tab' if
        necessary) to restrict mail relaying of your server. 'THIS IS
        IMPORTANT!'
这是在NT或win2000下的安装,相信您看懂也不是很难:)有关设置的方法因为太长,所以……如果要的话再联系我了。

解决方案 »

  1.   

    是这样的,我是用php+apache想
    做一个邮件系统,不知道现在流行使用什么邮件服务器。
    to  smoles(阿O):X-MAILER是否能跨平台呢??
      

  2.   

    也就是不受平台的限制windows,unix,linux下都可以
      

  3.   

    用POP3,在UNIX平台下,稳定!
      

  4.   

    完全可以,在Linux和FreeBSD等下均可用,在国外用得还是不少。
     Linux/Solaris/FreeBSD/OpenBSD    1.  Build XMail.    2.  Log as root.    3.  Copy the supplied MailRoot directory where you want it to reside
            (normally /var).    4.  Do a # chmod 700 /var/MailRoot to setup MailRoot directory access
            rights.    5.  Strip XMail executables if you want to reduce their sizes (strip
            filename).    6.  Copy XMail executables to /var/MailRoot/bin.    7.  If you have 'inetd' installed, comment out the lines of
            '/etc/inetd.conf' that involve SMTP, POP3, and Finger. Restart
            'inetd' (kill -HUP ...).    8.  Since XMail use syslog to log messages, enable syslogd if it's not
            running.    9.  Setup the 'SERVER.TAB' configuration option (after reading the rest
            of this document well).    10. Add your users and domains (after reading the rest of this document
            well).    11. Change or comment out (#) the example account in 'ctrlaccounts.tab'
            by using non-trivial username and password.    12. Copy the xmail startup script to your init.d directory (it's
            position depends on your distro). If you've setup XMail to work in a
            subdirectory other than '/var/MailRoot' you must edit xmail startup
            script to customize its boot.    13. Use the 'sysv_inst.sh' shell script (from root user) to create SysV
            boot script - unless your distro has other tools to do this.    14. To start XMail without reboot you can run (from root):
            /etc/rc.d/init.d/xmail start otherwise reboot your machine.    15. Setup the file 'smtprelay.tab' (and/or 'smtp.ipmap.tab' if
            necessary) to restrict mail relaying of your server. 'THIS IS
            IMPORTANT!'
      

  5.   

    我觉得用vpopmail会好一些,我正在打算。