Thanks for the suggestion Julio,

I did the following: In my master.cf changing

> dovecot   unix  -       n       n       -       -       pipe    flags=DRhu 
> user=vmail:mail argv=/usr/lib/dovecot/deliver -d ${recipient}


to

> dovecot unix    -       n       n       -       -      pipe     flags=DRhu 
> user=vmail:mail argv=/usr/lib/dovecot/deliver -e -d ${recipient} -f ${sender}

(and then using service postfix restart) still results in

> Apr  7 22:31:55 njoror postfix/pipe[27183]: C190955AC8: 
> to=<[email protected]>, relay=dovecot, delay=0.23, delays=0.2/0/0/0.03, 
> dsn=4.1.1, status=SOFTBOUNCE (user unknown)

In my log for emails to [email protected], while [email protected] gets 
delivered without problems.

is there anything else that I could be overlooking, or should be looking to 
share with [email protected] to aid in getting a resolution, this has 
been causing me to wonder what is wrong for a while, as it should all work by 
now.

Regards

Philip “Skippy” McGaw

> On 7 Apr 2016, at 22:13, Julio Cesar Covolato <[email protected]> wrote:
> 
> In master.cf, try this dovecot setting:
> 
> # Use dovecot deliver program as LDA.
> dovecot unix    -       n       n       -       -      pipe
>  flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -e -d ${recipient} 
> -f ${sender}
> 
> -----------------------------
>    _    Engº Julio Cesar Covolato
>   0v0   <[email protected]>
>  /(_)\  F: 55-11-3129-3366
>   ^ ^   PSI INTERNET
> -----------------------------
> 
> Em 07/04/2016 17:53, Philip McGaw escreveu:
>> 
>>> On 7 Apr 2016, at 21:51, Julio Cesar Covolato <[email protected]> wrote:
>>> 
>>> 
>>> Em 07/04/2016 17:19, Philip McGaw escreveu:
>>>> Is there something I can add to this to help with getting an answer to 
>>>> what I need to do to get this working?
>>>> 
>>>> Sent from my iPhone
>>>> 
>>>>> On 6 Apr 2016, at 22:29, Philip McGaw <[email protected]> wrote:
>>>>> 
>>>>> I am running Ubuntu Ubuntu 14.04.4 LTS “Trusty” and "postconf -d | grep 
>>>>> mail_version” gives me “mail_version = 2.11.0”.
>>>>> 
>>>>> I have installed Sentora (http://sentora.org) which sets most of the 
>>>>> configuration up for Postfix up, I have made some changes to allow me to 
>>>>> use certificates for IMAP and SMTP SSL 
>>>>> (https://skippy.org.uk/lets-encrypt-postfix-and-dovecot/),
>>>>> 
>>>>> My postfix config file is http://pastebin.com/vqBWhNM9, and Postfix 
>>>>> master process configuration file is http://pastebin.com/1AUPiLSd.
>>>>> 
>>>>> I am trying to send an email to [email protected] and 
>>>>> [email protected] (sending from an iCloud account), it works to 
>>>>> [email protected], the lines from mail.log are as follows:
>>>>> 
>>>>>> Mar 11 17:48:07 njoror postfix/smtpd[32706]: connect from 
>>>>>> mr11p26im-asmtp004.me.com[17.110.86.109]
>>>>>> Mar 11 17:48:07 njoror postfix/smtpd[32706]: Anonymous TLS connection 
>>>>>> established from mr11p26im-asmtp004.me.com[17.110.86.109]: TLSv1.2 with 
>>>>>> cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)
>>>>>> Mar 11 17:48:08 njoror postfix/smtpd[32706]: 1BAF055AB6: 
>>>>>> client=mr11p26im-asmtp004.me.com[17.110.86.109]
>>>>>> Mar 11 17:48:08 njoror postfix/cleanup[32710]: 1BAF055AB6: 
>>>>>> message-id=<[email protected]>
>>>>>> Mar 11 17:48:08 njoror postfix/qmgr[32599]: 1BAF055AB6: 
>>>>>> from=<[email protected]>, size=1513, nrcpt=1 (queue active)
>>>>>> Mar 11 17:48:08 njoror postfix/pipe[32605]: 1BAF055AB6: 
>>>>>> to=<[email protected]>, relay=dovecot, delay=0.43, 
>>>>>> delays=0.34/0.01/0/0.09, dsn=4.1.1, status=SOFTBOUNCE (user unknown)
>>>>>> Mar 11 17:48:08 njoror postfix/smtpd[32706]: disconnect from 
>>>>>> mr11p26im-asmtp004.me.com[17.110.86.109]
>>>>> vs
>>>>> 
>>>>>> Mar 11 17:49:23 njoror postfix/smtpd[32706]: connect from 
>>>>>> mr11p26im-asmtp004.me.com[17.110.86.109]
>>>>>> Mar 11 17:49:23 njoror postfix/smtpd[32706]: Anonymous TLS connection 
>>>>>> established from mr11p26im-asmtp004.me.com[17.110.86.109]: TLSv1.2 with 
>>>>>> cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)
>>>>>> Mar 11 17:49:24 njoror postfix/smtpd[32706]: 33D2355AB9: 
>>>>>> client=mr11p26im-asmtp004.me.com[17.110.86.109]
>>>>>> Mar 11 17:49:24 njoror postfix/cleanup[32710]: 33D2355AB9: 
>>>>>> message-id=<[email protected]>
>>>>>> Mar 11 17:49:24 njoror postfix/qmgr[32599]: 33D2355AB9: 
>>>>>> from=<[email protected]>, size=1249, nrcpt=1 (queue active)
>>>>>> Mar 11 17:49:25 njoror postfix/smtpd[32706]: disconnect from 
>>>>>> mr11p26im-asmtp004.me.com[17.110.86.109]
>>>>>> Mar 11 17:49:26 njoror postfix/pipe[32605]: 33D2355AB9: 
>>>>>> to=<[email protected]>, relay=dovecot, delay=1.8, delays=0.63/0/0/1.2, 
>>>>>> dsn=2.0.0, status=sent (delivered via dovecot service)
>>>>>> Mar 11 17:49:26 njoror postfix/qmgr[32599]: 33D2355AB9: removed
>>>>> Looking at the lines from mail.log it looks like it thinks there should 
>>>>> be a user called [email protected], this has been puzzling me for a 
>>>>> while, I was wondering if any one on here could see what was wrong, and 
>>>>> what I needed to change, Looking at a few examples and online guides I 
>>>>> thought I had covered all the bases.
>>> And the correct way is send to: <[email protected]>
>> [email protected] is a real user. [email protected] is the test of plus 
>> addressing failing.
> 
> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to