On 2016-04-11 00:54, Philip McGaw wrote:
In dovecots 15-lda.conf uncomment the "recipient_delimiter = +" setting. The delimiter is configured in postfix but apparently not in your dovecot lda config
I am not sure of the location of 15-lda.conf, however in my main dovecot.conf file I added "recipient_delimiter = +"
The output of the lad part of "dovecot -n" is now
protocol lda {
mail_plugins = quota sieve
postmaster_address = postmaster@njoror.squashedfly.eu
recipient_delimiter = +
}
Ok, nevermind. I suspect that sentora creates it's own config files from whatever you configure.
However my mail.log file still shows every message is bounced with the following
Apr 10 23:53:23 njoror postfix/smtpd[23320]: connect from mr11p26im-asmtp004.me.com[17.110.86.109] Apr 10 23:53:24 njoror postfix/smtpd[23320]: 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) Apr 10 23:53:24 njoror postfix/smtpd[23320]: 6D44955ADC: client=mr11p26im-asmtp004.me.com[17.110.86.109] Apr 10 23:53:24 njoror postfix/cleanup[23435]: 6D44955ADC: message-id=1D905D9B-99E0-4156-A652-51D1A9BD96D0@icloud.com Apr 10 23:53:24 njoror postfix/qmgr[13937]: 6D44955ADC: from=philipmcgaw@icloud.com, size=2021, nrcpt=1 (queue active) Apr 10 23:53:24 njoror postfix/pipe[23436]: 6D44955ADC: to=site+gah@skippy.org.uk, relay=dovecot, delay=0.43, delays=0.34/0.01/0/0.08, dsn=4.1.1, status=SOFTBOUNCE (user unknown) Apr 10 23:53:25 njoror postfix/smtpd[23320]: disconnect from mr11p26im-asmtp004.me.com[17.110.86.109]
Any ideas on why this is still not working for me, as its now driving me right up the wall :(
What's in your dovecot log? It should log something and maybe give a hint on whats wrong.
Also take a look at the LDA wiki page http://wiki2.dovecot.org/LDA
-- Christian Kivalo