> > I changed transport.map to say hold:[ip.address] instead of SMTP, > postmapped it, reloaded, and it seems to be queueing the > messages rather > than delivering. Do I need that line in main.cf if I am > already putting > the hold in transport.map?
I believe so, from http://www.postfix.org/rate.html#postponing "The defer_transports parameter allows you to specify what mail should always be deferred until Postfix is explicitly asked to deliver." > > Also, after changing the hold back to smtp and running a > sendmail -q, it > seems to be delivering all the held, queued messages once > again. Is this > enough, or do I need to requeue them? > I have always used 'postsuper -r ALL' to requeue the mail, but I'm not sure if this is necessary or not. (Need to test this!) If mailq and maillog shows mail deliver proceeding then your fine !
