-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A long time ago, in a galaxy far, far way, someone said...
> Gregory, > thank you very much for your comment. Below is the first part of my > exim.conf file. Could you take a look to it please? is it OK? After Tim's > comment I realized that my ISP username and the name of my account > (localhost?) in my system are the same. Could be this a problem? Please > note that "centroin.com.br" is my ISP. (I think I missed the real meaning > of the word localhost) > Thanks in advance for your help and time!! :) > > Regards > Marcelo > > > qualify_domain = centroin.com.br This looks ok > # qualify_recipient = > local_domains = localhost:centroin.com.br This should be: local_domains = localhost Otherwise a mail from to to an address at your ISP (ie [EMAIL PROTECTED]) will go to your computer. > local_domains_include_host = true > local_domains_include_host_literals = true > #relay_domains = > #relay_domains_include_local_mx = true > never_users = root > host_lookup = * > # headers_check_syntax > #rbl_domains = rbl.maps.vix.com > #rbl_reject_recipients = false > #rbl_warn_header = true > host_accept_relay = localhost > # percent_hack_domains=* > trusted_users = mail > smtp_verify = false > gecos_pattern = ^([^,:]*) > gecos_name = $1 > smtp_accept_queue_per_connection = 100 > freeze_tell_mailmaster = true Everything else looks ok. I put the exim.conf I use at home at http://tux.creighton.edu/~pbrutsch/exim.conf. I'm on a cable modem at home, but that's an irrevelant detail since I'm still using POP3 to get the messages for exim to deliver. Note, however, that exim doesn't speak POP3. I use fetchmail (a POP3 client) to download the messages. I put an example config file at http://tux.creighton.edu/~pbrutsch/fetchmailrc. When fetchmail downloads the message, it will connect to port 25 on localhost, and deliver all messages it gets to [EMAIL PROTECTED] In the example config file, be sure to replace local.user.name with your login ID on your Linux box. Also note that it's not a good idea to deliver direct from your dialup line - many people (including me) reject such messages. You should set exim to send outgoing email via a "smarthost" - I have an example in the exim config file I pointed you to. - -- - ---------------------------------------------------------------------- Phil Brutsche [EMAIL PROTECTED] GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D 7E5E FD94 D264 50DE 1CFC GPG key id: 50DE1CFC GPG public key: http://tux.creighton.edu/~pbrutsch/gpg-public-key.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6NVNb/ZTSZFDeHPwRAqg9AJ90maTgKmA5tU6KRb3kKx4kthARywCgicJ/ Q9WXOKk04FuE0hQg9viV6+s= =IWu6 -----END PGP SIGNATURE-----