
kirk at icapsolutions
May 10, 2012, 4:32 PM
Post #5 of 5
(1188 views)
Permalink
|
i've installed a fresh qmail install (via lifewithqmail) on Fedora 16 along with lukasfeiler.com-bigqmail.patch and everything appears to be running. i did have to add this one step for getting the svscan daemon running, here it is just in case anyone cares: $ vi /usr/local/etc/svscan.service ~~~ put this in it: [Unit] Description=Daemontools svscan [Service] ExecStart=/usr/local/bin/svscanboot Restart=on-abort [Install] WantedBy=multi-user.target ~~~~~~~~~~~~~~~~~~~~~~~ $ ln -s /usr/local/etc/svscan.service /etc/systemd/system $ systemctl start svscan.service but that was minor. since i needed the patch for 2 features, concurrencyremote and outgoingips, his patch seemed reasonable. however, i cant find any documentation as to configure the various features, and i cant seem to connect on port 25 which obviously fails due to the smtp_auth patch. this link appears to be dead: http://shupp.org/smtp-auth-tls so i dont know what to change in what i think is /var/qmail/supervise/qmail-smtpd/run. does (or has) anyone used this and can you point me to the doc page for configuration? thanks kirk On 4/25/2012 11:34 AM, Erwin Hoffmann wrote: > Hi > > if you are interested: My Spamcontrol patch supports different outgoing IPs. > > However, you need to bind those to the SENDING (mail from:) information. > > Check: http://www.fehcom.de/qmail.html > > regards. > --eh. > > Am 25.04.2012 um 00:12 schrieb kirk: > >> i did a quick search on google for the subject and came up with several different scenerios for sending mail from multiple ip's on a single server. does anyone have what they consider the simplest solution? i'm running netqmail-1.06 and installed via lifewithqmail. >> >> thx, >> k >> >>
|