Although I set a valid email address in the s9y (version 1.4.1) configuration, comment notifications and opt-in mails are still sent with the sender address
anonymous@<hostname>.<hostname>
Is this a bug or am I doing something wrong?
Anonymous comment notification email sender
-
sicherheitsblog
- Posts: 4
- Joined: Mon Jan 12, 2009 9:33 am
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Anonymous comment notification email sender
Hi!
This can happen due to the configuration of your local mailserver. Some PHP/CGI setups can override/force the mail sneder address to the actual username.
You might need to talk to your server provider to ask them how to configure the sendmail/mail interface to properly interpret sender names.
Regards,
Garvin
This can happen due to the configuration of your local mailserver. Some PHP/CGI setups can override/force the mail sneder address to the actual username.
You might need to talk to your server provider to ask them how to configure the sendmail/mail interface to properly interpret sender names.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
sicherheitsblog
- Posts: 4
- Joined: Mon Jan 12, 2009 9:33 am
- Contact:
Re: Anonymous comment notification email sender
Hi Garvin,garvinhicking wrote:You might need to talk to your server provider to ask them how to configure the sendmail/mail interface to properly interpret sender names.
Thanks, I'll do that.
Michael