On Wed, Mar 02, 2016 at 06:09:54PM +0100, Dietrich Streifert wrote:

> I'm using php mail to send mails which uses  /usr/sbin/sendmail -t -i to
> send the mail.
> 
> On my previous server centos 6 using postfix 2.6.6 the mail was delivered
> nearly instant to the recipient, whereas on centos 7 with postfix 2.10.1 the
> mail gets enqueued for ca. 5 minutes and is then successfully delivered to
> the recipient.

At what stage is the delay?  Post at least one log entry that shows
delivery completion with the "delay=nnn, delays=a/b/c/d" information.

Also post the output of:

   $ ls -ld /var/spool/postfix/public
   $ ls -ld /var/spool/postfix/public/pickup
   $ ls -lL $(postconf -h command_directory)/postdrop

-- 
        Viktor.

Reply via email to