Re: [Mailman-Users] can't send out mail using postfix with mailman

2006-03-02 Thread Mark Sapiro
Jana Nguyen wrote: >[EMAIL PROTECTED] ~]# netstat -l | grep smtp >tcp0 0 localhost.localdomain:smtp *:* >LISTEN This tells you that localhost.localdomain is listening on the smtp port (port 25) for connects from anyone. This should be OK, but the fact

Re: [Mailman-Users] can't send out mail using postfix with mailman

2006-03-02 Thread Mark Sapiro
Jana Nguyen wrote: >I'm having problem sending out mail using postfix with mailman, error below: >Mar 02 13:29:40 2006 (6457) delivery to [EMAIL PROTECTED] failed >with code -1: (110, 'Connection timed out') For the same reason as >When I do a telnet localhost 25 it just stalled forever: >[E

Re: [Mailman-Users] can't send out mail using postfix with mailman

2006-03-02 Thread Patrick Bogen
Can /anything/ on the system send mail? If not, this may not be a mailman issue. On 3/2/06, Jana Nguyen <[EMAIL PROTECTED]> wrote: > I'm having problem sending out mail using postfix with mailman, error below: > Mar 02 13:29:40 2006 (6457) delivery to [EMAIL PROTECTED] failed > with code -1: (110,

[Mailman-Users] can't send out mail using postfix with mailman

2006-03-02 Thread Jana Nguyen
I'm having problem sending out mail using postfix with mailman, error below: Mar 02 13:29:40 2006 (6457) delivery to [EMAIL PROTECTED] failed with code -1: (110, 'Connection timed out') When I do a telnet localhost 25 it just stalled forever: [EMAIL PROTECTED] ~]# telnet localhost 25 Trying 127.