E*V 发帖数: 17544 | 1 easy to configure
easy to use
Please follow this howto (actually if you only need postfix to deliver
emails,
you only need the first half)
http://www.gentoo.org/doc/en/virt-mail-howto.xml
you just fake any domain name
if you only need it for yourself
but for a public mail server you need a real one.
but, who needs a public one! |
E*V 发帖数: 17544 | 2 and again
gentoo rules
【在 E*V 的大作中提到】 : easy to configure : easy to use : Please follow this howto (actually if you only need postfix to deliver : emails, : you only need the first half) : http://www.gentoo.org/doc/en/virt-mail-howto.xml : you just fake any domain name : if you only need it for yourself : but for a public mail server you need a real one. : but, who needs a public one!
|
v*****r 发帖数: 1119 | 3 To be exact, gentoo rules on documenting the DIY procedures :-> |
t***s 发帖数: 4666 | 4 as magical as postfix is, it sill cannot get around port 25 blocking.
【在 E*V 的大作中提到】 : easy to configure : easy to use : Please follow this howto (actually if you only need postfix to deliver : emails, : you only need the first half) : http://www.gentoo.org/doc/en/virt-mail-howto.xml : you just fake any domain name : if you only need it for yourself : but for a public mail server you need a real one. : but, who needs a public one!
|
E*V 发帖数: 17544 | 5 kao,
let me describe some basic steps
1. set /etc/conf.d/hostname
2. check /etc/hosts, make sure there are no conflicts
3. emerge postfix # install postfix
4. edit /etc/postfix/main.cf
After postfix is installed, it's time to configure it. Change the
following options in /etc/postfix/main.cf. Remember to replace $variables
with your own names.
Code Listing 2.2: /etc/postfix/main.cf
myhostname = $host.domain.name
mydomain = $domain.name
inet_interfaces = all
mydestination = $myhostname, loca
【在 E*V 的大作中提到】 : and again : gentoo rules
|
E*V 发帖数: 17544 | |
E*V 发帖数: 17544 | 7 yes.
actually, after I installed and made it work. never used it....
【在 v*****r 的大作中提到】 : To be exact, gentoo rules on documenting the DIY procedures :->
|
wy 发帖数: 14511 | 8 in mac, working out of box
【在 E*V 的大作中提到】 : easy to configure : easy to use : Please follow this howto (actually if you only need postfix to deliver : emails, : you only need the first half) : http://www.gentoo.org/doc/en/virt-mail-howto.xml : you just fake any domain name : if you only need it for yourself : but for a public mail server you need a real one. : but, who needs a public one!
|
E*V 发帖数: 17544 | 9 gentoo is not built that way
you do everyting by yourself....
first you need to compile it
【在 wy 的大作中提到】 : in mac, working out of box
|
t***s 发帖数: 4666 | |
E*V 发帖数: 17544 | 11 that's another issue
【在 t***s 的大作中提到】 : what's the point of change it if the world is listening on 25?
|
t***s 发帖数: 4666 | 12 this exactly the real issue.
【在 E*V 的大作中提到】 : that's another issue
|
m******t 发帖数: 2416 | 13
If your isp won't unblock port 25, and you don't want to use their smtp
server, the only way out for you is find an smtp server that will relay for
you
and accepts alternate smtp submission on port 587, which is normally
not blocked by isps.
【在 t***s 的大作中提到】 : as magical as postfix is, it sill cannot get around port 25 blocking.
|