Re: [qmailtoaster] Authentication on new qmailtoaster

2024-02-11 Thread Eric Broch
cat /etc/letsencrypt/live/'fqdn'/privkey.pem /etc/letsencrypt/live/'fqdn'/fullchain.pem > ./servercert.pem On 2/11/2024 2:05 PM, Eric Broch wrote: cat /etc/letsencrypt/live/m/privkey.pem /etc/letsencrypt/live/'fqdn'/fullchain.pem > ./servercert.pem

Re: [qmailtoaster] Authentication on new qmailtoaster

2024-02-11 Thread Eric Broch
My Thunderbird settings for Rocky9 IMAP (993) SMTP (465) QMT settings  cat /etc/letsencrypt/live/micahbrochtalk.com/privkey.pem /etc/letsencrypt/live/'fqdn'/fullchain.pem > ./servercert.pem cp servercert.pem /var/qmail/control Dovecot settings ssl = yes ssl_cert= -BEGIN DH

[qmailtoaster] Authentication on new qmailtoaster

2024-02-11 Thread Peter Peterse
Hi list, On my new mail server AlmaLinux 9.2 the authentication doesn't work. While trying to get the message from my server thunderbird reply The incommingserver (IMAP) mymailserver.example.com does not seem to support encrypted passwords. If you just set up the account, try changing the

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread ChandranManikandan
Hi Eric, Thanks for your help. Everything is working fine now. both the internal and external with above configuration in run and tcp.smtp file. On Tue, Nov 10, 2020 at 1:04 AM Eric Broch wrote: > Can you re-word that question? I don't understand what you're asking. > > On 11/9/2020 9:59 AM,

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
Can you re-word that question? I don't understand what you're asking. On 11/9/2020 9:59 AM, Eric Broch wrote: May I check with you if it works internal and external then mail server is working fine right? - To unsubscribe,

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
export SMTPAUTH="-" On 11/9/2020 9:42 AM, ChandranManikandan wrote: Hi Eric, the below config in /var/qmail/supervise/smtp/run #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` #SPAMDYKE="/usr/bin/spamdyke"

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread ChandranManikandan
Hi Eric, the below config in /var/qmail/supervise/smtp/run #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` #SPAMDYKE="/usr/bin/spamdyke" #SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf" SMTPD="/var/qmail/bin/qmail-smtpd"

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
To stop spamdyke Remove line: $SPAMDYKE --config-file $SPAMDYKE_CONF \ On 11/9/2020 9:17 AM, ChandranManikandan wrote: Hi Eric, In tcp file config below 127.:allow,RELAYCLIENT="",RBLSMTPD="",NOPFCHECK="1"

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
Yes On 11/9/2020 9:17 AM, ChandranManikandan wrote: Hi Eric, In tcp file config below 127.:allow,RELAYCLIENT="",RBLSMTPD="",NOPFCHECK="1" 192.168.1.:allow,RELAYCLIENT="",RBLSMTPD="",NOPFCHECK="1",QMAILQUEUE="/var/qmail/bin/simscan"

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
and  REQUIRE_AUTH=0 is unnecessary. On 11/9/2020 9:17 AM, ChandranManikandan wrote: Hi Eric, In tcp file config below 127.:allow,RELAYCLIENT="",RBLSMTPD="",NOPFCHECK="1" 192.168.1.:allow,RELAYCLIENT="",RBLSMTPD="",NOPFCHECK="1",QMAILQUEUE="/var/qmail/bin/simscan"

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread ChandranManikandan
Hi Eric, In tcp file config below 127.:allow,RELAYCLIENT="",RBLSMTPD="",NOPFCHECK="1" 192.168.1.: allow,RELAYCLIENT="",RBLSMTPD="",NOPFCHECK="1",QMAILQUEUE="/var/qmail/bin/simscan"

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
change the run file to this #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` SPAMDYKE="/usr/bin/spamdyke" SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf" SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread ChandranManikandan
in which line need to remove from below run file #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` SPAMDYKE="/usr/bin/spamdyke" SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf" SMTPD="/var/qmail/bin/qmail-smtpd"

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
Before you remove spamdyke check out what's in /etc/tcprules.d/tcp.smtp and post to the list. On 11/9/2020 9:05 AM, ChandranManikandan wrote: Yes Eric, Full log here Nov  9 23:43:01 mail spamdyke[25135]: DENIED_OTHER from: x...@gmail.com to: x...@example.com

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
Remove spamdyke from /var/qmail/supervise/smtp/run and let's see what happens. On 11/9/2020 9:05 AM, ChandranManikandan wrote: Yes Eric, Full log here Nov  9 23:43:01 mail spamdyke[25135]: DENIED_OTHER from: x...@gmail.com to: x...@example.com

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread ChandranManikandan
Yes Eric, Full log here Nov 9 23:43:01 mail spamdyke[25135]: DENIED_OTHER from: x...@gmail.com to: x...@example.com origin_ip: 209.85.210.44 origin_rdns: mail-ot1-f44.google.com auth: (unknown) encryption: TLS reason: 451_mail_server_temporarily_rejected_message_(#4.3.0) On Tue, Nov 10, 2020 at

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
Is spamd and clamd started? Is that message from /var/log/maillog? On 11/9/2020 8:57 AM, ChandranManikandan wrote: Hi Eric, Thanks, qmail-1.03-3.3.1.qt.el7.x86_64 qmailmrtg-4.2-3.qt.el7.x86_64 qmailadmin-1.2.16-3.2.qt.el7.x86_64 It's working now after a change in squirrelmail config file.

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread ChandranManikandan
Hi Eric, Thanks, qmail-1.03-3.3.1.qt.el7.x86_64 qmailmrtg-4.2-3.qt.el7.x86_64 qmailadmin-1.2.16-3.2.qt.el7.x86_64 It's working now after a change in squirrelmail config file. But one other issue comes Emails are delivered to internal and external domains but email is not received from an

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
What version of qmail are you running? On 11/9/2020 8:44 AM, Eric Broch wrote: Change: /etc/tcprules.d/tcp.smtp To: 127.:allow,RELAYCLIENT="",RBLSMTPD="",NOP0FCHECK="1",SMTPDEBUG="1"

Re: [qmailtoaster] Authentication failed in new server

2020-11-09 Thread Eric Broch
Change: /etc/tcprules.d/tcp.smtp To: 127.:allow,RELAYCLIENT="",RBLSMTPD="",NOP0FCHECK="1",SMTPDEBUG="1" :allow,SIMSCAN_DEBUG="5",BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simscan",NOP0FCHECK="1" Change:

[qmailtoaster] Authentication failed in new server

2020-11-09 Thread ChandranManikandan
Hi Eric & Friends, I have installed new COS 7 and configure the COS7 qmail steps after done everything, i tried to send email from squirrelmail with the same server the below message comes. What i missed in any configuration i just install qmailtoaster setup from qmailtoaster.com. Anyone quick

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-23 Thread Andrew Swartz
Angus, That is an intriguing error. SNI adoption has been very slow for email. Dovecot supports it for POP3/IMAP clients. Opensmtpd may be the only SMTP server which supports it. The workaround SMTP behavior has been to look up the MX record of the "To:" domain, and then connect to THAT

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-23 Thread remo
You do not have to buy a new cert use let’s encrypt or self sign it works just fine. > Il giorno 23 lug 2019, alle ore 06:04, Angus McIntyre ha > scritto: > > r...@mattei.org wrote on 7/22/19 11:06 PM: > > I am not sure why you keep having all this issues. Let me > > know off line maybe I

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-23 Thread Eric Broch
Do you have a script in /home/vpopmail/domain/yourdomain.com/user, perhaps a .qmail file with .mailfilter script? On 7/23/2019 7:48 AM, Tahnan Al Anas wrote: Hi Eric, Thank you for your reply. The issue is happening in webmail. I am using roundcube, squirrel mail, rain loop and after logic

Re: [qmailtoaster] Rainloop and folders (was: Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube)

2019-07-23 Thread Eric Broch
The Fix: https://github.com/RainLoop/rainloop-webmail/issues/978 Edit file, /usr/share/rainloop/data/_data_/_default_/configs/application.ini change setting, imap_folder_list_limit = 200 // 0 is off Eric On 7/23/2019 7:38 AM, Eric Broch wrote: *You have too many folders!* We have

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-23 Thread Tahnan Al Anas
Hi Eric, Thank you for your reply. The issue is happening in webmail. I am using roundcube, squirrel mail, rain loop and after logic webmail. Some user use Microsoft outlook. But mail that received by server going to squirrel, roundcube spam folder, for which client unable to get it in their

Re: [qmailtoaster] Rainloop and folders (was: Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube)

2019-07-23 Thread Eric Broch
*You have too many folders!* We have shown only a part of them, to avoid performance problems. On 7/23/2019 7:32 AM, Angus McIntyre wrote: Eric Broch wrote on 7/23/19 8:58 AM:> Also, as a side note Rainloop refuses to display one of my folders which roundcube and squirrelmail do display. Has

[qmailtoaster] Rainloop and folders (was: Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube)

2019-07-23 Thread Angus McIntyre
Eric Broch wrote on 7/23/19 8:58 AM:> Also, as a side note Rainloop refuses to display one of my folders which roundcube and squirrelmail do display. Has anyone else seen this? I found that with Rainloop, you need to specifically switch on the folders that you want to see in the sidebar.

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-23 Thread Angus McIntyre
r...@mattei.org wrote on 7/22/19 11:06 PM: > I am not sure why you keep having all this issues. Let me > know off line maybe I can take a look. Thanks, Remo. I think I may be getting closer to a fix. The issues I was having with PHP/Roundcube installation turned out to be because I had the IUS

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-23 Thread Eric Broch
Hi Angus, If you're using webmail on any of those other clients HTTPS is a secure channel. YOU MUST MAKE SURE THAT YOUR APACHE SETTINGS FORCE HTTPS for each of our three webmail options, though. I cannot stress this enough. Also, as a side note Rainloop refuses to display one of my folders

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-23 Thread Eric Broch
Hi Muhammad, I don't think QMT 'naturally' any mail to spam folder. Is this perhaps a client setting? What email client are they using? Eric On 7/23/2019 1:53 AM, Tahnan Al Anas wrote: Hi, Some of my user are getting mail at their spam box from some domain. Can you suggest what can be

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-23 Thread Angus McIntyre
Hi Eric Thanks for the suggestion. I think I'll certainly go that route for the webmail clients -- Roundcube, Rainloop and Squirrelmail -- for the reasons you suggest. However, I also need to make this setup work with desktop and mobile clients like Apple Mail and Postbox, and they will

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-23 Thread Tahnan Al Anas
Hi, Some of my user are getting mail at their spam box from some domain. Can you suggest what can be done to prevent mail getting delivered at spam box? They prefer to get it in inbox. -- -- Best Regards Muhammad Tahnan Al Anas On Tue, Jul 23, 2019 at 8:41 AM Eric's mail wrote: > Angus, >

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-22 Thread remo
I am not sure why you keep having all this issues. Let me know off line maybe I can take a look. > Il giorno 22 lug 2019, alle ore 19:41, Eric's mail > ha scritto: > >  > Angus, > > Did you think about simply using port 25, no authentication or encryption, > which is how squirrelmail on

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-22 Thread Eric's mail
Angus, Did you think about simply using port 25, no authentication or encryption, which is how squirrelmail on QMT used to be configured, relying on HTTPS alone for password and email security across the cloud as the email (after the cloud) is submitted directly to the server (tcpserver) by

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-22 Thread Angus McIntyre
r...@mattei.org wrote on 7/22/19 10:22 AM: > You need to install the cert on your machine. Does the /etc/hosts > have the name of your machine can you try to ping that name to > see if it resolves? The certificate is installed. The hostname in '/etc/hosts' resolves, and responds to pings. I

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-22 Thread remo
You need to install the cert on your machine. Does the /etc/hosts have the name of your machine can you try to ping that name to see if it resolves? > Il giorno 21 lug 2019, alle ore 20:03, Angus McIntyre ha > scritto: > > Thanks to a great deal of help from Remi and Eric, I have now

Re: [qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-21 Thread Eric Broch
Just as long as you have https set up for both roundcube and squirrelmail you could use port 25, tls is not necessary. On 7/21/2019 9:02 PM, Angus McIntyre wrote: Thanks to a great deal of help from Remi and Eric, I have now managed to get my Ansible role to the point where it can successfully

[qmailtoaster] Authentication issues with Squirrelmail and RoundCube

2019-07-21 Thread Angus McIntyre
Thanks to a great deal of help from Remi and Eric, I have now managed to get my Ansible role to the point where it can successfully build out a QMailToaster server running PHP 7.1 and RoundCube 1.4rc1. However, because nothing is ever that easy, RoundCube and SquirrelMail have now stopped

Re: [qmailtoaster] Authentication methods

2012-02-17 Thread David Milholen
+1 Rock it man.. On 2/15/2012 11:26 AM, Eric Shubert wrote: As part of the upgrade to vpopmail, we're considering removing clear text passwords from the database. This will improve security, but at the same time remove some (somewhat insecure) capabilitiy. The biggest impact I think this

Re: [qmailtoaster] Authentication methods

2012-02-16 Thread Tonix (Antonio Nati)
My point of view is related to extra QMT features, so it could be out of topic. We are willing to integrate some assistance trouble ticketing and/or other web services for e-mail users, so we plan to use the same vpopmail auth table also for other external packages. From this point of view, a

Re: [qmailtoaster] Authentication methods

2012-02-16 Thread Bharath Chari
On Thursday 16 February 2012 05:42 PM, Tonix (Antonio Nati) wrote: My point of view is related to extra QMT features, so it could be out of topic. We are willing to integrate some assistance trouble ticketing and/or other web services for e-mail users, so we plan to use the same vpopmail

Re: [qmailtoaster] Authentication methods

2012-02-16 Thread Tonix (Antonio Nati)
Il 16/02/2012 13:45, Bharath Chari ha scritto: On Thursday 16 February 2012 05:42 PM, Tonix (Antonio Nati) wrote: My point of view is related to extra QMT features, so it could be out of topic. We are willing to integrate some assistance trouble ticketing and/or other web services for e-mail

Re: [qmailtoaster] Authentication methods

2012-02-16 Thread Peter Peltonen
Hi, On Wed, Feb 15, 2012 at 7:26 PM, Eric Shubert e...@shubes.net wrote: The other impact will be the elimination of cram-md5 as an authentication option. While this doesn't really make QMT any less secure, it might mean that some clients that were formerly configured to use cram-md5 would

Re: [qmailtoaster] Authentication methods

2012-02-16 Thread Pak Ogah
On 02/16/12 0:26, Eric Shubert wrote: As part of the upgrade to vpopmail, we're considering removing clear text passwords from the database. This will improve security, but at the same time remove some (somewhat insecure) capabilitiy. The biggest impact I think this will have is that admins

[qmailtoaster] Authentication methods

2012-02-15 Thread Eric Shubert
As part of the upgrade to vpopmail, we're considering removing clear text passwords from the database. This will improve security, but at the same time remove some (somewhat insecure) capabilitiy. The biggest impact I think this will have is that admins will no longer be able to look up

Re: [qmailtoaster] authentication

2009-08-19 Thread Maxwell Smart
I am having authentication problems that I cannot seem to figure out. It always seems to happen with Thunderbird on Windows systems. I cannot get the outgoing SMTP server to authenticate. It always comes up with an error, cannot connect to server. I am sure it's a problem with

Re: [qmailtoaster] authentication

2009-08-19 Thread Andreas Galatis
Hi Maxwell, following your description this is not a authentification problem but rather a DNS or configuration issue. Did you set the correct servername for outgoing mails in Thunderbird? Is the protocol (smtp, submission) open on your (outgoing) firewall? Cannot connect to server is far before

Re: [qmailtoaster] authentication

2009-08-19 Thread Maxwell Smart
I can connect from the same network using a Linux box. I can also connect to the server from the windows box using webmail, which means the DNS is working correctly. Andreas Galatis wrote: Hi Maxwell, following your description this is not a authentification problem but rather a DNS or

Re: [qmailtoaster] authentication

2009-08-19 Thread Philip
Maxwell try testing the authentification with a telnet session from your windows box, if that works you can pin point the issue to your mail client if you dont know how to test it via telnet use this nice tut : http://qmail.jms1.net/test-auth.shtml Cheers -P Maxwell Smart wrote: I can connect

Re: [qmailtoaster] authentication

2009-08-19 Thread Andreas Galatis
Did you try telnet from the concerned windose? Andreas Am Wednesday 19 August 2009 08:52:51 schrieb Maxwell Smart: I can connect from the same network using a Linux box. I can also connect to the server from the windows box using webmail, which means the DNS is working correctly. Andreas

Re: [qmailtoaster] authentication

2009-08-19 Thread Jake Vickers
Philip wrote: Maxwell try testing the authentification with a telnet session from your windows box, if that works you can pin point the issue to your mail client if you dont know how to test it via telnet use this nice tut : http://qmail.jms1.net/test-auth.shtml There is a more boiled-down

Re: [qmailtoaster] authentication

2009-08-19 Thread Maxwell Smart
I know how to use telnet, but I don't activate it on my servers because it's insecure. I'll take a look at it later. It's not that pressing since it's only on my wifes machine! :) Jake Vickers wrote: Philip wrote: Maxwell try testing the authentification with a telnet session from your

Re: [qmailtoaster] authentication

2009-08-19 Thread Eric Shubert
You don't have to have telnet on the server. It's a client app. You can # telnet mailhost 25 to any email transport server, so long as there is connectivity. (Perhaps you're thinking of ssh??) Maxwell Smart wrote: I know how to use telnet, but I don't activate it on my servers because it's

Re: [qmailtoaster] authentication

2009-08-19 Thread Maxwell Smart
Doh! I don't know why I thought I had to have Telnet running on the server. Thanks Eric. That's what happens when you have too many balls in the air. I can see clearly now, my brain is gone CJ Eric Shubert wrote: You don't have to have telnet on the server. It's a client app. You can #

Re: [qmailtoaster] authentication

2009-08-19 Thread Maxwell Smart
OK, that did it. It answers to port 587 but not 25. My guess is that SBC is blocking port 25. I will change the port on my wifes system and see what happens. I just checked, and see that my desktop is set to use port 587. Many thanks, CJ Maxwell Smart wrote: Doh! I don't know why I

Re: [qmailtoaster] authentication

2009-08-19 Thread Maxwell Smart
Eric, The wiki doesn't explain authentication. maxw...@nicolette:~ telnet mail.yother.com 587 Trying 64.168.70.133... Connected to mail.yother.com. Escape character is '^]'. 220 Welcome to the Machine ESMTP HELO ME 250 Welcome to the Machine MAIL FROM c...@yother.com 503 AUTH first (#5.5.1)

Re: [qmailtoaster] authentication

2009-08-19 Thread Eric Shubert
Nice (Pink Floyd). You might want to leave the toaster string (Welcome to Qmail Toaster Ver. 1.3) in there though. It helps bots that do surveys count your server as a Qmail Toaster (which helps all of us). There are various pages on the web about testing auth with telnet. If we don't have it

Re: [qmailtoaster] authentication

2009-08-19 Thread Maxwell Smart
Eric, I'll change the string back. Anything to support the toaster. I'll get off my duff and walk into my other room with my Qmail book and find the Telnet section. I used to remember all this, but don't need it enough. That's a testament to how well the toaster works. Cheers, CJ

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-09 Thread Eric Shubert
] To: qmailtoaster-list@qmailtoaster.com Sent: Friday, August 08, 2008 8:37 AM Subject: Re: [qmailtoaster] Authentication to bypass spam checks Hi all, I have a few question. Before I learned of this port 587, my only option was to disable spamhaus. And all I did to disable it was to remove

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-09 Thread Tek Support
Aliyan wrote: pretty smart question John, I also would like to hear the answer for it from the experts. - Original Message - From: Tek Support [EMAIL PROTECTED] To: qmailtoaster-list@qmailtoaster.com Sent: Friday, August 08, 2008 8:37 AM Subject: Re: [qmailtoaster] Authentication

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-08 Thread Anil Aliyan
pretty smart question John, I also would like to hear the answer for it from the experts. - Original Message - From: Tek Support [EMAIL PROTECTED] To: qmailtoaster-list@qmailtoaster.com Sent: Friday, August 08, 2008 8:37 AM Subject: Re: [qmailtoaster] Authentication to bypass spam

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-08 Thread Johannes Weberhofer, Weberhofer GmbH
, 2008 8:37 AM Subject: Re: [qmailtoaster] Authentication to bypass spam checks Hi all, I have a few question. Before I learned of this port 587, my only option was to disable spamhaus. And all I did to disable it was to remove it from my /var/qmail/control/blacklists file. So, the other day I

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-08 Thread Hostmaster
Hi, you can check the file /etc/spamdyke/spamdyke.conf here are the rbl servers now. Mario - Mensaje original - De: Tek Support [EMAIL PROTECTED] Para: qmailtoaster-list@qmailtoaster.com Enviado: Jueves, 07 de Agosto de 2008 10:41 p.m. Asunto: Re: [qmailtoaster] Authentication

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-08 Thread Sam Clippinger
wrote: pretty smart question John, I also would like to hear the answer for it from the experts. - Original Message - From: Tek Support [EMAIL PROTECTED] To: qmailtoaster-list@qmailtoaster.com Sent: Friday, August 08, 2008 8:37 AM Subject: Re: [qmailtoaster] Authentication to bypass spam

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-08 Thread Eric Shubert
: [qmailtoaster] Authentication to bypass spam checks Hi all, I have a few question. Before I learned of this port 587, my only option was to disable spamhaus. And all I did to disable it was to remove it from my /var/qmail/control/blacklists file. So, the other day I needed some addition reporting

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-08 Thread Tek Support
Message - From: Tek Support [EMAIL PROTECTED] To: qmailtoaster-list@qmailtoaster.com Sent: Friday, August 08, 2008 8:37 AM Subject: Re: [qmailtoaster] Authentication to bypass spam checks Hi all, I have a few question. Before I learned of this port 587, my only option was to disable spamhaus

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-08 Thread Eric Shubert
also would like to hear the answer for it from the experts. - Original Message - From: Tek Support [EMAIL PROTECTED] To: qmailtoaster-list@qmailtoaster.com Sent: Friday, August 08, 2008 8:37 AM Subject: Re: [qmailtoaster] Authentication to bypass spam checks Hi all, I have a few

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-08 Thread Tek Support
the experts. - Original Message - From: Tek Support [EMAIL PROTECTED] To: qmailtoaster-list@qmailtoaster.com Sent: Friday, August 08, 2008 8:37 AM Subject: Re: [qmailtoaster] Authentication to bypass spam checks Hi all, I have a few question. Before I learned of this port 587, my

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-07 Thread Luis Lopez
, 05 Aug 2008 14:39:50 -0400 To: qmailtoaster-list@qmailtoaster.com Subject: [qmailtoaster] Authentication to bypass spam checks Hi All, My first message to this mailing list. :-) Problem: One of my developers is complaining that is not possible for him to send email from his house. I

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-07 Thread Tek Support
Hi all, I have a few question. Before I learned of this port 587, my only option was to disable spamhaus. And all I did to disable it was to remove it from my /var/qmail/control/blacklists file. So, the other day I needed some addition reporting and I remembered the toaster plus, so I

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-07 Thread Tek Support
Opps, I forgot to add the before and after /var/qmail/supervise/smtp/run file. ---Before Begin--- #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` BLACKLIST=`cat /var/qmail/control/blacklists` SMTPD=/var/qmail/bin/qmail-smtpd

