• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

mail problem: localhost.localdomain

A

akiva

Guest
I'm trying to get PHPmail working -- the mail log reports the following error:

Oct 25 03:29:06 localhost qmail: 1193308146.407648 new msg 57420378
Oct 25 03:29:06 localhost qmail: 1193308146.407736 info msg 57420378: bytes 620 from <[email protected]> qp 5232 uid 0
Oct 25 03:29:06 localhost qmail: 1193308146.454743 starting delivery 4872: msg 57420378 to remote [email protected]ldomain
Oct 25 03:29:06 localhost qmail: 1193308146.454855 status: local 0/10 remote 1/20
Oct 25 03:29:06 localhost qmail: 1193308146.628788 delivery 4872: failure: Sorry,_I_couldn't_find_any_host_named_localhost.localdomain._(#5.1.2)/
Oct 25 03:29:06 localhost qmail: 1193308146.628887 status: local 0/10 remote 0/20
Oct 25 03:29:07 localhost qmail: 1193308147.025181 bounce msg 57420378 qp 5261
Oct 25 03:29:07 localhost qmail: 1193308147.025285 end msg 57420378
Oct 25 03:29:07 localhost qmail: 1193308147.029813 new msg 57420390
Oct 25 03:29:07 localhost qmail: 1193308147.029916 info msg 57420390: bytes 1228 from <> qp 5263 uid 2522
Oct 25 03:29:07 localhost qmail: 1193308147.116889 starting delivery 4873: msg 57420390 to remote [email protected]ldomain


I assume I need to change localhost.localdomain to the actual domain name -- but WHERE do I make the change? IN the apache conf file? Or is there somewhere in Plesk where I need to change it?

(I'm new to this -- my experience until now has been with windows)

Thanks
 
you can specify domain name and its ip at /etc/hosts file
also domain in plesk should have correct dns settings, if so, domain should be resolvable into ip and back.
use nslookup or host or dig commands,
read manuals about them with
'man nslookup'
 
Back
Top