Hello,

I'm sure this is something I'm totally missing but I have a system I'm
trying to get plus addressing working, and not having any luck. The
email is delivered, but just to the Inbox, not to the folder...

I've got the recipient delimiter enabled in main.cf (output of postconf
-n shows it enabled). I'm using virtual mailbox domains/maps and the
postfix virtual delivery agent. The folder 'test' (minus the quotes)
does exist... but not as a subdirectory of Inbox (is that the problem?).

Here's the log of the received mail that didn't get delivered to the sub
folder:

Feb 27 17:26:06 myhost postfix/smtpd[14440]: connect from
ixe-mta-18-tx.emailfiltering.com[194.116.198.213]
Feb 27 17:26:07 myhost postfix/smtpd[14440]: 87CA049C274:
client=ixe-mta-18-tx.emailfiltering.com[194.116.198.213]
Feb 27 17:26:07 mmyhost postfix/cleanup[14446]: 87CA049C274:
message-id=<49a8687b.8080...@example.org>
Feb 27 17:26:07 mmyhost postfix/qmgr[1524]: 87CA049C274:
from=<u...@example.org>, size=1378, nrcpt=1 (queue active)
Feb 27 17:26:07 myhost postfix/virtual[14449]: 87CA049C274:
to=<user+t...@example.com>, relay=virtual, delay=0.47,
delays=0.47/0/0/0.01, dsn=2.0.0, status=sent (delivered to maildir)
Feb 27 17:26:07 myhost postfix/qmgr[1524]: 87CA049C274: removed

Here's postconf -n:

alias_maps = hash:/etc/mail/aliases, hash:/var/lib/mailman/data/aliases
anvil_rate_time_unit = 360s
anvil_status_update_time = 3600s
bounce_size_limit = 1
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
delay_warning_time = 15m
home_mailbox = .maildir/
message_size_limit = 51200000
mydomain = media-brokers.com
myhostname = smtp.media-brokers.com
mynetworks = 127.0.0.0/8
parent_domain_matches_subdomains =
recipient_delimiter = +
relay_domains =
relayhost = [post18.emailfiltering.com]
smtp_fallback_relay = [smtp.nuvox.net]
smtpd_hard_error_limit = 3
smtpd_recipient_limit = 100
smtpd_recipient_restrictions = check_recipient_access
hash:/etc/postfix/moved-employees,  permit_mynetworks,
permit_sasl_authenticated,  reject_unauth_destination,
check_client_access cidr:/etc/postfix/allowed_clients.cidr,
check_recipient_access hash:/etc/postfix/x-employees,
check_sender_access hash:/etc/postfix/blocked_senders,
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/.../wildcard.crt
smtpd_tls_key_file = /etc/.../wildcard.key
smtpd_use_tls = yes
transport_maps = hash:/etc/postfix/transport
virtual_alias_maps = mysql:/etc/postfix/mysql_vam.cf,
hash:/var/lib/mailman/data/virtual-mailman
virtual_gid_maps = static:207
virtual_mailbox_base = /var/virtual
virtual_mailbox_domains = mysql:/etc/postfix/mysql_vmd.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_vmm.cf
virtual_minimum_uid = 207
virtual_uid_maps = static:207

Thanks for any 2x4 whacks...

-- 

Best regards,

Charles

Reply via email to