![]() |
|
user+something@me.com - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: Email Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=35) +---- Thread: user+something@me.com (/showthread.php?tid=2658) |
user+something@me.com - Skippy - 03-07-2016 I assume I am one setting change in postfix config from this working, or everything breaking… Mar 7 09:50:34 njoror postfix/pipe[29970]: 8957C55AF7: to=<site+test@skippy.org.uk>, relay=dovecot, delay=2.1, delays=1.9/0.01/0/0.15, dsn=4.1.1, status=SOFTBOUNCE (user unknown) RE: user+something@me.com - Me.B - 03-07-2016 What did you change? Add? Could you explain more? RE: user+something@me.com - Skippy - 03-07-2016 (03-07-2016, 08:05 PM)Me.B Wrote: What did you change? Add? I haven't changed anything out the box, however I would like to enable the "+something" part of emails, however I would like to know what to change, and the implications of changing that before I start, This is part of RFC822 http://www.faqs.org/rfcs/rfc822.html (see http://www.jacobsen.no/anders/blog/archives/2002/08/24/email_addresses_with_a_are_valid.html for why you may want to do it). RE: user+something@me.com - Skippy - 03-07-2016 found this - http://cweiske.de/tagebuch/postfix-plus-addressing.htm will let you know how I got on
RE: user+something@me.com - Skippy - 03-10-2016 Despite setting that up, I still don't have Sub-addressing with Postfix (http://cweiske.de/tagebuch/postfix-plus-addressing.htm). any ideas? RE: user+something@me.com - TGates - 03-10-2016 I don't think that Sentora is set to accept + addressing. @[Me.B] RE: user+something@me.com - Me.B - 03-10-2016 It was setup before and worked. Did you restart postfix? RE: user+something@me.com - Skippy - 03-12-2016 (03-10-2016, 06:53 PM)Me.B Wrote: It was setup before and worked. This is a out the box install, and it didn't work before I made the changes, or after. to restart postfix I used service postfix restart. so sending to my server from my icloud account, site@skippy.org.uk is valid. 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=<90594925-C294-4A38-8275-C23DA55A9308@icloud.com> Mar 11 17:48:08 njoror postfix/qmgr[32599]: 1BAF055AB6: from=<philipmcgaw@icloud.com>, size=1513, nrcpt=1 (queue active) Mar 11 17:48:08 njoror postfix/pipe[32605]: 1BAF055AB6: to=<site+test@skippy.org.uk>, 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=<2456DC97-4E3A-4A91-B3A0-CAFE056F116F@icloud.com> Mar 11 17:49:24 njoror postfix/qmgr[32599]: 33D2355AB9: from=<philipmcgaw@icloud.com>, 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=<site@skippy.org.uk>, 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 RE: user+something@me.com - Me.B - 03-15-2016 I see already TLS so it's not sentora stack. M B RE: user+something@me.com - Skippy - 03-17-2016 (03-15-2016, 07:30 PM)Me.B Wrote: I see already TLS so it's not sentora stack. TLS was added as per - https://skippy.org.uk/lets-encrypt-postfix-and-dovecot/ |