[Bug 459101] Re: Relay denied from eucalyptus registration emails - source address is wrong.
Steve Langasek
steve.langasek at canonical.com
Thu Oct 29 00:13:21 GMT 2009
Documented at
<https://wiki.ubuntu.com/KarmicKoala/ReleaseNotes#Confirmation%20emails%20for%20new%20UEC%20users%20not%20sent>:
When a new user is created in the UEC admin interface, an email is sent
to the user to confirm the registration. A bug in the smtp
configuration of UEC prevents the Cloud Controller from accepting and
forwarding the confirmation email to the end user. As a workaround,
edit the postfix configuration file {{{/etc/postfix/main.cf}}} on the
Cloud Controller to comment out the {{{mynetworks}}} option and add a
{{{mynetworks_style}}} option set to {{{host}}} instead:
{{{
#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mynetworks_style = host
}}}
Then reload postfix with {{{sudo service postfix reload}}}. (Bug:459101)
** Changed in: ubuntu-release-notes
Status: Fix Committed => Fix Released
--
Relay denied from eucalyptus registration emails - source address is wrong.
https://bugs.launchpad.net/bugs/459101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
More information about the Ubuntu-server-bugs
mailing list