Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119043 - qmail-authentication patch
Summary: qmail-authentication patch
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 17:06 UTC by Diego Jacobi
Modified: 2006-01-14 18:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Jacobi 2006-01-14 17:06:00 UTC
qmail-authentication patch

Hi, this patch adds the functionality to qmail-remote to send mails to other SMTP (in my case my ISP) when this servers needs authentication (PLAIN and LOGIN).

This is required for me and, i think, all my country, becouse all our providers have authenticated smtp's. All adsl clients have dinamic ip so, it is blacklisted, there is no other way to send mails than from the ISPs SMTP

It, adds a new control files called authsenders on /var/qmail/control/authsenders which have primority over smtproutes.

the url to download it is 
http://www.fehcom.de/qmail/smtpauth.html#PATCHES

thanks in advance.
i will be very happy if i can be the first on test it.
Comment 1 Diego Jacobi 2006-01-14 17:56:58 UTC
sorry, after looking and looking and when i was downloading again the sources of qmail from ebuilds to patch it, i see a patch on it:
qmail-remote-auth.patch or something like that, i read the text file, and it was what i want, but it was very dificult to find it, a noob cant do it.

just in case, somebody finding the kind of "bug", the solution for PLAIN  authentication is:
on /var/qmail/control/smtproutes which by default doesn't exists

edit and place a line like this

:smtp.ispdomain.com username password

in the patch mentioned in the first post the sinstax is similar but not ecual, doesn't care now.

sorry
Comment 2 Daniel Black (RETIRED) gentoo-dev 2006-01-14 18:18:41 UTC
thanks for documenting the solution here.