1

Topic: hold email at postfix level

Is it possible with the transport or 'enable' options to get postfix to hold an email before passing it off too dovecot for delivery?

ive tried things like
update mailbox set transport='HOLD' where username='email@address.com';

but still delivers straight away.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: hold email at postfix level

seems i was on the right track but needed brackets   [ANYTHING] that doesnt exist in master.cf will cause a 'mail transport unavailable' and hold the email in the queue until i change it back to null. upto the queue lifetime i would imagine.