Get Your "Lightning" Email Address!
I suspect that anyone who registered for an account before the domain table was updated may have to re-register. I have tried adding several new accounts and none of them have had any problems...
steve.. still doesn't work, I'm using svt2go@lightningfanatic.com again, and I get a 550 user not defined error.
I sent email from your page to my work account, at that still works. If I hit reply or try to send a clean new message both fail with the error 550.
One last thing, and I'm not trying to be picky, just trying to give you an FYI.
On the default SIG file the email is wrong
e-mail: SVT2Go@localhost
localhost is the default, I know I could change this myself just letting you know it's wrong by default....
Brad
------------------
* 99.5 Black Lightning
* Personal Best ¼ Mile 13.82 @ 99.98 Mph
* Ohio Plate SVT2GO
* Sal’s Chip and Filter
* Interceptor Trans
* All three Factory options for 99
* Factory CD Changer
* Class 3 Towing Hitch
* Factory Tonneau Cover
* 8" Bazooka Tubs
* Kenwood 80 watt *2 amp
* Viper 550 Alarm w/ remote start
* 97 F-150 Extended Cab 4.2L V-6 daily driver
Injection is nice, but I'd rather be blown. 99 Lightning, the best of both worlds!
I sent email from your page to my work account, at that still works. If I hit reply or try to send a clean new message both fail with the error 550.
One last thing, and I'm not trying to be picky, just trying to give you an FYI.
On the default SIG file the email is wrong
e-mail: SVT2Go@localhost
localhost is the default, I know I could change this myself just letting you know it's wrong by default....
Brad
------------------
* 99.5 Black Lightning
* Personal Best ¼ Mile 13.82 @ 99.98 Mph
* Ohio Plate SVT2GO
* Sal’s Chip and Filter
* Interceptor Trans
* All three Factory options for 99
* Factory CD Changer
* Class 3 Towing Hitch
* Factory Tonneau Cover
* 8" Bazooka Tubs
* Kenwood 80 watt *2 amp
* Viper 550 Alarm w/ remote start
* 97 F-150 Extended Cab 4.2L V-6 daily driver
Injection is nice, but I'd rather be blown. 99 Lightning, the best of both worlds!
I don't understand. I already have an email address. What do I need another one for? Why is it that if we want to contact someone on this board personally and I look at their profile under email address it says UNAVAILABLE. If we want can we post our email address or is it not wise because of spammers or what. I persoanlly have posted my email address several times and don't mind having it in my profile.
noelvm
noelvm
Steve,
Sorry it took so long to get back to you, but about ten minutes after setting up and going out of f150online, i couldn't get back into f150.....guessing you had it down to correct problems....anyway i tried this morning and it tested okay....Keep up the great work!....
Steve
Sorry it took so long to get back to you, but about ten minutes after setting up and going out of f150online, i couldn't get back into f150.....guessing you had it down to correct problems....anyway i tried this morning and it tested okay....Keep up the great work!....

Steve
I don't understand. I already have an email address. What do I need another one for?
Why is it that if we want to contact someone on this board personally and I look at their profile under email address it says UNAVAILABLE. If we want can we post our email address or is it not wise because of spammers or what.
Steve..
It still doesn't work as of Wednesday morning.
Brad
------------------
* 99.5 Black Lightning
* Personal Best ¼ Mile 13.82 @ 99.98 Mph
* Ohio Plate SVT2GO
* Sal’s Chip and Filter
* Interceptor Trans
* All three Factory options for 99
* Factory CD Changer
* Class 3 Towing Hitch
* Factory Tonneau Cover
* 8" Bazooka Tubs
* Kenwood 80 watt *2 amp
* Viper 550 Alarm w/ remote start
* 97 F-150 Extended Cab 4.2L V-6 daily driver
Injection is nice, but I'd rather be blown. 99 Lightning, the best of both worlds!
It still doesn't work as of Wednesday morning.
Brad
------------------
* 99.5 Black Lightning
* Personal Best ¼ Mile 13.82 @ 99.98 Mph
* Ohio Plate SVT2GO
* Sal’s Chip and Filter
* Interceptor Trans
* All three Factory options for 99
* Factory CD Changer
* Class 3 Towing Hitch
* Factory Tonneau Cover
* 8" Bazooka Tubs
* Kenwood 80 watt *2 amp
* Viper 550 Alarm w/ remote start
* 97 F-150 Extended Cab 4.2L V-6 daily driver
Injection is nice, but I'd rather be blown. 99 Lightning, the best of both worlds!
I think I may have found the problem and I suspect that anyone that signed up for an email address using uppercase characters will be having problems...
My thought: the email application takes the literal signup form entry and writes the username, as typed, to the etc/passwd file. The mail server by default looks for an email name in all lowercase, so when it is looking for SVT2Go it is actually looking for svt2go and not finding that user. I did some testing and that appears to be the case...
The application simply calls "useradd" so if there is a way to force all lowercase (the man page did not help) before writing to the etc/passwd file, this may fix the problem...
?????
My thought: the email application takes the literal signup form entry and writes the username, as typed, to the etc/passwd file. The mail server by default looks for an email name in all lowercase, so when it is looking for SVT2Go it is actually looking for svt2go and not finding that user. I did some testing and that appears to be the case...
The application simply calls "useradd" so if there is a way to force all lowercase (the man page did not help) before writing to the etc/passwd file, this may fix the problem...
?????


