server wont let load \lib\Swift\Authenticator\@PopB4Smtp.php
Moderators: Chris Corbyn, General Moderators
server wont let load \lib\Swift\Authenticator\@PopB4Smtp.php
Hi, first of all thank you Mr. Corbyn for putting Swift out on open source.
My question might be very simple and I might be drowning in a glass of water, I have searched the forum for some answer and haven't found any yet.
It appears my server won't let me load \lib\Swift\Authenticator\@PopB4Smtp.php (simply because it starts with an @ sign).
I keep getting this message when I load it:
553-The name you specified is not allowed.
553-Names must contain only ASCII letters (a-z,A-Z), digits (0-9), underscore, dot and dash.
553-Names must not start with a dot (.) or dash (-).
553-For additional info please visit:
553-See http://help.yahoo.com/help/us/webhosting/gftp/
Now my server as you can see is with yahoo, I chose them thinking nothing could go wrong, am I doing something wrong?
My question might be very simple and I might be drowning in a glass of water, I have searched the forum for some answer and haven't found any yet.
It appears my server won't let me load \lib\Swift\Authenticator\@PopB4Smtp.php (simply because it starts with an @ sign).
I keep getting this message when I load it:
553-The name you specified is not allowed.
553-Names must contain only ASCII letters (a-z,A-Z), digits (0-9), underscore, dot and dash.
553-Names must not start with a dot (.) or dash (-).
553-For additional info please visit:
553-See http://help.yahoo.com/help/us/webhosting/gftp/
Now my server as you can see is with yahoo, I chose them thinking nothing could go wrong, am I doing something wrong?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Hi Chis I haven't got any code, I'm barely trying to load the "lib" directory on to my server as the tut says. but my server won't let me load "\lib\Swift\Authenticator\@PopB4Smtp.php" (simply because it starts with an @ sign), dumping the following info:Those errors are SMTP responses. I doubt that has anything to do with a file name. Can you post the code please? Smile
Code: Select all
553-The name you specified is not allowed.
553-Names must contain only ASCII letters (a-z,A-Z), digits (0-9), underscore, dot and dash.
553-Names must not start with a dot (.) or dash (-).Thanks again to all of you, this is great to have "Real human beings" behind Swift Mail and congrats on such a great forum.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
The odd thing is, 553 is a SMTP error code for "I'm not letting you send a message because XXXX" -- typically 'relaying denied', but it could be 'User not permitted' for example.fleaBag wrote:Hi Chis I haven't got any code, I'm barely trying to load the "lib" directory on to my server as the tut says. but my server won't let me load "\lib\Swift\Authenticator\@PopB4Smtp.php" (simply because it starts with an @ sign), dumping the following info:Those errors are SMTP responses. I doubt that has anything to do with a file name. Can you post the code please? SmileAnd Zoxive thanks for the reply, I believe I downloaded the latest version since I just got it last night "Swift-3.3.2-php5".Code: Select all
553-The name you specified is not allowed. 553-Names must contain only ASCII letters (a-z,A-Z), digits (0-9), underscore, dot and dash. 553-Names must not start with a dot (.) or dash (-).
Thanks again to all of you, this is great to have "Real human beings" behind Swift Mail and congrats on such a great forum.
The next odd thing is that multi-line SMTP responses take the syntax:
553-Line one
553-Line two
553-... etc etc
can you post the *full* error message please, not just this bit. Even a PHP error message will have something at the start of it like 'Notice: undefined xyz on line 123 in file foo.php'.
Cheers
Sure thanks, here goes the entire log

Code: Select all
Starting request
553-The name you specified is not allowed.
553-Names must contain only ASCII letters (a-z,A-Z), digits (0-9), underscore, dot and dash.
553-Names must not start with a dot (.) or dash (-).
553-For additional info please visit:
553-See http://help.yahoo.com/help/us/webhosting/gftp/
553
553-The name you specified is not allowed.
553-Names must contain only ASCII letters (a-z,A-Z), digits (0-9), underscore, dot and dash.
553-Names must not start with a dot (.) or dash (-).
553-For additional info please visit:
553-See http://help.yahoo.com/help/us/webhosting/gftp/
553
Transfer request completed with status: Failed, 1 SubItem(s) failed
PASV
227 Entering Passive Mode (68,142,212,99,143,126)
connecting data channel to 68.142.212.99:36734
data channel connected to 68.142.212.99:36734
LIST
150 Opening ASCII mode data connection for /upiorz/swift/lib/Swift/Authenticator .
transferred 346 bytes in < 0.001 seconds, 2703.125 Kbps ( 337.891 KBps).- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Ha ha, I had a feeling there was a bit of misunderstanding there, I did as you said and looked through all the files (there is none referencing that specific file) and now I'm loading my database, but another question arose (perhaps this belongs to a different thread) is there an easy way to load from or connect swift to an excel spreadsheet containing all my recipients?
Thanks a million for all the help...
Thanks a million for all the help...