1

Topic: Can't recive emails, sended by php function mail().

Hello! I have small problem: I can't recive messages, which was sended by mail().
I read this topic: http://www.iredmail.org/forum/topic1390 … -send.html , but I not found content-filter for 'pickup'.

==== Required information ====
- iRedMail version: 0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: CentOS 6
- Related log if you're reporting an issue:
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Can't recive emails, sended by php function mail().

Now I turned off Amavis, ClamAV and SpamAssistance, but it didn't solve my problem.

3

Re: Can't recive emails, sended by php function mail().

Show us error message returned by mail().

*) iRedMail requires SMTP AUTH by default.
*) If you cannot enable SMTP AUTH with your PHP application, you can consider appending the IP address of the server you run PHP application in Postfix parameter "mynetworks =" in /etc/postfix/main.cf.

4

Re: Can't recive emails, sended by php function mail().

Sorry for my bad English. I gave incorrect description of problem. Some scripts on my site must send me emails to me about orders and claims, this messages was successfully recieved at Gmail and other post services, but if I send it on my mailbox in iRedMail, my post service can't recieve this e-mail.

5

Re: Can't recive emails, sended by php function mail().

*) What's the error message in Postfix log file?
*) What's the sender/recipient address you set in your PHP script?
*) Does your script perform SMTP AUTH to send email?