PDA

View Full Version : Email returen to sender issue



Dr-Host
07-14-2004, 01:25 AM
Alot of hosts that receive emails from my server ( apache@server.dr-host.co.il )

returen the email with the fllowing error:

*****@hotmail.co.il
SMTP error from remote mailer after end of data:
host mail.hotmail.co.il [192.117.154.53]: 550 Message refused - Invalid email address in MAIL FROM:
'apache@server.dr-host.co.il'


how can I change the address or create this email address


Thanks,

David
Dr-Host

DirectAdmin Support
07-14-2004, 12:44 PM
Our next update of DA will have this:

http://www.directadmin.com/features.php?id=414

You can set that up now by editing /usr/local/directadmin/data/templates/virtual_host*.conf to have:
...
Options +Includes -Indexes
php_admin_flag engine |PHP|
php_admin_flag safe_mode |SAFE_MODE|
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f |USER|@|DOMAIN|'
...and then rewrite the httpd.conf by just going to the subdomain menu and click "Delete" without selecting any subdomains.

John

Dr-Host
07-14-2004, 01:00 PM
Thanks, I'll try and let you guys know