On Thu, 6 May 2004, Roger wrote: > Ok - I'm sorry I should of specified the following... I have this is my
s/should of/should have/ > #put to move mail to amavis > queue/smtp-forward 127.0.0.1 10024 ... > On the > > perldoc smtp-forward > > Doesn't give any info. Again, it depends what is on the other side of the TCP port. You mention amavis, but that's not an SMTP daemon, so something else is involved as well. > I get the impression that messages in the queue, > since they are handled by NET::SMTP are floating around in memory rather > then on disk somewhere. Unlikely. You might be confused about messages which have been deferred. They're not on your system, but out there on the net, waiting for their sending MTA to try again. --- Charlie
