![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| concat const char * with char * | nicos | High Level Programming | 4 | 02-18-2009 01:01 PM |
| Change a Char Multiple line records | gseptember | Shell Programming and Scripting | 5 | 01-29-2009 07:54 AM |
| Adding a single char to a char pointer. | pallak7 | High Level Programming | 5 | 12-06-2008 11:46 PM |
| How to replace any char with newline char. | mightysam | Shell Programming and Scripting | 5 | 09-18-2008 09:15 PM |
| 1000-char PM limit | Corona688 | Post Here to Contact Site Administrators and Moderators | 3 | 01-31-2007 10:51 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
One way I was told to do was incase strings in quotes.
But I was given this option if I can get it to work. Will this work for splitting up SPF records? I am try to make bx.example.com reference spf.eu.***, spfa.eu.***, spfb.eu.***, and spfc.eu.***. spf.eu.example.com 3600 IN TXT "v=spf1 include:spfa.eu.example.com include:spfb.eu.example.com include:spfc.eu.example.com -all" spfa.eu.example.com 3600 IN TXT "v=spf1 ip4:195.33.111.96/28 a:smtp.example.com -all" spfb.eu.example.com 3600 IN TXT "v=spf1 a:mail.example.de a:igngate.example.de a:inetgate.example.de -all" spfc.eu.example.com 3600 IN TXT "v=spf1 a rodmail4a.example.com a rodmail4b.example.com include:spf.example.com ip4:170.224.103.111 ip4:170.224.103.111 -all" bx.example.com 3600 IN TXT "v=spf1 include:spf.eu.example.com -all" I am trying to get this to work. Any suggestions please. Thanks T |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|