vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Jens-Olaf Lindermann wrote: > Hello again, > > first I must thank all that helped me! There were some mistakes I have made: > I have thought that I have allowed the NO_TLS_AUTH, but was wrong. > I have had the wrong mail-name in my dpkg-reconfigure > and have not commented out the hosts_avoid_tls = localhost section. > > Hope I would not be blamed and banished, but still can ask here in the > future. Thank you all and tschüß ;-) > > Jens Sie sind immer willkommen. tschüß -- John No Microsoft, Apple, Intel, Trend Micro, nor Ford products were used in the preparation or transmission of this message. The EULA sounds like it was written by a team of lawyers who want to tell me what I can't do. The GPL sounds like it was written by a human being, who wants me to know what I can do. |
| |||
| Hello again, first I must thank all that helped me! There were some mistakes I have made: I have thought that I have allowed the NO_TLS_AUTH, but was wrong. I have had the wrong mail-name in my dpkg-reconfigure and have not commented out the hosts_avoid_tls = localhost section. Hope I would not be blamed and banished, but still can ask here in the future. Thank you all and tschüß ;-) Jens -- Debian GNU/Linux 4.0 stable |
| |||
| Feverishly pounding upon a keyboard Jens-Olaf Lindermann typed: > > Hello again, > > first I must thank all that helped me! There were some mistakes I have made: > I have thought that I have allowed the NO_TLS_AUTH, but was wrong. > I have had the wrong mail-name in my dpkg-reconfigure > and have not commented out the hosts_avoid_tls = localhost section. > > Hope I would not be blamed and banished, but still can ask here in the > future. Thank you all and tschüß ;-) > Whoa!, don't leave so quickly. Post those relevant files / configs with the private stuff munged for our sake .. I've been lurkering your very interesting thread. Thanks ! -- sk8r-365 |
| |||
| sk8r-365 wrote: > Whoa!, don't leave so quickly. Post those relevant files / configs with > the private stuff munged for our sake .. I've been lurkering your very > interesting thread. Ok ok ;-) 1. First you must write passwd.client according to the examples given there. Because the password is written in clear text, make the file rw for root only. 2. In the email-addresses (according to example) you should write user: useremail@yourisp.com. 3. Now run dpkg-reconfigure exim4-config and answer the following questions split in files: No send over smarthost/fetchmail E-Mail-Name: Name of your machine or DynDNS/FQDNS (what you have) IP Address incomingsmtp 127.0.0.1 further domains:machinename (E-Mail-name);localhost relay: keep this EMPTY !! (danger of spammers) address of smarthost:the smtp-server of your isp (here must <!> stand the real servername, try out with 'host smtp.yourisp.com' and NOT the alias) Hide local E-Mail-Name: Yes visible domainname: "yourisp.com" minimize DNS: this is optional local email: default choice should be mbox /var/mail [exim4 restarts now] 4. If you have an isp, your exim4 should be function as a form of mail-client; so you must edit your exim4.conf.template and there uncomment the client-authentication that begins with # These examples below are the equivalent for client side authentication. at the end of the document. 5. Then search for a line in the "transport/30_exim4-config_remote_smtp configuration" which says #hosts_avoid_tls = * (there are two hosts_avoid.... lines!) You have to uncomment both and setting 'localhost' for '*'. 6. Then you make a new file 'exim4.conf.localmacros' and write in AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS = true. 7. Now you run update-exim4.conf (no error messages should be come here) 8. Run /etc/init.d/exim4 reload 9. Rund /etc/init.d/exim4 restart Now you should done it. This is the promised tutorial - in bad English - from a real debain newbie! Have fun! Jens -- Debian GNU/Linux 4.0 stable |
| ||||
| Feverishly pounding upon a keyboard Jens-Olaf Lindermann typed: > sk8r-365 wrote: > > >> Whoa!, don't leave so quickly. Post those relevant files / configs with >> the private stuff munged for our sake .. I've been lurkering your very >> interesting thread. > > Ok ok ;-) > > 1. First you must write passwd.client according to the examples given there. > Because the password is written in clear text, make the file rw for root > only. <snipped> Printed for later use when the clock will afford me opportunity. Thanks very much!! -- sk8r-365 Verily I say unto you, That he shall make him ruler over all his goods. -- Matthew 24:47 |