> Well, I've tried to test my server setup (postfix++Spamassassin++) with an > official Gtube test mail and got rejected at sending (!) by all the isps I've > tried... can't test my own server because of that... how dumb they are! > > they aren't smart enough to recognize a test email specialy made for testing > mail servers from a real sp*am email and refuse to send it. tsss. > > so, How can I test my server setup if test emails aren't even sent by my > dumbass isp's mail server ???
Don't use your isp's mailserver, use your server directly. Create a new account in your email client and enter your mailserver as outgoing smtp with port 25. If you don't provide smtp-auth credentials and use port 25 then your email client behaves like an external mailserver. If you want to test user submission as well, add smtp-auth credentials and change port to 465/587 (ssl/starttls) as necessary. Best regards Gerald