All the outgoing msges sent from toaster box are going to the spam box. I tried with Gmail and Yahoo.

Any solutions on this.???
----- Original Message ----- From: "Erik A. Espinoza" <[EMAIL PROTECTED]>
To: <qmailtoaster-list@qmailtoaster.com>
Sent: Tuesday, March 06, 2007 1:30 AM
Subject: Re: [qmailtoaster] vpopmail error


Like I said, this is a problem with your firewall. The iptables on the
vmware image is different than that of the scripts.

Also localhost must be in /etc/hosts. You may want to just copy the
/etc/sysconfig/iptables from the vmware image. Also make sure that you
have a proper /etc/hosts that contains just two entries, one for
localhost and one for the fqdn.

Erik

On 3/5/07, KP <[EMAIL PROTECTED]> wrote:
I found the error. If I try to telnet localhost 143, I am able to connect to IMAP server in preconfigured toaster of vmware image. but if I try to telnet
localhost 143 on my freshly installed fedora machine I am getting
localhost/143: Name or service not know.

Now how can I overcome this problem....

KP
----- Original Message -----
From: "Erik A. Espinoza" <[EMAIL PROTECTED]>
To: <qmailtoaster-list@qmailtoaster.com>
Sent: Tuesday, March 06, 2007 12:49 AM
Subject: Re: [qmailtoaster] vpopmail error


> KP
>
> localhost = 127.0.0.1
>
> You have a rule that does this:
> DROP       all  --  127.0.0.0/8          anywhere
>
> You can't use localhost if you are blocking localhost in iptables. Try
> using your public IP as the imap server or removing the iptables
> block.
>
> Erik
>
> On 3/5/07, KP <[EMAIL PROTECTED]> wrote:
>> I checked out the FAQ. According to it my config is correct. Below is
>> iptables rules which are set according to the script.
>>
>> Chain INPUT (policy DROP)
>> target     prot opt source               destination
>> DROP       all  -f  anywhere             anywhere
>> DROP       all  --  192.168.0.36         anywhere
>> DROP       all  --  127.0.0.0/8          anywhere
>> DROP       all  --  10.0.0.0/8           anywhere
>> DROP       all  --  base-address.mcast.net/4  anywhere
>> DROP       all  --  0.0.0.0/8            anywhere
>> DROP       all  --  255.255.255.255      anywhere
>> DROP       all  --  169.254.0.0/16       anywhere
>> DROP       all  --  221x240x0x102.ap221.ftth.ucom.ne.jp  anywhere
>> DROP       all  --  203.215.94.193       anywhere
>> DROP       all  --  218.71.137.68        anywhere
>> ACCEPT     all  --  anywhere             anywhere
>> ACCEPT     icmp --  anywhere             anywhere            icmp
>> echo-request
>> ACCEPT     tcp  --  anywhere             anywhere            tcp
>> dpt:ftp-data flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT tcp -- anywhere anywhere tcp >> dpt:ftp
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT tcp -- anywhere anywhere tcp >> dpt:ssh
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT tcp -- anywhere anywhere tcp >> dpt:smtp
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT     udp  --  anywhere             anywhere            udp
>> dpt:domain
>> ACCEPT     tcp  --  anywhere             anywhere            tcp
>> dpt:domain
>> ACCEPT tcp -- anywhere anywhere tcp >> dpt:http
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT tcp -- anywhere anywhere tcp >> dpt:pop3
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT tcp -- anywhere anywhere tcp >> dpt:auth
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT tcp -- anywhere anywhere tcp >> dpt:imap
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT     tcp  --  anywhere             anywhere            tcp
>> dpt:https
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT     tcp  --  anywhere             anywhere            tcp
>> dpt:smtps
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT     tcp  --  anywhere             anywhere            tcp
>> dpt:submission flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT     tcp  --  anywhere             anywhere            tcp
>> dpt:imaps
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT     tcp  --  anywhere             anywhere            tcp
>> dpt:pop3s
>> flags:FIN,SYN,RST,ACK/SYN
>> ACCEPT     all  --  anywhere             anywhere            state
>> RELATED,ESTABLISHED
>> REJECT     all  --  anywhere             anywhere            state NEW
>> reject-with icmp-port-unreachable
>>
>> Chain FORWARD (policy DROP)
>> target     prot opt source               destination
>>
>> Chain OUTPUT (policy DROP)
>> target     prot opt source               destination
>> ACCEPT     all  --  anywhere             anywhere
>> ACCEPT     tcp  --  anywhere             anywhere            state
>> NEW,ESTABLISHED
>> ACCEPT     udp  --  anywhere             anywhere            state
>> NEW,ESTABLISHED
>> ACCEPT     icmp --  anywhere             anywhere            state
>> NEW,RELATED,ESTABLISHED
>>
>>
>> Any changes do I need to make in my iptables rules. you can try out >> with >> http://59.162.130.62/webmail or http://www.linsoftindia.info/webmail >> with
>> user: demo and pass: demo123
>>
>> KP
>>
>> ----- Original Message -----
>> From: "Erik A. Espinoza" <[EMAIL PROTECTED]>
>> To: <qmailtoaster-list@qmailtoaster.com>
>> Sent: Tuesday, March 06, 2007 12:25 AM
>> Subject: Re: [qmailtoaster] vpopmail error
>>
>>
>> > Check iptables and the faq, particularly this:
>> > 
http://wiki.qmailtoaster.com/index.php/FAQs#I_have_an_error.2C_my_IMAP_server_isn.27t_starting_up_properly.2C_how_can_I_fix_this.3F
>> >
>> >
>> > On 3/5/07, KP <[EMAIL PROTECTED]> wrote:
>> >> Thnx buddy got it installed but now i have come across a new >> >> problem.
>> >> when y
>> >> try to connect to my webmail i get the following error.
>> >>
>> >> Error connecting to IMAP server: localhost.
>> >> 0 :
>> >>
>> >>
>> >> I tried to check with qmailctl stat. below is the output what i >> >> get.
>> >>
>> >> [EMAIL PROTECTED] var]# qmailctl stat
>> >> authlib: up (pid 1836) 4143 seconds
>> >> clamd: up (pid 1808) 4143 seconds
>> >> imap4: up (pid 1806) 4143 seconds
>> >> imap4-ssl: up (pid 1851) 4143 seconds
>> >> pop3: up (pid 1830) 4143 seconds
>> >> pop3-ssl: up (pid 1867) 4142 seconds
>> >> send: up (pid 1864) 4142 seconds
>> >> smtp: up (pid 1809) 4143 seconds
>> >> submission: up (pid 1813) 4143 seconds
>> >> authlib/log: up (pid 1838) 4143 seconds
>> >> clamd/log: up (pid 1842) 4143 seconds
>> >> imap4/log: up (pid 1807) 4143 seconds
>> >> imap4-ssl/log: up (pid 1834) 4143 seconds
>> >> pop3/log: up (pid 1831) 4143 seconds
>> >> pop3-ssl/log: up (pid 1868) 4142 seconds
>> >> send/log: up (pid 1866) 4142 seconds
>> >> smtp/log: up (pid 1810) 4143 seconds
>> >> submission/log: up (pid 1815) 4143 seconds
>> >> [EMAIL PROTECTED] var]#
>> >>
>> >> Any idea?????
>> >>
>> >> ----- Original Message -----
>> >> From: "Erik A. Espinoza" <[EMAIL PROTECTED]>
>> >> To: <qmailtoaster-list@qmailtoaster.com>
>> >> Sent: Monday, March 05, 2007 2:18 AM
>> >> Subject: Re: [qmailtoaster] vpopmail error
>> >>
>> >>
>> >> > yum -y install libtool-ltdl-devel
>> >> >
>> >> > Try again.
>> >> >
>> >> > On 3/4/07, KP <[EMAIL PROTECTED]> wrote:
>> >> >>
>> >> >> ----- Original Message -----
>> >> >> From: "Eric "Shubes"" <[EMAIL PROTECTED]>
>> >> >> To: <qmailtoaster-list@qmailtoaster.com>
>> >> >> Sent: Saturday, March 03, 2007 7:12 PM
>> >> >> Subject: Re: [qmailtoaster] vpopmail error
>> >> >>
>> >> >>
>> >> >> > KP wrote:
>> >> >> >> Hi Nick
>> >> >> >>
>> >> >> >> I am getting the following error while I try to install >> >> >> >> vpopmail
>> >> >> >> at
>> >> >> >> the
>> >> >> >> first step. I am unable to sort out the error. Could you pls.
>> >> >> >> help
>> >> >> >> me
>> >> >> >> out. I am using fedora core 5
>> >> >> >>
>> >> >> >>
>> >> >> >> Rgrds
>> >> >> >>
>> >> >> >> Kanak
>> >> >> >>
>> >> >> >>
>> >> >> > Yo KP,
>> >> >> >
>> >> >> > Nice screen shot, but the OS is lame. ;) (Sorry, couldn't >> >> >> > resist)
>> >> >> >
>> >> >> > No vpopmail user found usually means that some other user >> >> >> > exists
>> >> >> > that
>> >> >> > is
>> >> >> > using #89.
>> >> >> > # grep 89 /etc/passwd
>> >> >> > Then remove that user (probably sendmail), and have another go >> >> >> > at
>> >> >> > it.
>> >> >> >
>> >> >> > Please let us know how you make out.
>> >> >> >
>> >> >> > --
>> >> >> > -Eric 'shubes'
>> >> >> Thanks Eric. This solved my problem after removing a user and >> >> >> group
>> >> >> #89.
>> >> >> This was used by postfix. This solved the problem. But the new
>> >> >> problem
>> >> >> has
>> >> >> started. While courier-xxxx is getting installed i am getting >> >> >> the
>> >> >> following
>> >> >> msg. I dont understand from were do i get this file.
>> >> >>
>> >> >> Installing courier-authlib-toaster-0.59.1-1.3.5.src.rpm
>> >> >> error: Failed build dependencies:
>> >> >>         /usr/include/ltdl.h is needed by
>> >> >> courier-authlib-toaster-0.59.1-1.3.5.i386
>> >> >>
>> >> >> Any help on this??? I have done yum -y update also. its having
>> >> >> almost
>> >> >> all
>> >> >> the latest updates.
>> >> >>
>> >> >> Rgrds
>> >> >>
>> >> >> KP
>> >> >>
>> >> >>
>> >> >> ---------------------------------------------------------------------
>> >> >>      QmailToaster hosted by: VR Hosted <http://www.vr.org>
>> >> >> ---------------------------------------------------------------------
>> >> >> To unsubscribe, e-mail:
>> >> >> [EMAIL PROTECTED]
>> >> >> For additional commands, e-mail:
>> >> >> [EMAIL PROTECTED]
>> >> >>
>> >> >>
>> >> >
>> >> > ---------------------------------------------------------------------
>> >> >     QmailToaster hosted by: VR Hosted <http://www.vr.org>
>> >> > ---------------------------------------------------------------------
>> >> > To unsubscribe, e-mail:
>> >> > [EMAIL PROTECTED]
>> >> > For additional commands, e-mail:
>> >> > [EMAIL PROTECTED]
>> >> >
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >>      QmailToaster hosted by: VR Hosted <http://www.vr.org>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: >> >> [EMAIL PROTECTED]
>> >> For additional commands, e-mail:
>> >> [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> >     QmailToaster hosted by: VR Hosted <http://www.vr.org>
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: >> > [EMAIL PROTECTED]
>> > For additional commands, e-mail:
>> > [EMAIL PROTECTED]
>> >
>>
>>
>> ---------------------------------------------------------------------
>>      QmailToaster hosted by: VR Hosted <http://www.vr.org>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: >> [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
>     QmailToaster hosted by: VR Hosted <http://www.vr.org>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: > [EMAIL PROTECTED]
>


---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to