4 lines
190 B
Text
4 lines
190 B
Text
# Transport map - route test emails to happyDeliver LMTP server
|
|
# Pattern: test-<base32-uuid>@domain.com -> LMTP on localhost:2525
|
|
|
|
/^test-[a-zA-Z2-7-]{26,30}@.*$/ lmtp:inet:127.0.0.1:2525
|