I install freeradius2, add to raddb/users:
test Cleartext-Password := "test1"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 10.36.0.2,
Framed-IP-Netmask = 255.255.255.0,
start radiusd, and check auth:
radtest test test1 127.0.0.1 1002 testing123
Sending Access-Request of id 199 to 127.0.0.1 port 1812
User-Name = "test
Relay 45 weeks 2 days ago Just did some Relay testing, every other test did very well, used Check an Open Relay
But thes failes is there anyway to fix this issue?
Code:
RSET
permitted to relay through 550 this server without authentication.
but why the file whose name contains no lower letters be listed too?
[test@localhost mytemp]$ ll *[a-z]*
-rw-rw-r--. 1 test test 0 2010-12-03 11:17 test1
-rw-rw-r--. 1 test test 0 2010-12-03 11:27 TEST1
Does [a-z] ignore case sensitivity?But linux does not ingore case sensitivity.
Any help will be appreciated!
Hi,
I am trying to create more than one directory by using -p option in SFTP session.
But it created a directory named -p and ended.
It didn't throw any error.
Code:
sxxxxxxx:(abc)/test> sftp abcuser@zxxxxxxx
Connecting to zxxxxxxx...
Password:
sftp> pwd
Remote working directory: /test
sftp> cd /test/test1/test2/test3
sftp> mkdir -p /test/test1/test2/test3/test4/test5/test6/test
Hi,
I have crated a cpmove-test1.tar.gz file using the script at /scripts/pkgacct for the user test1(test1.com) in a server. Same User of test1 is having another account as test2(test2.com) in another server and want to move all his domains in test1 to test2. I have copied the cpmove-test1.tar.gz file to another server in which test2 resides.
Hi,
I have a very puzzling issue and I wondered if anyone can help with a bit of advice.
Hello All,
I am not well-versed with Unix commands.
We have a shared exchange mailbox with multiple SMTP addresses; foo@company.com, bar@company.com, baz@company.com and so on.
When a user replies to a mail in this mailbox we want the from: field to default to the address the original mail was sent to; so if a mail was sent to bar@company.com the reply should come from bar@company.com and not the default foo@company.com.
Users can change the from
i have two text files test1.txt and test2.txt with content as
test1.txt
1
2
test2.txt
1
2
3
4
what i have achieved with the txt files is a difference of both files in a third file as
diff test2.txt test1.txt > test.patch
patch test.txt < test.patch
in text.txt i have the resultant difference of both files.
Now i am doing the same with CSV files.