Penguin

Differences between version 19 and revision by previous author of EximSmtpAuth.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 19 Last edited on Tuesday, February 21, 2006 12:20:31 pm by RobinGilham Revert
Older page: version 18 Last edited on Saturday, January 28, 2006 7:39:25 am by KenDowns Revert
@@ -132,8 +132,30 @@
  public_name = LOGIN 
  client_send = ": <your username> : <your password>" 
  
 You probably also want to be using STARTTLS to encrypt the connection, otherwise your password is sent in plaintext. Under debian you need to make sure you have the exim-tls package installed. 
+  
+For exim4 on Debian 3.1:  
+Some smarthosts don't support encrypted login's so you have to enable plaintext logins. Create a file /etc/exim4/passwd.client containing the following:  
+  
+### CONFDIR/passwd.client  
+#  
+# Format:  
+#targetmailserver.example:login:password  
+#  
+# default entry:  
+### *:bar:foo  
+yourmailserver:yourlogin:yourpassword  
+  
+then add the line following 2 lines somewhere near the top of exim4.conf.template  
+#allow plain text smtp login  
+AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS=1  
+  
+Update the configuration files by running  
+  
+update-exim4.conf  
+  
+Your server will now login to the smarthost using plaintext username and password as specified in the passwd.client file  
  
 !!Server Prompts 
  
 Some clients respond poorly to server prompts that don't match what they consider "correct". This problem will manifest itself by some clients being able to auth, and others not. to be safe, set 
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors. The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument