> tovis writes: > >> >> couriersmtpd: >> started,ip=[::ffff:127.0.0.1],from=<>,to=<[EMAIL PROTECTED]>: >> 513 syntax error. >> ... >> fetchmail: SMTP error: 513 Syntax error. >> ... >> couriersmtpd: >> error,relay=[::ffff:127.0.0.1],from=<>,to<[EMAIL PROTECTED]>: 513 >> Syntax >> error. >> fetchmail: can't even send to fetchmail! >> fetchmail: flished >> >> Whats wrong? > > "[EMAIL PROTECTED]" is an invalid E-mail address, because the domain part, > "localhost" is not a valid Internet domain. > > You have to do whatever you need to do to stop fetchmail from using such a > recipient address. >
You right! courier smtp do not like his form - exim4 eat it. I looked up fetchmail's documentation and found a workaround using smtphost option in configuration of fetchmail (/etc/fetchmailrc) where I used the same as in /etc/courier/defaultdomain - that solved the problem :) > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________ > courier-users mailing list > [email protected] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
