Email returen to sender issue

Dr-Host

Verified User
Joined
Mar 23, 2004
Messages
107
Location
Israel
Alot of hosts that receive emails from my server ( [email protected] )

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:
'[email protected]'


how can I change the address or create this email address


Thanks,

David
Dr-Host
 
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:
Code:
...
                Options +Includes -Indexes
                php_admin_flag engine |PHP|
                php_admin_flag safe_mode |SAFE_MODE|
                [b]php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f |USER|@|DOMAIN|'[/b]
...
and then rewrite the httpd.conf by just going to the subdomain menu and click "Delete" without selecting any subdomains.

John
 
Back
Top