U
U
Urukhayy2014-10-26 12:18:35
Email
Urukhayy, 2014-10-26 12:18:35

What's wrong with mail?

Here is what the log outputs when sending a letter, what is not configured, why from= apache? Why @VPS ? Why [email protected]? I specified non- apache in the mail() function.

Oct 26 05:12:15 postfix/pickup[10420]: 1010E2733F: uid=48 from=<apache>
Oct 26 05:12:15 postfix/cleanup[10454]: 101102733F: message-id=<[email protected]>
Oct 26 05:12:15 postfix/qmgr[10421]: 1010E2733F: from=<[email protected]>, size=369, nrcpt=1 (queue active)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor, 2014-10-26
@Urukhayy

You need to override the sendmail_path variable.
This can be done either in the php.ini config or in the apache virtual host config.
It should be something like this:
sendmail_path = sendmail -t -i -f [email protected] -F Online Store\ MyDomain

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question