Opened 4 years ago

Closed 4 years ago

#1485824 closed Bugs (fixed)

Non-existent TRAC sender mail address

Reported by: netbit Owned by: adam
Priority: 7 Milestone: 0.3-stable
Component: Trac Version:
Severity: normal Keywords:
Cc:

Description

Some mail systems can reject automated messages from trac (trac @ roundcube . net) because that mail address doesn't exist:

RCPT TO:<trac@roundcube.net>
550 5.1.1 <trac@roundcube.net>: Recipient address rejected: User unknown in virtual alias table

That mail checking implemented in some MTA's is know by "sender callout" or "callback verification".

Change History (3)

comment:1 Changed 4 years ago by alec

  • Milestone set to later

comment:2 Changed 4 years ago by netbit

This address is working now:

220 mail.gna.ch ESMTP Postfix
HELO 200-158-244-184.dsl.telesp.net.br
250 darkcity.gna.ch
MAIL FROM: <>
250 2.1.0 Ok
RCPT TO: <trac@roundcube.net>
250 2.1.5 Ok
QUIT
221 2.0.0 Bye

Please close this ticket.

comment:3 Changed 4 years ago by alec

  • Milestone changed from later to 0.3-stable
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.