I would like to be able to send mail from a user on one machine to a user on the other machine.
My postfix config for one machne is:
- Code: Select all
myhostname = thorium
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = thorium, localhost.localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = loopback-only
default_transport = error
relay_transport = error
and for the other machine is
- Code: Select all
myhostname = oxygen.atom
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = oxygen.atom, localhost.atom, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = loopback-only
default_transport = error
relay_transport = error
Could some please explain the changes I need to make to get this working.
Thanks
James



