projects/qmail-smtp-auth-send.txt · Zuletzt geändert: d.m.Y H:i von terminar
   
 
 

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
projects:qmail-smtp-auth-send [d.m.Y H:i]
terminar
projects:qmail-smtp-auth-send [d.m.Y H:i]
terminar
Zeile 1: Zeile 1:
-====== Qmail 1.03 qmail-remote.c SMTP-AUTH send patch ====== 
- 
- 
-    * Date: 20020715 
-    * Version: 0.0.1 ;) 
-    * Author: Bjoern Kalkbrenner 
-    * Location: Home | Download  
-<html> 
-<center> 
-<a href="http://flattr.com/thing/24247/cyberphoria-org" target="_blank"> 
-<img src="http://api.flattr.com/button/button-static-50x60.png" alt="Flattr this" title="Flattr this" border="0" /></a> 
-<p> 
-<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
-<input type="hidden" name="cmd" value="_s-xclick"> 
-<input type="hidden" name="hosted_button_id" value="CRUDYCBBX3LHS"> 
-<input type="image" src="https://www.paypal.com/de_DE/DE/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal."> 
-<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1"> 
-</form> 
-</center> 
-</html> 
- 
- 
-===== Description ===== 
- 
-==== Quick install ==== 
- 
- 
-   1. Copy the base64.c and base64.h to your qmail source and chdir into it. 
-   2. Patch the source with patch -p1 <smtp-auth-send.patch 
-   3. make setup check 
-   4. ...follow the qmail-installation or copy your new qmail-remote to /var/qmail/bin 
-   5. create your /var/qmail/control/smtproutes_users 
- 
-==== Quick info ==== 
- 
-This patch is based on [[http://www.gurubert.de/|Robert Sander's]] AUTH LOGIN patch which is based on the [[http://members.elysium.pl/brush/qmail-smtpd-auth/|qmail-smtpd-auth]] patch which itself is based on the patch from [[http://www.nimh.org/|Mrs. Brisby]]... 
-Confusing ;) 
- 
-I made this patch because my ISP also switched to AUTH LOGIN on his SMTP relay and we are using an internal linux qmail server in our company, but the patch Robert wrote was only working for 1 user. . Several users use this ISP for outgoing mail, mails are fetched with fetchmail, (scanned for viruses) and send to the local mailaccounts which is used as relay. Now it is easy for us to internal mailaccounts mapped to the external mailservers. You can even select the outgoing mailserver with the smtproutes_users file. 
- 
-The username and password for the remote smtp relay are stored in /var/qmail/control/smtproutes_users (new controlfile!) separated with pipes after the entry for the relay server. 
-For example: 
-<code> 
-#mailuser-example 
-mail@example.com:smtp.example.com|example.com1|examplePasswd 
-info@example.com:smtp.example.com|example.com2|anotherPasswd 
- 
-#mailuser-examples sending to port 26 
-anotherport@example.com:smtp.example.com:26|example.com3|justfoobar 
- 
-#default, not sure if this entry is used, untested!!!!!! Maybe i had to code this. 
-:relay.provider.com|username|password 
-</code> 
- 
-Password has to be stored in cleartext. This is maybe not bug-free, but like Robert said: 
-It works for me, no guarantee... 
- 
-===== Files ===== 
- 
-{{projects:qmail-smtp-auth-send-0.0.1.tar.gz|qmail-smtp-auth-send-0.0.1 (current)}} 
- 
-~~LINKBACK~~ 
-~~DISCUSSION~~ 
  
 
 
 
   
(459 views) projects/qmail-smtp-auth-send.txt · Zuletzt geändert: d.m.Y H:i von terminar