On Thu, 2012-10-25 at 15:10 -0400, Richard Shetron wrote: > What arguments do you use to pretend to be mailman delivering to postfix > with swaks?
I would run swaks from the same box on which you run Mailman, and use -f with whatever Mailman uses as the envelope sender address for posts, If you have VERP personalization turned on, this would be a "bounces" address. Send to a sample (test) address that's on the list, and use -s with the FQN of the server which your Mailman installation uses. All of this assumes, of course, that you're using postfix as a SMTP server (DELIVERY_MODULE = 'SMTPDirect' as opposed to DELIVERY_MODULE='Sendmail'). If you're using the latter, then swaks won't help you. BTW, it would be a good idea if you'd cc questions such as this to the list. There are some very good minds on the list who might well chime in helpfully, and/or critique my response. > I'm running on too much stress, too little sleep/food ;) > > > On 10/24/2012 2:17 PM, Lindsay Haisley wrote: > > On Wed, 2012-10-24 at 11:06 -0700, Brad Knowles wrote: > >>> Another very useful tool for analyzing mail issues is swaks. > >> > >> Now that's a tool I had not heard of before. I'm assuming you mean > >> the tool at <http://www.jetmore.org/john/code/swaks/>? > >> > > That's the one. I used to test SMTP stuff by using telnet to port 25 > > and talking to an SMTP server, but swaks does all the lifting for you, > > and gives you a terminal display of the entire dialog in real time, so > > you can see where a SMTP transaction is hanging, or timing out, or > > whatever. It's written in perl, and self-docs with a man-page like help > > system. It has a ton of useful options, and is truly, as advertised, > > "the Swiss army knife for SMTP". As a mail admin, I couldn't be without > > it :) > > ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org