Hi,
we have the problem, that our buyers getting no email.
from our cron we get the following message :
Cannot find /proc/version - is /proc mounted?
550: Sender must exist: 1158418/info@example.de
Cannot find /proc/version - is /proc mounted?
our provider told us that we must insert the following code for the email server :
my $sendmail = "/usr/sbin/sendmail -t -f sender@use-here-your-domainname.de";
some one has an idear ?