Hey folks,
I'm trying (for the first time) to add two virtual domains for publishing to my long-time-stable postfix-3.8.2 installation.

DNS is good:

babylon5:alaric:~:2 $ host -t MX fenianhouse.com
fenianhouse.com mail is handled by 10 smtp.caerllewys.net.
babylon5:alaric:~:3 $ host -t MX seanfenian.com
seanfenian.com mail is handled by 10 smtp.caerllewys.net.

I have:

main.cf:
virtual_mailbox_domains =   seanfenian.com fenianhouse.com
virtual_mailbox_maps    =   lmdb:/etc/postfix/vmailbox
virtual_mailbox_base    =   /var/spool/mail
virtual_minimum_uid     =   1000
virtual_alias_maps      =   lmdb:/etc/postfix/virtual
virtual_uid_maps        =   static:2000
virtual_gid_maps        =   static:2000

virtual:
postmas...@seanfenian.com       postmaster
postmas...@fenianhouse.com      postmaster

seanfen...@fenianhouse.com      sean.fen...@fenianhouse.com
s...@fenianhouse.com            sean.fen...@fenianhouse.com

seanfen...@seanfenian.com       sean.fen...@fenianhouse.com
s...@seanfenian.com             sean.fen...@fenianhouse.com

vmailbox:
sean.fen...@seanfenian.com      fenianhouse.com/seanfenian/


If I:
babylon5:alaric:~:1 $ echo test | mutt sean.fen...@seanfenian.com

I get:
Nov 9 17:36:54 babylon5 postfix/pickup[1545]: 4B6BA1145E89B: uid=1000 from=<alaric> Nov 9 17:36:54 babylon5 postfix/cleanup[3227]: 4B6BA1145E89B: message-id=<zu1fbticy4rmr...@babylon5.caerllewys.net> Nov 9 17:36:54 babylon5 postfix/qmgr[4905]: 4B6BA1145E89B: from=<ala...@caerllewys.net>, size=742, nrcpt=1 (queue active) Nov 9 17:36:54 babylon5 postfix/smtp[3231]: Untrusted TLS connection established to smtp.caerllewys.net[10.24.32.15]:25: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 Nov 9 17:36:54 babylon5 postfix/smtp[3231]: 4B6BA1145E89B: to=<sean.fen...@seanfenian.com>, relay=smtp.caerllewys.net[10.24.32.15]:25, delay=0.28, delays=0.02/0/0.06/0.2, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 6256522656D01)
Nov  9 17:36:54 babylon5 postfix/qmgr[4905]: 4B6BA1145E89B: removed


But no mailbox is created and the test message never appears anywhere.


What probably-should-be-obvious thing am I missing?

Do I need to manually create /var/spool/mail/fenianhouse.com/ ?
Do I need to manually create /var/spool/mail/fenianhouse.com/seanfenian/  ?
Something else I've missed?


--
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to