Upgraded to the latest version of letter rip, ( thank you ) and created a file called: "Advanced_config.plist" adding the domain for our box in to the file in the appropriate area. But lo and behold after firing up letter rip, ( ver 4.09 whoo hoo! ) the domain name got added to the list of domain not to send to. This kicked us into the penalty box for what looked to be about an hour. I tried cheating and put the ip address of the box in the server settings for using a separate SMTP server ( we are using an SMTP server on that same box). I guess if our SMTP service had not started yet - then it would fail to connect - but this should not have put the box into the list of domains not to connect to as per the file sample below. Now we did already have a file called LetterRip_Config.plst, but I created the Advanced.conflg.plist as per your instructions. I did NOT change the line: <key>Dont_Block_Domains</key> but I did change the line: <string>Letterrip.com</string> to be our own thing.

Did I miss something?  And Yes I restarted Letter rip like 20 times


Cheers!

:)


Rob Buch
Network administration
www.mcn.org
Now offering DSL service in the village of Mendocino - and beyond!
(707) 937-1444 X 103
[EMAIL PROTECTED]
Mendocino Community Network
10700 Ford St. Mendocino
Ca. 95460



On May 30, 2007, at 4:14 PM, Rev. Eric J. Stefanski wrote:


On May 29, 2007, at 6:40 PM, Rob Buch wrote:

Hi, we are running letter rip 4,.07 on 10.49 Dual 1.33Ghz with 1 Gig ram.

That is great in normal conditions - but in our case we would like to DISABLE the "list of domains not to send to" feature

Any ideas how we can bring that about?

Move to 4.09 and see the following:

On Feb 12, 2007, at 10:55 AM, Jud Spencer wrote:

This is being done with an advanced configuration file that I have used for other obscure settings. The name of the file is "Advanced_config.plist" and it goes within your Letterrip Files folder.

It is a simple XML file in Apple's plist format. Here's an example file that will keep letterrip.com from being blocked.

<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
        <key>Dont_Block_Domains</key>
        <array>
                <string>Letterrip.com</string>
        </array>
</dict>
</plist>

Here's one that will keep both yahoo and aol from being blocked:

<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
        <key>Dont_Block_Domains</key>
        <array>
                <string>yahoo.com</string>
                <string>aol.com</string>
        </array>
</dict>
</plist>

Copy the contents of one of the blocks of text above into a new file (unix file endings) named "advanced_config.plist", make changes that are appropriate for your setup and save it in the Letterrip Files folder. You will need to quit and relaunch Letterrip when you are done.

For those of you that already have advanced_config files, just copy the part between <array>...</array>.

The new version is available at:

<http://www.letterrip.com/files/program/lr4.09.bin>



* * * * * * * * An Approach to Liturgical Style - 19 of 28 * * * * * * * *

Do not interject opinion.
Such intrusions in liturgy or homily are a certain mark of egotism.

The Rev. Eric J. Stefanski [EMAIL PROTECTED] Confess And Teach For Unity http://www.CAT41.org Lists: [EMAIL PROTECTED] Holy Trinity Ev.-Luth. Church, Harrison, AR http:// www.HolyTrinityLC.com

* * * * * Adapted from Strunk & White, ~The Elements of Style~ * * * * *

--
This message is from the Letterrip-Talk Mailing list.
To unsubscribe, send mail to: [EMAIL PROTECTED]
Archive: http://www.mail-archive.com/letterrip-talk% 40lists.letterrip.com/


--
This message is from the Letterrip-Talk Mailing list.
To unsubscribe, send mail to: [EMAIL PROTECTED]
Archive: http://www.mail-archive.com/letterrip-talk%40lists.letterrip.com/

Reply via email to