[qmailtoaster] Authentication to bypass spam checks

2008-08-05 Thread Luis Lopez
Hi All, My first message to this mailing list. :-) Problem: One of my developers is complaining that is not possible for him to send email from his house. I noticed that the range of IPs from his block has been flagged as spam. Q. What's the correct procedure to have him authenticated and

Re: [qmailtoaster] Authentication to bypass spam checks

2008-08-05 Thread Phil Leinhauser
: [qmailtoaster] Authentication to bypass spam checks Hi All, My first message to this mailing list. :-) Problem: One of my developers is complaining that is not possible for him to send email from his house. I noticed that the range of IPs from his block has been flagged as spam. Q

Re: [qmailtoaster] Authentication failed : Server replied: 535 authentication failed (#5.7.1)

2008-05-08 Thread Eric Shubert
senthil vel wrote: While i am sending mail from web interface, i am getting this error...Kindly help me... -- Thanks and Regards, S.Senthilvel, Is web interface (squirrelmail) running on a different machine? Do you get this error when trying to log in, or when sending? -- -Eric

Re: [qmailtoaster] Authentication failed : Server replied: 535 authentication failed (#5.7.1)

2008-05-08 Thread senthil vel
Sorry..Here too the mistake is mine.. In /nutsmail/config/config.php file the host name was wrongly set..So the authentication tried in some other host.Sorry again Eric,Thanks for the valuable help... On Thu, May 8, 2008 at 7:26 PM, Eric Shubert [EMAIL PROTECTED] wrote: senthil vel wrote:

[qmailtoaster] Authentication failed : Server replied: 535 authentication failed (#5.7.1)

2008-05-07 Thread senthil vel
While i am sending mail from web interface, i am getting this error...Kindly help me... -- Thanks and Regards, S.Senthilvel,

[qmailtoaster] Authentication error

2006-07-05 Thread João Sá
Hi,I've installed qmail toaster on Fedora Core 5.Everything is fine but after a while the email system is started, IMAP authentication fails.If I do a qmailctl restart everything is going to work right again. Help on this would be great.Installed packages:--- cut here ---# rpm -qa | grep

Re: [qmailtoaster] Authentication error

2006-07-05 Thread Weberhofer GmbH
Please check http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg05239.html Best regards, Johannes João Sá schrieb: Hi, I've installed qmail toaster on Fedora Core 5. Everything is fine but after a while the email system is started, IMAP authentication fails. If I do a