ispCP - Board - Support
SMTP DOWN [ resolved ] - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: SMTP DOWN [ resolved ] (/thread-10788.html)

Pages: 1 2


RE: SMTP DOWN - pstanbra - 05-26-2010 07:20 PM

(05-26-2010 07:14 PM)joximu Wrote:  better use [code] instead of [quote]

ok - and where are the spaces (not empty lines) before "-o smtpd_proxy_filter...."

Please read http://www.postfix.org/master.5.html - Part "SYNTAX"....

/J



master CF attached.


RE: SMTP DOWN - joximu - 05-26-2010 07:25 PM

sorry - what's difficult in adding some spaces at the beginning of a certain line?
old:
Code:
smtp      inet  n       -       -       -       -       smtpd
-o smtpd_proxy_filter=localhost:10024
    -o content_filter=

new:
Code:
smtp      inet  n       -       -       -       -       smtpd
    -o smtpd_proxy_filter=localhost:10024
    -o content_filter=

then restart postfix

/J


RE: SMTP DOWN - pstanbra - 05-26-2010 07:30 PM

(05-26-2010 07:25 PM)joximu Wrote:  sorry - what's difficult in adding some spaces at the beginning of a certain line?
old:
Code:
smtp      inet  n       -       -       -       -       smtpd
-o smtpd_proxy_filter=localhost:10024
    -o content_filter=

new:
Code:
smtp      inet  n       -       -       -       -       smtpd
    -o smtpd_proxy_filter=localhost:10024
    -o content_filter=

then restart postfix

/J



I have already inserted spaces as mentioned but it did not change anything so I put the file back to how the original file was.
I get the same error.
resolved - dont use white space - use tab


RE: SMTP DOWN - joximu - 05-26-2010 07:45 PM

hm - tab is ok, but white spaces also should do the job.

never mind... Smile

/J