-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

I though I had this solved, but it is not so.

I had defined:

relayhost = [smtp.telefonica.net]


but my stupid ISP rejects some from domains I need to send from, like @users.sourceforge.net to @lists.sourceforge.net.

This is the verbose log excerpted:


Jan 25 14:47:04 nimrodel postfix/smtp[31626]: < 
smtp.telefonica.net[213.4.149.228]: 220 ctsmtpout3.frontal.correo ESMTP Service 
(7.2.056.6) ready
Jan 25 14:47:04 nimrodel postfix/smtp[31626]: > smtp.telefonica.net[213.4.149.228]: EHLO nimrodel.valinor ... Jan 25 14:47:04 nimrodel postfix/smtp[31626]: > smtp.telefonica.net[213.4.149.228]: AUTH LOGIN ...
Jan 25 14:47:04 nimrodel postfix/smtp[31626]: < 
smtp.telefonica.net[213.4.149.228]: 235 LOGIN authentication successful

I am thus authenticated, no?

Jan 25 14:47:04 nimrodel postfix/smtp[31626]: > smtp.telefonica.net[213.4.149.228]: MAIL 
FROM:<[EMAIL PROTECTED]> SIZE=4437 BODY=8BITMIME AUTH=<>
Jan 25 14:47:04 nimrodel postfix/smtp[31626]: > smtp.telefonica.net[213.4.149.228]: 
RCPT TO:<[EMAIL PROTECTED]> ORCPT=rfc822;[EMAIL PROTECTED]
Jan 25 14:47:04 nimrodel postfix/smtp[31626]: > 
smtp.telefonica.net[213.4.149.228]: DATA
Jan 25 14:47:04 nimrodel postfix/smtp[31626]: < smtp.telefonica.net[213.4.149.228]: 
553 MAIL FROM:<[EMAIL PROTECTED]> domain not accepted
...
Jan 25 14:47:04 nimrodel postfix/smtp[31626]: send attr diag_text = 553 MAIL FROM:<[EMAIL PROTECTED]> domain not accepted ...
Jan 25 14:47:04 nimrodel postfix/smtp[31626]: C6751B73BC: to=<[EMAIL PROTECTED]>, 
relay=smtp.telefonica.net[213.4.149.228]:25, delay=0.81, delays=0.08/0.07/0.58/0.08, 
dsn=5.0.0, status=bounced (host smtp.telefonica.net[213.4.149.228] said: 553 MAIL 
FROM:<[EMAIL PROTECTED]> domain not accepted (in reply to MAIL FROM command)


So I'm rejected, and I'm a client using an IP of them. I know this is not a problem on other countries, but... Spain is different. :-/


So I want to attempt sending again from my local postfix (yes, on dynamic IP). I remove the "relayhost = [smtp.telefonica.net]" line, and edit the transport file:

localhost               smtp:
valinor                 smtp:
nimrodel.valinor        smtp:

*            smtp:smtp.telefonica.net


Problem? Local mails are sent to smtp.telefonica.net too - including emails of the content filter :-/


I then try:


localhost               smtp:nimrodel.valinor
valinor                 smtp:nimrodel.valinor
nimrodel.valinor        smtp:nimrodel.valinor

*            smtp:smtp.telefonica.net


but I can't send local mails:


Jan 25 15:10:04 nimrodel postfix/smtp[721]: 66E8DD2D91: to=<[EMAIL PROTECTED]>, relay=none, delay=0.11, delays=0.11/0/0/0, dsn=5.4.6, status=bounced (mail for nimrodel.valinor loops back to myself)



So... what is the proper configuration of the transport file, so that all mails are sent through my ISP relay host, with some exceptions,
like local mail?

I think I also need to define my transport based on the "FROM" address, not the destination, but I don't know or rather forgot if this is possible. Guess I'll have to RTFM. O:-)

- -- Cheers,
       Carlos Robinson

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)

iD4DBQFHmgmztTMYHG2NR9URAkUPAJYzTnb0+rj77VKS7BNHlPLonoK3AJwJlJ9J
kUnbhocH+L6FCiw7grhE4w==
=m+TC
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to