Both of your spf records is wrong. Also you should not have two spf records, you should only have ONE. The first record is missing your server ip, the second is missing " and "
Anyway, here is a spf record made for both your server email and GoogleApps/Gmail, so delete both of your existing spf records and add this:
Code:1st.si. TXT "v=spf1 a mx ip4:123.123.123.123 include:_spf.google.com ?all"
You must replace 123.123.123.123 with your actual server IP!
If you do not use GoogleApps for email, then use this spf record instead (it is the default created by DirectAdmin):
Code:1st.si. TXT "v=spf1 a mx ip4:123.123.123.123 ~all"
Is now okay?
