[qmailtoaster] Spam Whitelist

2009-02-11 Thread Dan Herbon
Hey guys,

 

A quick question. I have a domain added into the Spam whitelist via the
local.cf file in /etc/mail/spamassassin. This is how its configured:

 

whitelist_from *...@fax2mail.com

whitelist_from_rcvd *...@fax2mail.com fax2mail.com

 

I got these settings from the configuration help. After the changes were
added I ran spamassassin -D -lint and reloaded qmail.

 

Emails from fax2mail are still getting flagged and spam and tossed into the
SPAMbox.

 

Any ideas what I'm doing wrong? Perhaps I'm not doing the proper
configuration. The goal is to have any email that comes from @fax2mail.com
bypassed and delivered.

 

Thanks

 

Dan Herbon

 

 



[qmailtoaster] duplicate emails

2008-12-11 Thread Dan Herbon
So a bunch of my users are receiving duplicate emails but not everyone. Only
a select few. I looked through past posts on duplicates and noticed people
having problem with server performance. Mine is running just fine. I then
noticed a post about the .qmail file. Sure enough, all the users that are
receiving duplicate emails have this in their .qmail file:

 

--

|/var/qmail/bin/preline /usr/bin/maildrop -A 'Content-Filter:
maildrop-toaster' /etc/mail/mailfilter

/home/vpopmail/domains/fbchomeloans.com/bferguson/Maildir/

--

 

The users who are receiving emails just fine have this:

 

---

|/var/qmail/bin/preline /usr/bin/maildrop -A 'Content-Filter:
maildrop-toaster' /etc/mail/mailfilter

---

 

Any idea what would have caused the system to add the second line?



RE: [qmailtoaster] duplicate emails

2008-12-11 Thread Dan Herbon
And to follow up. I've just realized everyone who has started to receive
duplicate emails has put on their out of office reply via QmailAdmin. When
they return and take it off they receive duplicate emails...

 

 

 

From: Dan Herbon [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 11, 2008 10:14 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] duplicate emails

 

So a bunch of my users are receiving duplicate emails but not everyone. Only
a select few. I looked through past posts on duplicates and noticed people
having problem with server performance. Mine is running just fine. I then
noticed a post about the .qmail file. Sure enough, all the users that are
receiving duplicate emails have this in their .qmail file:

 

--

|/var/qmail/bin/preline /usr/bin/maildrop -A 'Content-Filter:
maildrop-toaster' /etc/mail/mailfilter

/home/vpopmail/domains/fbchomeloans.com/bferguson/Maildir/

--

 

The users who are receiving emails just fine have this:

 

---

|/var/qmail/bin/preline /usr/bin/maildrop -A 'Content-Filter:
maildrop-toaster' /etc/mail/mailfilter

---

 

Any idea what would have caused the system to add the second line?



[qmailtoaster] local-to-local email scan

2008-12-10 Thread Dan Herbon
Is there a way to disable local-to-local email from being scanned by SA and
Clam? Clam is beating up my server just scanning emails back and forth
between my employees.

 



RE: [qmailtoaster] local-to-local email scan

2008-12-10 Thread Dan Herbon
clamav-toaster-0.94.1-1.3.22

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Shubert
Sent: Wednesday, December 10, 2008 1:45 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] local-to-local email scan

Dan Herbon wrote:
 Is there a way to disable local-to-local email from being scanned by SA 
 and Clam? Clam is beating up my server just scanning emails back and 
 forth between my employees.
 
Short answer, I don't know off hand. However,
.) Local email is only scanned by clamav, not SA.
.) which version ov clamav are you running? Some previous versions had a 
bug that would eat the cpu. I'd make sure you're running the latest 
clamav before looking into disabling it.

-- 
-Eric 'shubes'


-
 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] mac address

2008-12-02 Thread Dan Herbon
Last night I migrated my mail server using qtp-backup and qtp-restore.
Everything went well. The server is sending and receiving emails just fine.
My only problem is one scanner on my network will not connect to the server
via port 25 to send out scanned documents. I've looked at everything.
SpamDyke, SpamAssassing, IP Chains, IP Tables, etc.

 

I cannot find any reason why the server is rejecting all communications with
this device. I even changed IP addresses twice and it still rejects its
connection. 

 

My only remaining thought is that somewhere the devices MAC address is
blacklisted or something.

 

Any ideas out there? I feel like I've tried everything.

 

 



RE: [qmailtoaster] mac address

2008-12-02 Thread Dan Herbon
Nothing even displays in the SMTP or SEND logs. If I change the port to 587
it actually hits the submission log but appears to strip out the recipients
email address:

 

CHKUSER accepted sender: from [EMAIL PROTECTED]:: remote FFM-KM5035
Sales:unknown:192.168.1.207 rcpt  : sender accepted

 

If I change it back to port 25 it doesn't even generate an error message.

 

No go with SMTP Auth either. Not sure what is causing this.

 

From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 02, 2008 2:32 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] mac address

 

Dan Herbon wrote: 

Last night I migrated my mail server using qtp-backup and qtp-restore.
Everything went well. The server is sending and receiving emails just fine.
My only problem is one scanner on my network will not connect to the server
via port 25 to send out scanned documents. I've looked at everything.
SpamDyke, SpamAssassing, IP Chains, IP Tables, etc.

 

I cannot find any reason why the server is rejecting all communications with
this device. I even changed IP addresses twice and it still rejects its
connection. 

 

My only remaining thought is that somewhere the devices MAC address is
blacklisted or something.

 

Any ideas out there? I feel like I've tried everything.

 

 


What is the error in the smtp logs?
Can the scanner use port 587 - side question.
Does the scanner SMTP-AUTH, or do you need to put something in the tcp.smtp
file to allow it's IP to relay without authentication?



RE: [qmailtoaster] mac address

2008-12-02 Thread Dan Herbon
And tcp.smtp file allows all 192.168.1 traffic.

 

From: Dan Herbon [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 02, 2008 2:52 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] mac address

 

Nothing even displays in the SMTP or SEND logs. If I change the port to 587
it actually hits the submission log but appears to strip out the recipients
email address:

 

CHKUSER accepted sender: from [EMAIL PROTECTED]:: remote FFM-KM5035
Sales:unknown:192.168.1.207 rcpt  : sender accepted

 

If I change it back to port 25 it doesn't even generate an error message.

 

No go with SMTP Auth either. Not sure what is causing this.

 

From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 02, 2008 2:32 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] mac address

 

Dan Herbon wrote: 

Last night I migrated my mail server using qtp-backup and qtp-restore.
Everything went well. The server is sending and receiving emails just fine.
My only problem is one scanner on my network will not connect to the server
via port 25 to send out scanned documents. I've looked at everything.
SpamDyke, SpamAssassing, IP Chains, IP Tables, etc.

 

I cannot find any reason why the server is rejecting all communications with
this device. I even changed IP addresses twice and it still rejects its
connection. 

 

My only remaining thought is that somewhere the devices MAC address is
blacklisted or something.

 

Any ideas out there? I feel like I've tried everything.

 

 


What is the error in the smtp logs?
Can the scanner use port 587 - side question.
Does the scanner SMTP-AUTH, or do you need to put something in the tcp.smtp
file to allow it's IP to relay without authentication?



[qmailtoaster] CHKUser Limit

2008-10-08 Thread Dan Herbon
Hello,

 

I am having an issue with the CHKUSER_RCPTLIMIT=40 limit. My limit in the
tcp.smtp file is 40 recipient. One of my employees is sending an email to 35
email addresses in the BCC field. Does the check limit apply to the BCC
field or only to the TO:/CC: fields? They are sending it via BCC so other
recipients cannot see everyone’s email address.

 

About ½ of the emails send out and then it replies back:

 

571 sorry, you are violating our security policies (#5.7.1 - chkuser)



RE: [qmailtoaster] CHKUser Limit

2008-10-08 Thread Dan Herbon
Yes, I've rebuilt and restarted many times while playing with this. This has
been an ongoing issue for awhile I'm just now giving my full attention. Less
than 40 emails via TO:/CC: will send out fine but not in the BCC:



-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Shubert
Sent: Wednesday, October 08, 2008 11:47 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] CHKUser Limit

Dan Herbon wrote:
 Hello,
 
 I am having an issue with the CHKUSER_RCPTLIMIT=40 limit. My limit in
 the tcp.smtp file is 40 recipient. One of my employees is sending an
 email to 35 email addresses in the BCC field. Does the check limit apply
 to the BCC field or only to the TO:/CC: fields?

The documentation
(http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings
.html)
is not clear about that. I expect that it's all recipients, including BCCs.
 
 About ½ of the emails send out and then it replies back:
 
 571 sorry, you are violating our security policies (#5.7.1 - chkuser)
 

Did you rebuild the cdb file after changing the tcp.smtp file?

-- 
-Eric 'shubes'


-
 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] SENDER_NOCHECK=1

2008-06-27 Thread Dan Herbon
So out of nowhere people sending email on their blackberries started getting
the 5.1.0 - Unknown address error 571-'sorry, sender address has invalid
format (#5.7.1 - chkuser)' errors. I located the fix on the toaster wiki
which basically says to add in SENDER_NOCHECK=1. Does adding this
compromise security? What will its affects be?

 

 



[qmailtoaster] email server migration

2008-06-17 Thread Dan Herbon
Hello,

 

I am going to be migrating my old qmailtoaster server to a new server with
better hardware. New IP address on the new server. I just wanted to list the
steps that I think are required. Please let me know if I'm missing
something.

 

New server and old server currently have the same version of qmail running.

 

1.   Shutdown qmail on old server.

2.   Dump DB from old server and import it into new server.

3.   Copy contents from /home/vpopmail/domains to new server.

4.   Copy contents from /var/qmail/control from old server to new
server.

5.   Copy /etc/tcprules.d/tcp/smtp to new server.

6.   Copy over contents from /etc/mail/spamassassin to the new server.

7.   Update dns records for domains to reflect new ip address.

8.   Verify correct ownership of transferred files

9.   Start qmail on new server.

 

Missing anything ?



RE: [qmailtoaster] Duplicate Mail Receives

2008-06-02 Thread Dan Herbon
I upgraded to the latest version of toaster a week ago and it's been 1 week 
without any duplicates.

-Original Message-
From: Kyle Quillen [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 02, 2008 3:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Duplicate Mail Receives

Dan,

I know exactly what you are dealing with. 

Can you give us some specs as to what you are running and what are you
load averages and hardware of the server?

Thanks
Q


On Mon, 2008-06-02 at 15:19 -0400, Dan McAllister wrote:
 The e-mails show up in Outlook, but the header on each message is 
 entirely unique -- so I would surmise that the message is coming in 
 twice from the sending server. This leads me to believe that the Toaster 
 isn't acknowledging something at the end of the receive, so the sender 
 is re-sending in an incorrect belief that the message was NOT delivered 
 previously.
 
 This is really starting to annoy the owner (my client), but fortunately, 
 his employees are not complaining (a mere nuisance to them).
 
 As always, any help is appreciated!
 
 Dan
 
 Daniel McAllister, President
 
 IT4SOHO, LLC
 224 - 13th Avenue N
 St. Petersburg, FL 33701
 
 877-IT4SOHO: Toll Free
 727-647-7646 In Pinellas
 813-464-2093 In Hillsborough
 727-507-9435 Fax Only
 
 When did you do your last backup?
 
 Ask me about unattended offsite backup solutions...
 to protect your business, not just your data!
 
 
 
 António Pedro Lima wrote:
  You say your client complains about getting duplicate emails.
  Where does he see his emails?
  Outlook? Or webmail?
 
  -Mensagem original-
  De: Dan McAllister [mailto:[EMAIL PROTECTED] 
  Enviada: terça-feira, 27 de Maio de 2008 20:56
  Para: qmailtoaster-list@qmailtoaster.com
  Assunto: [qmailtoaster] Duplicate Mail Receives
 
  Greetings all:
 
  I have a client running a toaster (recently updated to the latest everything
  on the QMT website) who is now suddenly receiving multiple copies of the
  same email.
 
  I have checked the qmail-smtp logs and see nothing unusual, and I have at
  least 20 other sites using the exact same settings (for all but the domain
  and user names) -- but this client is the only one complaining of duplicate
  e-mails.
 
  Any clues where to look??
 
  Thankful for all your help...
 
  Dan
 
 
  --
  Daniel McAllister, President
 
  IT4SOHO, LLC
  224 - 13th Avenue N
  St. Petersburg, FL 33701
 
  877-IT4SOHO: Toll Free
  727-647-7646 In Pinellas
  813-464-2093 In Hillsborough
  727-507-9435 Fax Only
 
  When did you do your last backup?
 
  Ask me about unattended offsite backup solutions...
  to protect your business, not just your data!
 
 
  -
   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]
 
 
-- 
Thanks,
Kyle Quillen
Lightspeed Wireless
[EMAIL PROTECTED]
330.473.1231 ext.202


-
 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] qtp-newmodel errors for HTML::Parser

2008-05-28 Thread Dan Herbon
I am running qtp-newmodel and it keeps erroring out on spamassassin install
for HTML:Parser

 

--

Installing spamassassin-toaster-3.2.4-1.3.13 in the sandbox ...

error: Failed dependencies:

perl(HTML::Parser) = 3.43 is needed by
spamassassin-toaster-3.2.4-1.3.13.i686

--

 

I run CPAN

 

--

cpan install HTML::Parser

CPAN: Storable loaded ok

Going to read /root/.cpan/Metadata

  Database was generated on Tue, 27 May 2008 19:06:52 GMT

HTML::Parser is up to date.

--

 

Any ideas?



RE: [qmailtoaster] Duplicate Mail Receives

2008-05-28 Thread Dan Herbon
I have been battling this problem for over a month now. Everyone in my
entire company randomly gets duplicates. They appear in Outlook and in
Webmail. The duplicates come at random time intervals, sometimes 45 minutes
later, sometimes 3 hours. It’s just completely random.

 

My .qmail file is:

 

|/var/qmail/bin/preline /usr/bin/maildrop -A 'Content-Filter:
maildrop-toaster' /etc/mail/mailfilter

 

 

 

From: senthil vel [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 9:59 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Duplicate Mail Receives

 

Check the /home/vpopmail/domainname/username/.qmail

On Wed, May 28, 2008 at 3:13 AM, António Pedro Lima [EMAIL PROTECTED]
wrote:

You say your client complains about getting duplicate emails.
Where does he see his emails?
Outlook? Or webmail?

-Mensagem original-
De: Dan McAllister [mailto:[EMAIL PROTECTED]
Enviada: terça-feira, 27 de Maio de 2008 20:56
Para: qmailtoaster-list@qmailtoaster.com
Assunto: [qmailtoaster] Duplicate Mail Receives


Greetings all:

I have a client running a toaster (recently updated to the latest everything
on the QMT website) who is now suddenly receiving multiple copies of the
same email.

I have checked the qmail-smtp logs and see nothing unusual, and I have at
least 20 other sites using the exact same settings (for all but the domain
and user names) -- but this client is the only one complaining of duplicate
e-mails.

Any clues where to look??

Thankful for all your help...

Dan


--
Daniel McAllister, President

IT4SOHO, LLC
224 - 13th Avenue N
St. Petersburg, FL 33701

877-IT4SOHO: Toll Free
727-647-7646 In Pinellas
813-464-2093 In Hillsborough
727-507-9435 Fax Only

When did you do your last backup?

Ask me about unattended offsite backup solutions...
to protect your business, not just your data!


-
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]




-- 
Thanks and Regards,
S.Senthilvel,
Webindia Internet Services
Chennai - 600 029, India.



RE: [qmailtoaster] qtp-newmodel errors for HTML::Parser

2008-05-28 Thread Dan Herbon
I got this to work. I was using an old sandbox. I removed the old one and
created a new one and it works fine.

-Original Message-
From: fuzzy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 11:56 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qtp-newmodel errors for HTML::Parser

On Wed, May 28, 2008 9:44 am, Eric Shubert wrote:
 This is a problem between rpms and CPAN. rpms have no knowledge of
what's
 installed via CPAN, so dependencies specified in rpms need to be
installed
 as rpms.

the guys (seasoned admins, mostly) on the Centos list (most of us are
using Centos, right?) frequently maintain that you should avoid cpan and
install via rpm, that way the package manager is aware of the installed
perl modules.

last december/january, i compiled a list of cpan modules required for the
current SA upgrade, weeded out those supplied by Centos base, and had my
list handy.  i attempted to use cpanflute(?) to build my own, but i failed
and wasn't very motivated to figure out why.

I submitted a request to Field Commander Weirs to see if he would add
those to the modules he already builds.  i attempted to 'bribe' him by
sending him something from his amazon wish list.  i don't know that he
received either request/bribe.

anyhoo, having these dependencies in place in a repo, either rpmforge,
epel, or a qmt pool, would certainly ease the install/upgrade process, not
that it is very difficult as it is.
-- 
fuzzy (toasting since 04/2006)





-
 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] smtproutes log

2008-05-01 Thread Dan Herbon
Last few questions in regards to smtproutes! I promise!

 

After add a line to smtproutes all I have to do is restart qmail correct?

 

Also, once its live is there a log file that I can tail to make sure its
working? Or will it just display in the normal qmail logs?

 

Thanks!

 

 



[qmailtoaster] qtp-newmodel djbdns

2008-04-25 Thread Dan Herbon
Installing djbdns-1.05-1.0.5 in the sandbox ...

error: Failed dependencies:

djbdns-extcache conflicts with djbdns-1.05-1.0.5.i686

djbdns conflicts with djbdns-extcache-1.05-1.0.5.i686

djbdns-localcache conflicts with djbdns-extcache-1.05-1.0.5.i686

djbdns-extcache conflicts with djbdns-localcache-1.05-1.0.5.i686

[EMAIL PROTECTED] ~]# rpm -e djbdns-1.05-1.0.5.i686

error: package djbdns-1.05-1.0.5.i686 is not installed

[EMAIL PROTECTED] ~]# rpm -qa | grep djbdns

[EMAIL PROTECTED] ~]# rpm -qa | grep local

[EMAIL PROTECTED] ~]#

 

 

No djbdns is installed on this server.



[qmailtoaster] qtp-newmodel upgrade errors

2008-04-24 Thread Dan Herbon
This is the error I am getting when I run qtp-newmodel

 

--

Using union filesystem ...

qtp-mount-sandbox v0.3

--Working aufs found.  Installing module

FATAL: Error inserting aufs
(/lib/modules/2.6.20-1.2320.fc5/kernel/fs/aufs.ko): Invalid module format

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

mount: unknown filesystem type 'aufs'

qtp-mount-sandbox: sandbox was not mounted successfully

 

qtp-newmodel - qtp-mount-sandbox failed, exiting

[EMAIL PROTECTED] dump]#

---

 

 

Any ideas?



[qmailtoaster] TLS, smtproutes and credentials

2008-04-18 Thread Dan Herbon
On Feb 14 I sent out an email in regards to TLS Secure with Qmail. I have a
followup to that question.

 

I'll be using the smtproutes file to pass off all my companies email to an
encrypted email service.

 

Only step required is for me to add the :remote_server_address

 

Now my problem. The service requires that I Enable TLS on your mail server
for all outgoing mail. I have username and password credentials provided by
this service. The server won't accept my mail unless the credentials are
included. How would I configure TLS to provide the credentials?

 

 



RE: [qmailtoaster] TLS, smtproutes and credentials

2008-04-18 Thread Dan Herbon
Wow! Sometimes I can just completely miss something!

Thanks!

-Original Message-
From: Steve Huff [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 18, 2008 10:31 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] TLS, smtproutes and credentials


On Apr 18, 2008, at 10:31 AM, Dan Herbon wrote:
 Now my problem. The service requires that I Enable TLS on your  
 mail server for all outgoing mail. I have username and password  
 credentials provided by this service. The server won't accept my  
 mail unless the credentials are included. How would I configure TLS  
 to provide the credentials?

documented here:

http://wiki.qmailtoaster.com/index.php/Smtproutes

:remote_server_address username password

:)

-steve

--
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v




-
 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]



RE: [qmailtoaster] TLS, smtproutes and credentials

2008-04-18 Thread Dan Herbon
And just to make sure I am reading correctly. If the domains on my server I
want to forward are bob.com  emaildomain.com and the destination
smtp.encryptedmailserviceimusing.com then I would do:

Bob.com:smtp.encryptedmailserviceimusing.com username password
emaildomain.com:smtp.encryptedmailserviceimusing.com username password

I'd put each domain on a separate line correct?

And if I want to forward all mail I would just do

:smtp.encryptedmailserviceimusing.com username password

Correct?

Thanks!

-Original Message-
From: Dan Herbon [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 18, 2008 10:38 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] TLS, smtproutes and credentials

Wow! Sometimes I can just completely miss something!

Thanks!

-Original Message-
From: Steve Huff [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 18, 2008 10:31 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] TLS, smtproutes and credentials


On Apr 18, 2008, at 10:31 AM, Dan Herbon wrote:
 Now my problem. The service requires that I Enable TLS on your  
 mail server for all outgoing mail. I have username and password  
 credentials provided by this service. The server won't accept my  
 mail unless the credentials are included. How would I configure TLS  
 to provide the credentials?

documented here:

http://wiki.qmailtoaster.com/index.php/Smtproutes

:remote_server_address username password

:)

-steve

--
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v




-
 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] Setup Your Mail System's Smarthost or Forward all mail through another server

2008-04-11 Thread Dan Herbon
Hello,

 

Recently I posted about using TLS Secure and I got great feedback. I have a
followup question.

 

The company we are using for secure email requires that all mail be
forwarded through theirs smtp server. Is this possible with Qmail. The
company said that with exchange you create a new connector and then forward
all mail through that connector. I am looking for something similar with
qmail.

 

How can I forward all mail sent to another smtp server?

 

thanks

 

 



RE: [qmailtoaster] Setup Your Mail System's Smarthost or Forward all mail through another server

2008-04-11 Thread Dan Herbon
This will only pass off non-local mail right?

-Original Message-
From: Eric Shubert [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 11, 2008 1:54 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Setup Your Mail System's Smarthost or Forward 
all mail through another server

That's /var/qmail/control/smtproutes (with an 's'). ;)

Swergar wrote:
 It's simple, edit /var/qmail/control/smtproute
 
 :remote_server_address
 
 or you can define different domain using different forwarding
 
 e.g.
 
 abc.com:mx10.abc.com
 cde.com:mc90.cde.com
 :defaultmx.cde.com
 
 
 - Swergar
 
 
 
 
 Dan Herbon 提到:

 Hello,

 Recently I posted about using TLS Secure and I got great feedback. I
 have a followup question.

 The company we are using for secure email requires that all mail be
 forwarded through theirs smtp server. Is this possible with Qmail. The
 company said that with exchange you create a new connector and then
 forward all mail through that connector. I am looking for something
 similar with qmail.

 How can I forward all mail sent to another smtp server?

 thanks



-- 
-Eric 'shubes'

-
 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] popular blacklists

2008-03-19 Thread Dan Herbon
What blacklists is everyone using? I currently am using only:

 

-r bl.spamcop.net -r list.dsbl.org -r cbl.abuseat.org

 

And I am getting a massive influx of spam this week. I cannot use spamhaus
as my users who are using windows mobile on their phones cannot change the
send port to 587 and the authentication rarely works.

 

 



[qmailtoaster] TLS Secure

2008-02-14 Thread Dan Herbon
Hello,

 

My company wants to establish Encrypted email for sensitive emails. I found
a company in which several banks use that offer Email Encryption. I spoke
with their tech guys and they said basically I relay all email that leaves
the server through their servers via TLS Encryption. Has anyone out there
in the toaster land had to do anything like this with their toaster server?
Please let me know if you have any information. A lot of documents out there
on TLS are a little confusing.

 

Thanks ahead of time.

 

Dan

 

 



[qmailtoaster] bind and djb

2007-07-31 Thread Dan Herbon
I currently have djbdns-localcache-1.05-1.0.2 installed and I just noticed
that the following bind utils are installed:

 

--

[EMAIL PROTECTED] share]# rpm -qa | grep bind

bind-libs-9.2.4-24.EL4

bind-utils-9.2.4-24.EL4

ypbind-1.17.2-13

[EMAIL PROTECTED] share]#

---

 

Will these bind libs and utils cause djbdns any problems?

 

Also is there a way I can tell that djbdns local caching is working?



[qmailtoaster] argument list to long

2007-06-13 Thread Dan Herbon
Hello,

 

Looking for some help here. 

 

Some of my user directories have in excess of 6000-1 emails sitting in
their MailDir directories since some of them are required to store their
email for 6 months. I am running into a problem when I attempt to run
maintenance scripts I've wrote which can't process such a list of files. For
example I'll receive the following error when grep'ing:

 



-bash: /bin/grep: Argument list too long



 

When creating users, I know qmail by default will create numbers when the
amount of users grows over a certain size. It'll create them in dir 1, 2, 3,
etc. Is there a way to do this for emails? Once the dir contains a certain
number it'll move them into another directory.

 

Thanks



RE: [qmailtoaster] How to disable ezmlm warning message...

2007-05-22 Thread Dan Herbon
Here's my problem, which I have posted before. One of my servers has 500
users setup on it, 400 of those are sales people. They are all members of a
list called sales setup via QmailAdmin. Now when holidays come they all
setup their Out Of Office replies. When they return they receive an Ezmlm
warning with a list of bounced messages that were sent to them while they
were gone.

The mailing list messages bounce because their Out Of Office reply is on.
This in turn causes the Ezmlm warning to send a response to the user.
Sometimes as many as 400 ezmlm warnings are sent out in 1 day. Now I have
400 sales people sending me emails, calling me or forwarding the Ezmlm
warning panicing asking me if they lost email from a client or what is the
warning about, etc. etc.

It's becoming a pain because they never remember what I told them before.





-Original Message-
From: PakOgah [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 22, 2007 7:07 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] How to disable ezmlm warning message...

ezmlm-warning must be sent if something goes wrong...
try to look the error more detail.. and might you find what's wrong

Dan Herbon wrote:
 I've been trying to figure this out also. I to have a 2000 person list and
 when the warnings go out it will cause problems.

 -Original Message-
 From: Bilgehan POYRAZ [mailto:[EMAIL PROTECTED] 
 Sent: Monday, May 21, 2007 5:13 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] How to disable ezmlm warning message... 

 I have 3 mail list on QmailToaster.And we mailing some times these
 lists.
 We have a problem with ezmlm warning message.
 Qmail toaster sending sametimes this list ezmlm warning message.
 Also this list has 3000 person...(only one list)

 How to disable ezmlm warning message on the QmailToaster... 
   


-
 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]



RE: [qmailtoaster] How to disable ezmlm warning message...

2007-05-21 Thread Dan Herbon
I've been trying to figure this out also. I to have a 2000 person list and
when the warnings go out it will cause problems.

-Original Message-
From: Bilgehan POYRAZ [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 21, 2007 5:13 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] How to disable ezmlm warning message... 

I have 3 mail list on QmailToaster.And we mailing some times these
lists.
We have a problem with ezmlm warning message.
Qmail toaster sending sametimes this list ezmlm warning message.
Also this list has 3000 person...(only one list)

How to disable ezmlm warning message on the QmailToaster... 


Bilgehan POYRAZ
APTEC TURKEY
CA Technical Support





-
 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] qtp-newmodel backing up /home/vpopmail/domains

2007-05-07 Thread Dan Herbon
Hello,

 

Can anyone assist me with an issue regarding the qtp-newmodel script. The
problem I am having is that when it creates the sandbox it wants to copy the
contents of the /home/vpopmail/domains directory. That directory contains
over 12gigs of data, mostly from my archive directory where all mail that's
goes through the server is archived. Is there a way to exclude my archive
directory so it doesn't create it in the sandbox?

 

thanks

 

 



[qmailtoaster] multiple forwards

2007-02-23 Thread Dan Herbon
How would I setup a single email address to forward to three people. Ive
tried adding a line in the valias table but that doesn't work. Qmailadmin
won't allow me to do comma delimited.

 

Can I add something into a .qmail file?

 

Thanks,

 

Dan Herbon

 

 



RE: [qmailtoaster] multiple forwards

2007-02-23 Thread Dan Herbon
Nevermind! I got it! Thanks anyway!

 

  _  

From: Dan Herbon [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 23, 2007 9:32 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] multiple forwards

 

How would I setup a single email address to forward to three people. Ive
tried adding a line in the valias table but that doesn't work. Qmailadmin
won't allow me to do comma delimited.

 

Can I add something into a .qmail file?

 

Thanks,

 

Dan Herbon

 

 



RE: [qmailtoaster] Using qmail tap

2007-02-13 Thread Dan Herbon
I simply setup a domain on my server called archive.com and setup each user
within that domain. Then I wrote a simple script that creates a master txt
named the user+timestamp, grabs a list of  file names from the user dir and
then appends each file to the master text file for that user and then
removes the mails leaving one master text file. Pretty simple.

_
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 13, 2007 10:25 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Using qmail tap

James F. Jarrett wrote:
 I have been told by our administrative staff that they want me to start
 saving all e-mails sent / received for a period of time (the duration to
 keep this data is still up in the air).

 I know that tap can forward any / all e-mail to *ANOTHER* email address
 in another domain, and I could setup a second domain on the toaster to
 handle receiption of this mail, but it seems inefficient.  Is there a
 way to simply have tap store all this mail to a local text file?  

 I could then have cron job that works like a log package that creates a
 new file every day and then can regularly backup those files to offline
 storage.
   
QMT uses the Maildir format, so each email is already in a text file 
format. When tap sends a copy to a new email address, in that directory 
(/home/vpopmail/domains/newdomain/newuser/Maildir/new/) it creates a 
text file with the message stamp. You can then do whatever you want with 
it in theory.
Hope that helps some.



RE: [qmailtoaster] Using qmail tap

2007-02-13 Thread Dan Herbon
You don't need to own another domain. Just setup a dummy domain like
archive.com on the server and have all the mail tapped to it. Since the
domain archive.com is on the server locally it'll never look elsewhere
outside the server.

-Original Message-
From: James F. Jarrett [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 13, 2007 10:28 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Using qmail tap

Yeah,

I know that, but I still have to create a second domain (that we have to
own) and make sure the mail gets routed to it etc.

While not terribly difficult It adds a lot of mail handling, and seems
that it would be better just to dump it to a text file an forget about
it.

James

On Tue, 2007-02-13 at 10:25 -0500, Jake Vickers wrote:
 James F. Jarrett wrote:
  I have been told by our administrative staff that they want me to start
  saving all e-mails sent / received for a period of time (the duration to
  keep this data is still up in the air).
 
  I know that tap can forward any / all e-mail to *ANOTHER* email address
  in another domain, and I could setup a second domain on the toaster to
  handle receiption of this mail, but it seems inefficient.  Is there a
  way to simply have tap store all this mail to a local text file?  
 
  I could then have cron job that works like a log package that creates a
  new file every day and then can regularly backup those files to offline
  storage.

 QMT uses the Maildir format, so each email is already in a text file 
 format. When tap sends a copy to a new email address, in that directory 
 (/home/vpopmail/domains/newdomain/newuser/Maildir/new/) it creates a 
 text file with the message stamp. You can then do whatever you want with 
 it in theory.
 Hope that helps some.
-- 
James F. Jarrett
Information Systems Associate
Charlotte Country Day School



-
 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] changing form djbdns to bind

2007-02-02 Thread Dan Herbon
Hello,

 

I was wondering if anyone out there can suggest an easy way to change from
djbdns to bind.

 

I followed the instructions off the website for the default install which
installed djbdns but I'd like to switch. I currently have the following
installed:

 

-

[EMAIL PROTECTED] /dump]# rpm -qa | grep djb

djbdns-localcache-1.05-1.0.2

-

 

 



[qmailtoaster] bad-loader-reject

2007-01-31 Thread Dan Herbon
One of our clients is attempting to send one of my employees a PDF file but
it keeps getting rejected with the following message:

 

---

qmail-smtpd: bad-loader-reject: MAILFROM:[EMAIL PROTECTED]
RCPTTO:[EMAIL PROTECTED]

---

 

I believe this logging was recently added and I'm trying to figure out what
this means.



RE: [qmailtoaster] spamhaus - what do you think?

2007-01-26 Thread Dan Herbon
I've had such an issue with zen.spamhaus.org that I've had to remove it for
the time being until I can set my users up on port 587. Most of my users use
roadrunner and it appears the PBL list basically has all IP blocks of
roadrunner on their block list which has caused me huge problems. 

-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 26, 2007 7:50 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] spamhaus - what do you think?

Not really Toaster related, but has anyone else noticed issues now that 
Spamhaus is merging their lists? I have one server that ONLY uses 
zen.spamhaus.org in my /var/qmail/control/blacklists and I have had 10 
users this week alone (on different ISPs - Roadrunner, Sprint, Comcast) 
that have complained to me they were not able to send emails from their 
home network. I move them to the submission port and all is well. Just 
seems since Spamhaus is merging several lists together that some of the 
more restrictive ones are being merged into zen. Anyone else had similar 
issues?



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



[qmailtoaster] ezmlm mailing list and autoresponders

2007-01-24 Thread Dan Herbon
Several of my users, who are subscribed to internal mailing lists, keep
receiving the follow message from ezmlm:

 

--

BEGIN

--

 

Messages to you from the support mailing list seem to have been bouncing.
I've attached a copy of the first bounce message I received.

 

If this message bounces too, I will send you a probe. If the probe bounces,
I will remove your address from the support mailing list, without further
notice.

 

 

I've kept a list of which messages from the support mailing list have
bounced from your address.

 

Copies of these messages may be in the archive.

 

To retrieve a set of messages 123-145 (a maximum of 100 per request), send
an empty message to:

   [EMAIL PROTECTED]

 

To receive a subject and author list for the last 100 or so messages, send
an empty message to:

   [EMAIL PROTECTED]

 

Here are the message numbers:

 

   83

   84

   85

   86

   87

   88

   89

   90

 

--- Enclosed is a copy of the bounce message I received.

 

Return-Path: 

Received: (qmail 1884 invoked for bounce); 12 Jan 2007 15:42:27 -

Date: 12 Jan 2007 15:42:27 -

From: [EMAIL PROTECTED]

To: [EMAIL PROTECTED]

Subject: failure notice

 

Hi. This is the qmail-send program at mail.server.com.

I'm afraid I wasn't able to deliver your message to the following addresses.

This is a permanent error; I've given up. Sorry it didn't work out.

 

[EMAIL PROTECTED]:

AUTORESPOND: I can't handle a message with a Mailing-List header.

--

END

--

 

These users have recently been away and they've had an autoresponder enabled
for a week during vacation via qmailadmin. These messages that are boucing
appear to be messages that were sent to mailing lists during their vacation
when their autoresponder was enabled. So if I understand correctly, if a
user has an autoresponder enabled then they won't receive any mailing list
messages during that time? Or am I misunderstanding this error.

 

If I'm right, then this is a big problem for me. My users need to receive
mailing list messages whether their in the office or not.

 

Dan Herbon

 

 

 

 

 

 

 

 

 

 

 



RE: [qmailtoaster] Auth before RBL patch

2007-01-23 Thread Dan Herbon
So just to clarify, if I set my roaming users laptops to send through port
587 it will bypass the blacklists but will require authentication? I've been
having lots of trouble with the new zen.spamhaus.org blacklist since the
upgrade. Seems the PBL advisory list has every IP block of roadrunner on the
list which is now causing all my roaming users to have their emails kicked
back even though they authenticate.

-Original Message-
From: Erik Espinoza [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 23, 2007 2:02 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Auth before RBL patch

As time has gone by, a lot of isp's have been blocking outgoing port
25 for all but their static users. I always recommend my users set
port 587 in case they use someone elses Wireless they can still use my
Toaster for outgoing without issue. There are advantages for using the
standard.

Erik

On 1/23/07, Sergey Menshikov [EMAIL PROTECTED] wrote:

  Eric Shubes wrote:
  Sergey Menshikov wrote:


  Hi All,

 I have to accept e-mail from users in blacklisted IPs, so attached are
 the simple patches for qmail-smtpd and rblsmptd to delay RBL rejection
 until smtp DATA command is issued.

  * rblsmtpd with option -e, if IP is blacklisted, sets environment
  variable BLACKLISTMSG to rejection code and message and, in all
  cases, starts qmail-smtpd.
  * qmail-smptpd checks for BLACKLISTMSG at DATA command stage, and,
  if set, and not authenticated, outputs the message, aborting DATA
  command.

 Fairly trivial but I believe useful patch, I wonder if it could be
 included into distribution.

 I tested it on and still use it on my site, using rpmbuild against

  * ucspi-tcp-toaster-0.88-1.3.2.src.rpm
  * qmail-toaster-1.03-1.3.7.src.rpm

 Thank you!

 Best regards,
 Sergey Menshikov


  Sergey,

 The latest toaster now uses the standard smtp submission port (587), which
 does not check blacklists and requires authentication. I'm not certain
which
 version first contained this change, but it was after 1.3.7.


  Thanks, Eric, I did not know this :)

  Though asking all my friends and family to find their SMTP port setting
and
 change it to 587 is harder for me than patch qmail ;)

  Best regards
  Sergey


-
 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]



RE: [qmailtoaster] Auth before RBL patch

2007-01-23 Thread Dan Herbon
I've never used this port and when I set outlook to it, it just fails. Do I
have to set the server up with a SSL certificate or something?

-Original Message-
From: Erik Espinoza [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 23, 2007 2:32 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Auth before RBL patch

Correct.

On 1/23/07, Dan Herbon [EMAIL PROTECTED] wrote:
 So just to clarify, if I set my roaming users laptops to send through port
 587 it will bypass the blacklists but will require authentication? I've
been
 having lots of trouble with the new zen.spamhaus.org blacklist since the
 upgrade. Seems the PBL advisory list has every IP block of roadrunner on
the
 list which is now causing all my roaming users to have their emails kicked
 back even though they authenticate.

 -Original Message-
 From: Erik Espinoza [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, January 23, 2007 2:02 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Auth before RBL patch

 As time has gone by, a lot of isp's have been blocking outgoing port
 25 for all but their static users. I always recommend my users set
 port 587 in case they use someone elses Wireless they can still use my
 Toaster for outgoing without issue. There are advantages for using the
 standard.

 Erik

 On 1/23/07, Sergey Menshikov [EMAIL PROTECTED] wrote:
 
   Eric Shubes wrote:
   Sergey Menshikov wrote:
 
 
   Hi All,
 
  I have to accept e-mail from users in blacklisted IPs, so attached are
  the simple patches for qmail-smtpd and rblsmptd to delay RBL rejection
  until smtp DATA command is issued.
 
   * rblsmtpd with option -e, if IP is blacklisted, sets environment
   variable BLACKLISTMSG to rejection code and message and, in all
   cases, starts qmail-smtpd.
   * qmail-smptpd checks for BLACKLISTMSG at DATA command stage, and,
   if set, and not authenticated, outputs the message, aborting DATA
   command.
 
  Fairly trivial but I believe useful patch, I wonder if it could be
  included into distribution.
 
  I tested it on and still use it on my site, using rpmbuild against
 
   * ucspi-tcp-toaster-0.88-1.3.2.src.rpm
   * qmail-toaster-1.03-1.3.7.src.rpm
 
  Thank you!
 
  Best regards,
  Sergey Menshikov
 
 
   Sergey,
 
  The latest toaster now uses the standard smtp submission port (587),
which
  does not check blacklists and requires authentication. I'm not certain
 which
  version first contained this change, but it was after 1.3.7.
 
 
   Thanks, Eric, I did not know this :)
 
   Though asking all my friends and family to find their SMTP port setting
 and
  change it to 587 is harder for me than patch qmail ;)
 
   Best regards
   Sergey
 

 -
  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]



RE: [qmailtoaster] Auth before RBL patch

2007-01-23 Thread Dan Herbon
No I cannot telnet to port 587. ill look around. Thanks

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 23, 2007 2:47 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Auth before RBL patch

No, it can be used with or without SSL. Is a firewall blocking the port
(standard toaster firewall does not), or port not being forwarded? (depends
on your configuration)

Can you telnet into 587?

Dan Herbon wrote:
 I've never used this port and when I set outlook to it, it just fails. Do
I
 have to set the server up with a SSL certificate or something?
 
 -Original Message-
 From: Erik Espinoza [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, January 23, 2007 2:32 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Auth before RBL patch
 
 Correct.
 
 On 1/23/07, Dan Herbon [EMAIL PROTECTED] wrote:
 So just to clarify, if I set my roaming users laptops to send through
port
 587 it will bypass the blacklists but will require authentication? I've
 been
 having lots of trouble with the new zen.spamhaus.org blacklist since the
 upgrade. Seems the PBL advisory list has every IP block of roadrunner on
 the
 list which is now causing all my roaming users to have their emails
kicked
 back even though they authenticate.

 -Original Message-
 From: Erik Espinoza [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, January 23, 2007 2:02 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Auth before RBL patch

 As time has gone by, a lot of isp's have been blocking outgoing port
 25 for all but their static users. I always recommend my users set
 port 587 in case they use someone elses Wireless they can still use my
 Toaster for outgoing without issue. There are advantages for using the
 standard.

 Erik

 On 1/23/07, Sergey Menshikov [EMAIL PROTECTED] wrote:
  Eric Shubes wrote:
  Sergey Menshikov wrote:


  Hi All,

 I have to accept e-mail from users in blacklisted IPs, so attached are
 the simple patches for qmail-smtpd and rblsmptd to delay RBL rejection
 until smtp DATA command is issued.

  * rblsmtpd with option -e, if IP is blacklisted, sets environment
  variable BLACKLISTMSG to rejection code and message and, in all
  cases, starts qmail-smtpd.
  * qmail-smptpd checks for BLACKLISTMSG at DATA command stage, and,
  if set, and not authenticated, outputs the message, aborting DATA
  command.

 Fairly trivial but I believe useful patch, I wonder if it could be
 included into distribution.

 I tested it on and still use it on my site, using rpmbuild against

  * ucspi-tcp-toaster-0.88-1.3.2.src.rpm
  * qmail-toaster-1.03-1.3.7.src.rpm

 Thank you!

 Best regards,
 Sergey Menshikov


  Sergey,

 The latest toaster now uses the standard smtp submission port (587),
 which
 does not check blacklists and requires authentication. I'm not certain
 which
 version first contained this change, but it was after 1.3.7.


  Thanks, Eric, I did not know this :)

  Though asking all my friends and family to find their SMTP port setting
 and
 change it to 587 is harder for me than patch qmail ;)

  Best regards
  Sergey



-- 
-Eric 'shubes'

-
 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]



RE: [qmailtoaster] Auth before RBL patch

2007-01-23 Thread Dan Herbon
Thanks for the info. Attempting to use qtp-newmodel now on my test machine.
Hope it goes great!

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 23, 2007 4:03 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Auth before RBL patch

Gee you're fast! :)

Erik Espinoza wrote:
 Done!
 
 On 1/23/07, Eric Shubes [EMAIL PROTECTED] wrote:
 EE,
 The firewall.sh script needs to be modified on the main site to allow
 port
 587 for submission.
 Just a reminder. ;)

 Dan Herbon wrote:
  No I cannot telnet to port 587. ill look around. Thanks
 
  -Original Message-
  From: Eric Shubes [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, January 23, 2007 2:47 PM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] Auth before RBL patch
 
  No, it can be used with or without SSL. Is a firewall blocking the port
  (standard toaster firewall does not), or port not being forwarded?
 (depends
  on your configuration)
 
  Can you telnet into 587?
 
  Dan Herbon wrote:
  I've never used this port and when I set outlook to it, it just
 fails. Do
  I
  have to set the server up with a SSL certificate or something?
 
  -Original Message-
  From: Erik Espinoza [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, January 23, 2007 2:32 PM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] Auth before RBL patch
 
  Correct.
 
  On 1/23/07, Dan Herbon [EMAIL PROTECTED] wrote:
  So just to clarify, if I set my roaming users laptops to send through
  port
  587 it will bypass the blacklists but will require authentication?
 I've
  been
  having lots of trouble with the new zen.spamhaus.org blacklist
 since the
  upgrade. Seems the PBL advisory list has every IP block of
 roadrunner on
  the
  list which is now causing all my roaming users to have their emails
  kicked
  back even though they authenticate.
 
  -Original Message-
  From: Erik Espinoza [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, January 23, 2007 2:02 PM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] Auth before RBL patch
 
  As time has gone by, a lot of isp's have been blocking outgoing port
  25 for all but their static users. I always recommend my users set
  port 587 in case they use someone elses Wireless they can still
 use my
  Toaster for outgoing without issue. There are advantages for using
 the
  standard.
 
  Erik
 
  On 1/23/07, Sergey Menshikov [EMAIL PROTECTED] wrote:
   Eric Shubes wrote:
   Sergey Menshikov wrote:
 
 
   Hi All,
 
  I have to accept e-mail from users in blacklisted IPs, so
 attached are
  the simple patches for qmail-smtpd and rblsmptd to delay RBL
 rejection
  until smtp DATA command is issued.
 
   * rblsmtpd with option -e, if IP is blacklisted, sets environment
   variable BLACKLISTMSG to rejection code and message and, in all
   cases, starts qmail-smtpd.
   * qmail-smptpd checks for BLACKLISTMSG at DATA command stage, and,
   if set, and not authenticated, outputs the message, aborting DATA
   command.
 
  Fairly trivial but I believe useful patch, I wonder if it could be
  included into distribution.
 
  I tested it on and still use it on my site, using rpmbuild against
 
   * ucspi-tcp-toaster-0.88-1.3.2.src.rpm
   * qmail-toaster-1.03-1.3.7.src.rpm
 
  Thank you!
 
  Best regards,
  Sergey Menshikov
 
 
   Sergey,
 
  The latest toaster now uses the standard smtp submission port (587),
  which
  does not check blacklists and requires authentication. I'm not
 certain
  which
  version first contained this change, but it was after 1.3.7.
 
 
   Thanks, Eric, I did not know this :)
 
   Though asking all my friends and family to find their SMTP port
 setting
  and
  change it to 587 is harder for me than patch qmail ;)
 
   Best regards
   Sergey
 
 
 


 -- 
 -Eric 'shubes'



-- 
-Eric 'shubes'

-
 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] qtp-newmodel errors

2007-01-23 Thread Dan Herbon
I'm getting the following errors but the build seems to keep on building in
the sandbox. I chose to skip DJBDNS upgrade because it kept erroring out.

 

---

Unexpected file type for
/var/djbdns/dnscache/log/main/@400045b66fc20c501f5c.s

ls: /var/djbdns/dnscache/log/main/@400045b66fc20c501f5c.s: No such file
or directory

 

Continuing ...

Unexpected file type for
/var/djbdns/dnscache/log/main/@400045b66fbe2c8ebef4.s

ls: /var/djbdns/dnscache/log/main/@400045b66fbe2c8ebef4.s: No such file
or directory

 

Continuing ...

Info: unexpected named pipe: /var/djbdns/dnscache/log/supervise/control

prw---  1 root root 0 Nov 10 00:04
/var/djbdns/dnscache/log/supervise/control

Continuing ...

Info: unexpected named pipe: /var/djbdns/dnscache/log/supervise/ok

prw---  1 root root 0 Aug 10 12:10 /var/djbdns/dnscache/log/supervise/ok

Continuing ...

Info: unexpected named pipe: /var/djbdns/dnscache/supervise/control

prw---  1 root root 0 Nov 10 00:04
/var/djbdns/dnscache/supervise/control

Continuing ...

Info: unexpected named pipe: /var/djbdns/dnscache/supervise/ok

prw---  1 root root 0 Aug 10 12:10 /var/djbdns/dnscache/supervise/ok

Continuing ...

Creating /dump/opt/qtp-sandbox/home/vpopmail ...

cp: cannot stat
`/home/vpopmail/domains/domain.com/user2/Maildir/cur/1168983298.M515217P2070
VFD01I018E41E9.mail.servername.com,S=9345:2,': No such file or
directory

cp: cannot stat
`/home/vpopmail/domains/domain.com/user1/Maildir/cur/1168983563.M566282P2437
VFD01I01810104.mail.servername.com,S=27340:2,': No such file or
directory

---

 

 



[qmailtoaster] qtp-newmodel upgrade errors

2007-01-18 Thread Dan Herbon
-

libsrs2-toaster-1.0.18-1.3.2 is already installed in sandbox, not built

qmail-toaster-1.03-1.3.10 is already installed in sandbox, not built

Building courier-authlib-toaster-0.59-1.3.4 ...

error: unpacking of archive failed on file
/usr/src/redhat/SOURCES/courier-authlib-0.59.tar.bz2;45af8f5d: cpio: read

error: /usr/src/qtp-upgrade/SRPMS/courier-authlib-toaster-0.59-1.3.4.src.rpm
cannot be installed

Installing
/usr/src/qtp-upgrade/SRPMS/courier-authlib-toaster-0.59-1.3.4.src.rpm

-

 

I am running Fedora Core 5. All patches, etc. Anyone have any idea what
could be causing this to fail?

 

Thanks.

 

Dan



[qmailtoaster] qtp-newmodel sandbox clarification

2007-01-17 Thread Dan Herbon
Just want to see if I understand this fully. The qtp-newmodel script builds
the newest version into a sandbox, once its successfully built and
installed in the sandbox it will then proceed to install it outside the
sandbox to the actual server? Sorry if this is confusing.

 

Dan

 

 



[qmailtoaster] qmailctl queue and GMT

2007-01-16 Thread Dan Herbon
Anyway to have qmailctl queue command display the information in another
time zone? The logs are all in EST as well as my system time. Anyone have
any idea?

 

Dan Herbon

 

 



RE: [qmailtoaster] qmailctl queue and GMT

2007-01-16 Thread Dan Herbon
Hrm, sorry I am not familiar what qmailtoaster-plus. Where can I get it at?

Thanks

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 16, 2007 1:00 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailctl queue and GMT

Dan Herbon wrote:
 Anyway to have qmailctl queue command display the information in another
 time zone? The logs are all in EST as well as my system time. Anyone
 have any idea?
 
  
 
 Dan Herbon
 

I don't know.
That being said, have you tried out qmHandle and/or qmqtool? (They're
included in qmailtoaster-plus)

-- 
-Eric 'shubes'

-
 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]



RE: [qmailtoaster] apostrophe

2007-01-12 Thread Dan Herbon
Yea, I don't understand it either. In 10 years this is the first I've ever
seen someone with an email address with an apostrophe in it. I didn't even
think it was valid and would work, but apparently the lady has been using it
at her bank for years. Go figure.

-Original Message-
From: Erik Espinoza [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 12, 2007 4:22 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] apostrophe

You may possibly be able to edit the chkuser patch to allow it,
however know that if you don't follow the e-mail spec then many
different servers will reject you for invalid characters.

Thanks,
Erik

On 1/12/07, Eric Shubes [EMAIL PROTECTED] wrote:
 Dan Herbon wrote:
  I've been live on the new qmailtoaster server now for about 3 weeks and
  no problems have arisen, everythings been great.
 
 
 
  Today however I came across my first problem. A user we used to email
  back and forth has an apostrophe in her name and for some strange odd
  reason whoever set this person up put the apostrophe in her email
  address. So her email address is:   bd'[EMAIL PROTECTED]
 
 
 
  The qmail server is rejecting this with:
 
 
 
  
 
  2007-01-12 15:09:52.456145500 CHKUSER rejected sender: from
  BD'[EMAIL PROTECTED]:: remote
  mail-bh.server.com:unknown:12.19.*.* rcpt  : invalid sender address
  format
 
  -
 
 
 
  Is there an easy way to allow an apostrophe in the email address be
  delivered? Perhaps add just this users email address to some sort of
  whitelist somewhere. Any help would be great. I have to get this
working.
 
 
 
  thank
 

 You should try very hard to have the admin for that domain change the
name.

 Short of success with that, you *can* tailor chkuser to accept additional
 special characters, but tailoring chkuser is somewhat of a PITA. See
 http://wiki.qmailtoaster.com/index.php/Chkuser. In chkuser.h you'll want
to
 modify
 /* #define CHKUSER_ALLOW_SENDER_CHAR_2 '%' */
 by uncommenting the #define, and specifying the apostrophe as the special
 character. I'm not sure how to do that properly in C, but it might be
 #define CHKUSER_ALLOW_SENDER_CHAR_2 '\''
 or
 #define CHKUSER_ALLOW_SENDER_CHAR_2 
 Maybe a C guru can help you out on that.

 HTH
 --
 -Eric 'shubes'

 -
  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]



RE: [qmailtoaster] apostrophe

2007-01-12 Thread Dan Herbon
So I have to have any user emailing this person to add a \ in front of the
email address?:

Bd\'[EMAIL PROTECTED]



-Original Message-
From: Trung Pham [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 12, 2007 4:37 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] apostrophe

#define CHKUSER_ALLOW_SENDER_CHAR_2 '\''
that's the correct syntax

 Dan Herbon wrote:
 I've been live on the new qmailtoaster server now for about 3 weeks and
 no problems have arisen, everythings been great.



 Today however I came across my first problem. A user we used to email
 back and forth has an apostrophe in her name and for some strange odd
 reason whoever set this person up put the apostrophe in her email
 address. So her email address is:   bd'[EMAIL PROTECTED]



 The qmail server is rejecting this with:



 

 2007-01-12 15:09:52.456145500 CHKUSER rejected sender: from
 BD'[EMAIL PROTECTED]:: remote
 mail-bh.server.com:unknown:12.19.*.* rcpt  : invalid sender address
 format

 -



 Is there an easy way to allow an apostrophe in the email address be
 delivered? Perhaps add just this users email address to some sort of
 whitelist somewhere. Any help would be great. I have to get this
 working.



 thank


 You should try very hard to have the admin for that domain change the
 name.

 Short of success with that, you *can* tailor chkuser to accept additional
 special characters, but tailoring chkuser is somewhat of a PITA. See
 http://wiki.qmailtoaster.com/index.php/Chkuser. In chkuser.h you'll want
 to
 modify
 /* #define CHKUSER_ALLOW_SENDER_CHAR_2 '%' */
 by uncommenting the #define, and specifying the apostrophe as the special
 character. I'm not sure how to do that properly in C, but it might be
 #define CHKUSER_ALLOW_SENDER_CHAR_2 '\''
 or
 #define CHKUSER_ALLOW_SENDER_CHAR_2 
 Maybe a C guru can help you out on that.

 HTH
 --
 -Eric 'shubes'

 -
  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]



RE: [qmailtoaster] lost password

2007-01-09 Thread Dan Herbon
For a default install:

 

/usr/share/toaster/include/admin.htpasswd

 

For a non default install cat your /etc/http/conf/toaster.conf file to
locate the .htpasswd file

 

Dan

 

  _  

From: Josh Hopkins [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 09, 2007 9:41 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] lost password

 

I have a customer who has lost the password to login into
domain.com/admin-toaster/.  I am able to ssh to the box as root but don't
know where the .htaccess file is stored.  Does anyone know where this file
is stored and if there is anything else to do to either recover or change
the password.  Thanks,

-josh

 

 

Josh Hopkins

[EMAIL PROTECTED]

I refuse to have a battle of wits with an unarmed person. 



RE: [qmailtoaster] vchcpw-pop3

2007-01-09 Thread Dan Herbon
Thank you

Any docs on setting up either POP3-SSL or POP3-TLS? I know nothing about pop
or smtp SSL. Same type of certificate required that I'd use for a webserver?

Dan

-Original Message-
From: Alexey Loukianov [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 09, 2007 12:39 PM
To: Dan Herbon
Subject: Re: [qmailtoaster] vchcpw-pop3

Greetings, Dan.

4 января 2007 г., 20:01:29 you have wrote:
 I've been tailing my /var/log/maillog log watching pop logins and I
 had a quick question. The log shows the following:
 -
 mailserver vpopmail[12746]: vchkpw-pop3: (PLAIN) login success
[EMAIL PROTECTED]:66.*.*.*
 -
 My question is, what does the PLAIN mean? Does that mean its
 sending the passwords in clear plain text?

Yes. Consider using POP3-TLS or POP3-TLS, of tell your users to use
APOP to authenticate.

-- 
Best Regards,
 Alexey Loukianov  mailto:[EMAIL PROTECTED]

Software Development Department,
Lavtech Corp
http://mnogo.ru, http://lavtech.ru


-
 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]



RE: [qmailtoaster] vchcpw-pop3

2007-01-09 Thread Dan Herbon
Yea I don't think the SMTP port changes, but I might be wrong.

Dan

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 09, 2007 3:49 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] vchcpw-pop3

My bad. The SSL page on the wiki could use some clarification. ;)
Thanks for the correction, EE.

So in general, for secure connections, one should configure their client(s)
to use pop3-ssl (port 995) and smtp w/ tls (port 25). Right?

Erik Espinoza wrote:
 POP3-SSL isn't deprecated.
 
 Most clients don't know how to do POP3-TLS, but definitely know how to
 do POP3-SSL.
 
 It's only SMTP-SSL that's been deprecated in favor of SMTP-TLS.
 
 Erik
 
 On 1/9/07, Eric Shubes [EMAIL PROTECTED] wrote:
 Dan Herbon wrote:
  Thank you
 
  Any docs on setting up either POP3-SSL or POP3-TLS? I know nothing
 about pop
  or smtp SSL. Same type of certificate required that I'd use for a
 webserver?

 Yes.
 See http://wiki.qmailtoaster.com/index.php/Certificate
 Use POP3-TLS, as POP3-SSL is depreciated.


  Dan
 

 -- 
 -Eric 'shubes'



-- 
-Eric 'shubes'

-
 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]



RE: [qmailtoaster] vchcpw-pop3

2007-01-08 Thread Dan Herbon
Shameless bump, anyone have any idea?

 

Thanks

 

  _  

From: Dan Herbon [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 04, 2007 12:01 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] vchcpw-pop3

 

I've been tailing my /var/log/maillog log watching pop logins and I had a
quick question. The log shows the following:

 

-

mailserver vpopmail[12746]: vchkpw-pop3: (PLAIN) login success
[EMAIL PROTECTED]:66.*.*.*

-

 

My question is, what does the PLAIN mean? Does that mean its sending the
passwords in clear plain text?

 

Dan



[qmailtoaster] vchcpw-pop3

2007-01-04 Thread Dan Herbon
I've been tailing my /var/log/maillog log watching pop logins and I had a
quick question. The log shows the following:

 

-

mailserver vpopmail[12746]: vchkpw-pop3: (PLAIN) login success
[EMAIL PROTECTED]:66.*.*.*

-

 

My question is, what does the PLAIN mean? Does that mean its sending the
passwords in clear plain text?

 

Dan



RE: [qmailtoaster] Migrating from James to qmail

2007-01-03 Thread Dan Herbon
How many domains and users are we talking?

-Original Message-
From: Robert Giddings [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 10:56 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Migrating from James to qmail

Hi Kyle,

I'm not sure. I think the usernames and passwords are stored in a mySQL
database and the e-mails are stored within folders that take the name format
name..at..domain..co..uk, but I'm not sure what this setup would be called.

Thanks,

Rob

-Original Message-
From: Kyle Quillen [mailto:[EMAIL PROTECTED]
Sent: 03 January 2007 15:43
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Migrating from James to qmail


Robert,

Glad to hear you are joining the community.  How does James stores it's
user files and usernames and passwords.

Thanks
Q

On Wed, 2007-01-03 at 15:38 +, Robert Giddings wrote:
 Hi,

 My company is planning on changing mail servers from Apache James to
qmail.
 I have decided to use Qmail Toaster to install the new mail server, but
does
 anyone know how I could migrate the e-mail account corrently on James to
 qmail?

 Thanks for your help.

 Robert Giddings


 -
  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]



RE: [qmailtoaster] Re: changing all my forwards

2007-01-02 Thread Dan Herbon
Well assuming your using the latest version of toaster, all your forwards
should be stored within the valias table in the vpopmail database.

How many domains are running on the server? If its just one and every single
forward is pointing to the same email address then it's quite simple. Here's
an easy example if you wanted to update all the forwards for the bob.com
domain in the valias table:

UPDATE valias SET valias_line='[EMAIL PROTECTED]' WHERE
domain='bob.com';

Again, This will set ALL the aliases on bob.com to
[EMAIL PROTECTED] Don't forget the  in front of the new
alias.

Dan

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 02, 2007 5:08 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: changing all my forwards

Using qmailadmin:
.) In a web browser, go to http://your.domain/qmailadmin/
.) Log on as user postmaster for your domain
.) Click Forwards
.) For each forward you want to change, click the Modify icon
   .) add a forward for your new account
   .) delete the forward for your old account
.) Delete your old account

I don't know enough sql to tell you off hand how to do it that way.

Shai wrote:
 Hi Eric,
 
 Happy new year :)
 
 Can you please give me in more details how to work with solution A ?
 
 Shai
 
 On 8/17/06, *Eric Shubes*  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
wrote:
 
 Ok, so you won't have the old account. You'll either have to:
 
 a) delete the old account and modify all the forwards to use the new
 account. You'll either have to use qmailadmin or write an sql command
to
 change all the forwards.
 
 or
 b) add your old account to /var/qmail/control/badmailto, and have a
 forward
 from your old account to your new account. This will save you from
 having to
 modify all the forwards only if badmailto doesn't apply to local
 (intra-domain) email. I don't know if that's the case or not. You
 could test
 it out first to see if this is how the toaster works. Maybe someone
 else on
 the list knows the answer.
 
 Shai wrote:
  Once I don't have the old account... I won't get spam to it. Some
how,
  my real account got into some spam lists and I get spammed to my
  main/real account. That's why I want to change it.
 
  On 8/17/06, Eric Shubes [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote:
  I don't quite see how that will solve your problem. I think you'll
  need to
  add a new account, change all the forwards to the new account, then
  remove
  the old account. If you know MySQL, it'd be trivial to write a sql
  command
  to change all the forwards. I don't know sql that well off the
 top of my
  head though.
 
  That being said, I don't know if badmailto kicks in for local mail
or
  not.
  If it doesn't get applied to local mail, you could simply add
 your old
  account to badmailto without having to change the forwards.
 
  HTH
 
  Shai wrote:
   Hi,
  
   Thanks for the help... been waiting for that answer a long time
:)
   As to your question, I don't get spammed to my forwarded emails
 but I
   do get spammed at my main address. Which is why I need to
 change my
   main address (and never again give it out to friends!) and then
 have
   all the forwards that used to be to the old main address forward
   emails to the new main address (which noone will ever know :)
 again!).
  
   Shai
  
   On 8/16/06, Eric Shubes [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
   Shai wrote:
Does anyone know how to do this?
   
Shai
   
On 7/6/06, Shai [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote:
Hi,
   
I'm using forwarding address to reduce spam to a single
 mailbox.
  
   I'm not clear what you mean by this, and why you're doing this.
  
I now have about 200 of these forwards and even so, I'm
started
getting spam that arrives directly to my forwarded email
 address
  (my
real account) and so I want to change that email address
 forward.
   
1. how can I change my mailbox's email address?
  
   Create a new account, then delete your current account, and
 where it
   asks,
   specify the new account to forward to. It will automatically
 create a
   forward for your old name to your new name.
  
2. how can I update my 200 mail forwards to this new email
 account?
  
   I'm guessing that they'll forward to the new forward (old
account
  name),
   which will then forward to the new account. No need to change
   forwards. I'd
   test it out first though to make sure it works that way (I can't
   imagine why
   it wouldn't).
  
   
Thanks in advance,
Shai
   
  

[qmailtoaster] Mailing Lists and Empty Subjects

2006-12-28 Thread Dan Herbon
Hello,

 

I've finally switched over my office to our new qmailtoaster server running
CentOS. A big problem I am running into is the with the mailing list
feature.

 

Everyone in my office loves to exclude a subject when sending emails to our
mailing lists. Now all their emails are being rejected by the mailing lists
because of a missing subject.

 

Does anyone know how I can modify the settings so allow empty subjects for
mailing lists? I don't see an option within the qmailadmin control panel.

 

Thanks

 

 

 



[qmailtoaster] Pop3 Log

2006-12-23 Thread Dan Herbon
Is there anyway to associate a pop3 connection with a user?

 

Example from the pop3 log:

-

2006-12-23 21:11:15.448269500 tcpserver: status: 1/200

2006-12-23 21:11:15.448272500 tcpserver: pid 19678 from 67.8.*.*

2006-12-23 21:11:15.495175500 tcpserver: ok 19678 :10.10.*.*:110
*.*.8.67.cfl.res.rr.com:67.8.*.*::4003

2006-12-23 21:11:16.098388500 tcpserver: end 19678 status 256

2006-12-23 21:11:16.098391500 tcpserver: status: 0/200

-

 

Any ideas? I'd like to see whose logging in from where and with what user.

 

Thanks

 

Dan Herbon



RE: [qmailtoaster] Attachment error (invalid msg content)

2006-12-20 Thread Dan Herbon
I believe /var/qmail/control/simcontrol is set to block incoming .mp3
attachment files by default. You'd have the remove the .mp3 and rebuild the
cdb with 'qmailctl cdb'

 

  _  

From: Kaven Gagnon [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 20, 2006 3:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Attachment error (invalid msg content)

 

Hi,

I got some problem receiving attachments on my server.  For example, someone
send a Mp3 audio file and receive an error message (smtp;554 invalid message
content  (#5.3.2)).  But this is not happening with all attachment.  I was
able to send to myself with a Hotmail account, an Mp3 file and everything
goes fine (but fails with the first Mp3 file).

 

 

Any ideas?

 

Thanks in advance.

 

Regards,

Kaven G.



RE: [qmailtoaster] 554 mail server permanently rejected message (#5.3.0) errors.

2006-12-19 Thread Dan Herbon
So it is safe to remove all signs of DK in the tcp.smtp file? Is this then
the correct format that will leave it functioning:

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan



-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 19, 2006 12:56 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] 554 mail server permanently rejected message
(#5.3.0) errors.

Will McDonald wrote:
 On 19/12/06, Eric Shubes [EMAIL PROTECTED] wrote:
 Will McDonald wrote:
  On 19/12/06, Alexey Loukianov [EMAIL PROTECTED] wrote:
  Greetings, Will.
   In tcp.rules I have...
   [EMAIL PROTECTED] smtp]# cat /etc/tcprules.d/tcp.smtp
   127.:allow,RELAYCLIENT=
 
   I've added a virtual domain, 'testdom.com' and a user in that
 domain.
 
  Looks like SPF related trouble. Try to modify spfbehavior to 0. To get
  verbose logging you can use my patch. It's available here:
 

http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg09582.html

 
 
  Thanks Alexey, I'll have a look at that tomorrow.
 
  So far I've tried '1' then '0' in /var/qmail/control/spfbehviour as
  well as appending SPFBEHVIOUR=1 (and then 0) in the tpc.smtp and
  qmailctl restart/cdb-ed with no success.
 
  Will.
 

 I hope that's a typo. It s/b SPFBEHAVIOR.
 
 I think I cut and pasted from another thread in the archive but I'd
 deleted it since then without checking the config back in to source
 control. I've just double checked with your spelling to be on the safe
 side :)
 
 Still no joy though. :( This is the correct syntax, yes?
 
 [EMAIL PROTECTED] tcprules.d]# cat tcp.smtp
 127.:allow,RELAYCLIENT=,SPFBEHAVIOR=0
 
 That still gets me 554 mail server permanently rejected message
(#5.3.0).
 
 And again, in the log...
 
 @400045882405188c531c CHKUSER accepted rcpt: from
 [EMAIL PROTECTED]:: re
 mote gmail.com:unknown:127.0.0.1 rcpt [EMAIL PROTECTED] : found
 existing reci
 pient
 
 I'll have a play with Alexey's patch tomorrow to see if that clarifies
 what's going on any.
 
 Cheers.

If that doesn't fix it, it might be the DomainKeys bug. Have you disabled DK
according to Alexey's instructions?
# cd /var/qmail/bin
# rm -f qmail-queue; ln -s qmail-queue.orig qmail-queue


-- 
-Eric 'shubes'

-
 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]



RE: [qmailtoaster] 554 mail server permanently rejected message (#5.3.0) errors.

2006-12-19 Thread Dan Herbon
Well that broke my email delivery.

When I did:

Also, be sure to change the symlink for qmail-queue:
# cd /var/qmail/bin
# rm -f qmail-queue; ln -s qmail-queue.orig qmail-queue

And then removed DKQUEUE=/var/qmail/bin/qmail-queue.orig from the
tcp.smtp file. Leaving the last line in the tcp.smtp line stating:

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan

Restarted and all mail delivery stopped.

I had to re-symlink qmail-queue to /var/qmail/bin/qmail-dk, read the DKQUEUE
section to the tcp.smtp file and restart qmail. Once I did that email
started to deliver again.

My tcp.smtp file now shows:

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKQUEUE=/var/qmail/bin/q
mail-queue.orig

Mail is delivering fine now. Any ideas?





-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 19, 2006 2:59 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] 554 mail server permanently rejected message
(#5.3.0) errors.

Dan Herbon wrote:
 So it is safe to remove all signs of DK in the tcp.smtp file?

Yes. You might want to keep DKSIGN for signing outgoing email if you've set
up DK properly (generated key key and modified DNS appropriately).

 Is this then
 the correct format that will leave it functioning:
 

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
 RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan
 
Yes, except for the line break. Here's mine:
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/contro
l/domainkeys/%/private

Also, be sure to change the symlink for qmail-queue:
# cd /var/qmail/bin
# rm -f qmail-queue; ln -s qmail-queue.orig qmail-queue

-- 
-Eric 'shubes'

-
 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]



RE: [qmailtoaster] 554 mail server permanently rejected message (#5.3.0) errors.

2006-12-19 Thread Dan Herbon
The permissions on qmail-queue.orig were set to 711 somehow! Once I reset
them to 4711 mail started flowing.

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 19, 2006 3:20 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] 554 mail server permanently rejected message
(#5.3.0) errors.

Did you double-check your symlink? It'll let you create the link even if
it's 'broken' (points to something non-existent). I fat fingered it once,
specifying qmail-queue-orig instead of qmail-queue.orig.

Dan Herbon wrote:
 Well that broke my email delivery.
 
 When I did:
 
 Also, be sure to change the symlink for qmail-queue:
 # cd /var/qmail/bin
 # rm -f qmail-queue; ln -s qmail-queue.orig qmail-queue
 
 And then removed DKQUEUE=/var/qmail/bin/qmail-queue.orig from the
 tcp.smtp file. Leaving the last line in the tcp.smtp line stating:
 

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
 RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan
 
 Restarted and all mail delivery stopped.
 
 I had to re-symlink qmail-queue to /var/qmail/bin/qmail-dk, read the
DKQUEUE
 section to the tcp.smtp file and restart qmail. Once I did that email
 started to deliver again.
 
 My tcp.smtp file now shows:
 

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG

RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKQUEUE=/var/qmail/bin/q
 mail-queue.orig
 
 Mail is delivering fine now. Any ideas?
 
 
 
 
 
 -Original Message-
 From: Eric Shubes [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, December 19, 2006 2:59 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] 554 mail server permanently rejected message
 (#5.3.0) errors.
 
 Dan Herbon wrote:
 So it is safe to remove all signs of DK in the tcp.smtp file?
 
 Yes. You might want to keep DKSIGN for signing outgoing email if you've
set
 up DK properly (generated key key and modified DNS appropriately).
 
 Is this then
 the correct format that will leave it functioning:



:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
 RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan

 Yes, except for the line break. Here's mine:

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG

RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/contro
 l/domainkeys/%/private
 
 Also, be sure to change the symlink for qmail-queue:
 # cd /var/qmail/bin
 # rm -f qmail-queue; ln -s qmail-queue.orig qmail-queue
 


-- 
-Eric 'shubes'

-
 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]



RE: [qmailtoaster] URIDNSBL

2006-12-14 Thread Dan Herbon
Can you maybe snippet out the errors to make it easier for us to read. All
your lines are showing jumbled up and hard to read.

-Original Message-
From: Kyle Quillen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 14, 2006 10:26 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] URIDNSBL

Hey all I am trying to get URIDNSBL.  But I think that I have some more
problems than just that.  When I run spamassassin -D --lint I get the
following out put with 8 errors.  This is all Greek to me can someone
shed some light on this for me. I really hate spam.. LOL

Thanks in advance,
Q

random_cf_sare_sa-update_dostech_net/200512121000.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/70_sare_random_cf_sare
_sa-update_dostech_net/200512121000.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/70_sare_random_cf_s
are_sa-update_dostech_net/200512121000.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/70_sare_
specific_cf_sare_sa-update_dostech_net/200605280300.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/70_sare_specific_cf_sa
re_sa-update_dostech_net/200605280300.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/70_sare_specific_cf
_sare_sa-update_dostech_net/200605280300.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/70_sare_
spoof_cf_sare_sa-update_dostech_net/200607251600.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/70_sare_spoof_cf_sare_
sa-update_dostech_net/200607251600.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/70_sare_spoof_cf_sa
re_sa-update_dostech_net/200607251600.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/70_sare_
stocks_cf_sare_sa-update_dostech_net/200612040900.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/70_sare_stocks_cf_sare
_sa-update_dostech_net/200612040900.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/70_sare_stocks_cf_s
are_sa-update_dostech_net/200612040900.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/70_sare_
unsub_cf_sare_sa-update_dostech_net/200511121000.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/70_sare_unsub_cf_sare_
sa-update_dostech_net/200511121000.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/70_sare_unsub_cf_sa
re_sa-update_dostech_net/200511121000.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/70_sare_
uri0_cf_sare_sa-update_dostech_net/200510042200.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/70_sare_uri0_cf_sare_s
a-update_dostech_net/200510042200.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/70_sare_uri0_cf_sar
e_sa-update_dostech_net/200510042200.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/72_sare_
bml_post25x_cf_sare_sa-update_dostech_net/20050602.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/72_sare_bml_post25x_cf
_sare_sa-update_dostech_net/20050602.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/72_sare_bml_post25x
_cf_sare_sa-update_dostech_net/20050602.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/72_sare_
redirect_post3_0_0_cf_sare_sa-update_dostech_net/200605160300.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/72_sare_redirect_post3
_0_0_cf_sare_sa-update_dostech_net/200605160300.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/72_sare_redirect_po
st3_0_0_cf_sare_sa-update_dostech_net/200605160300.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/99_sare_
fraud_post25x_cf_sare_sa-update_dostech_net/20050602.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/99_sare_fraud_post25x_
cf_sare_sa-update_dostech_net/20050602.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/99_sare_fraud_post2
5x_cf_sare_sa-update_dostech_net/20050602.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/updates_
spamassassin_org/20_dnsbl_tests.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/updates_spamassassin_o
rg/20_dnsbl_tests.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/updates_spamassassi
n_org/20_dnsbl_tests.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/updates_
spamassassin_org/20_anti_ratware.cf
[5031] dbg: config: using
/var/lib/spamassassin/3.001007/updates_spamassassin_o
rg/20_anti_ratware.cf for included file
[5031] dbg: config: read
file /var/lib/spamassassin/3.001007/updates_spamassassi
n_org/20_anti_ratware.cf
[5031] dbg: plugin: fixed relative
path: /var/lib/spamassassin/3.001007/updates_
spamassassin_org/20_advance_fee.cf
[5031] dbg: config: using

RE: [qmailtoaster] Toaster + Horde + Vacation

2006-12-14 Thread Dan Herbon
Yea I know it's built into qmailadmin and squirrelmail but I'm trying to
move away from squirrelmail and into Horde. I just wanted to see if anyone
had successfully configured it with horde.

Squirrelmail is kinda bland ;/

Thanks anyways!

-Original Message-
From: Erik Espinoza [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 13, 2006 1:58 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Toaster + Horde + Vacation

This is built into the QmailToaster package for Squirrelmail

On 12/13/06, Philip Nix Guru [EMAIL PROTECTED] wrote:
 Dan Herbon wrote:
 
  Anyone out there have a working version of Horde with Project Sork
  implemented into it? Sork being passwd, vacation, forwards and accounts.
 
 
 
  Trying to get away from squirrel mail and configure it properly so my
  users can add vacation messages and change their passwords through
horde.
 
 
 
  Any help is appreciated.
 
 
 
  Dan Herbon
 
 
 
 
 
 
 
 Hello
 Why do you try the qmailadmin plugin for squirrelmail ?
 works like a charm, you can change your password, set vacation messages,
 add spamcheck 

 http://www.squirrelmail.org/plugin_view.php?id=234

 -Philip

 -
  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] The ME file

2006-12-14 Thread Dan Herbon
So I was going through the control files FAQ section and noticed that the ME
file should be set to the servers IP address rather than hostname if you
have multiple domains. Can anyone tell me the benefit of doing this? I have
been running 10 domains on my qmail server for quite sometime and haven't
really noticed any problems.

 

 

 



[qmailtoaster] Toaster + Horde + Vacation

2006-12-13 Thread Dan Herbon
Anyone out there have a working version of Horde with Project Sork
implemented into it? Sork being passwd, vacation, forwards and accounts.

 

Trying to get away from squirrel mail and configure it properly so my users
can add vacation messages and change their passwords through horde.

 

Any help is appreciated.

 

Dan Herbon

 

 

 



RE: [qmailtoaster] Testing SMTP Authentication

2006-11-14 Thread Dan Herbon
From the main site. Standard Microsoft Outlook Authentication settings.

Under the Outgoing Server setting in Outlook for the account it is set to:

My outgoing server (SMTP) requires authentication

Bullet is next to: Use same settings as my incoming mail server

 

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 14, 2006 4:36 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Testing SMTP Authentication

[EMAIL PROTECTED] wrote:
 Hello,
 
  
 
 I use the latest build of qmail toaster. I have a quick question on SMTP
 authentication. I setup my email account at my house and attempted to
 send through it to make sure my users will be able to send mail from
 home through the new server. The following is the log when I try:
 
  
 
 --
 
 2006-11-14 14:42:50.364857500 tcpserver: pid 31612 from 67.8.*.*
 
 2006-11-14 14:42:50.364859500 tcpserver: ok 31612
 mail.maildomain.com:10.10.1.188:25 :67.8.*.*::3365
 
 2006-11-14 14:42:50.581087500 CHKUSER accepted sender: from
 [EMAIL PROTECTED]:: remote yourmom:unknown:67.8.*.* rcpt  : sender
 accepted
 
 2006-11-14 14:42:51.218758500 CHKUSER rejected relaying: from
 [EMAIL PROTECTED]:: remote yourmom:unknown:67.8.*.* rcpt
 [EMAIL PROTECTED] : client not allowed to relay
 
 2006-11-14 14:42:54.857312500 tcpserver: end 31612 status 0
 
 -
 
  
 
 When I send the message it first says sender is accepted but the
 following line states that the client is not allowed to relay. The
 message still goes through and arrives at my gmail account.
 
  
 
 I guess I don't understand why it would state that client not allowed
 to relay after the previous line said the sender accepted
 
  
 
 Can anyone explain?
 
  
 
 Thanks in advance.
 

Looks strange to me. Is this qmail-toaster-1.03-1.3.7 (from the main site)
or qmail-toaster-1.03-1.3.8 (from the devel site)?

What are the client settings you're using for smtp authentication?

-- 
-Eric 'shubes'

-
 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]



RE: [qmailtoaster] Testing SMTP Authentication

2006-11-14 Thread Dan Herbon
This is the output:

-

[EMAIL PROTECTED] bin]# ./vuserinfo [EMAIL PROTECTED]
name:   username
passwd: **
clear passwd: *
comment/gecos: username
uid:0
gid:0
flags:  0
gecos: username
limits: No user limits set.
dir:   /home/vpopmail/domains/domain.com/username
quota: NOQUOTA
usage: NOQUOTA
last auth: Tue Nov 14 16:40:15 2006
last auth ip: 67.8.*.*
[EMAIL PROTECTED] bin]#

-

And to note that the last auth ip is the ip at my house that I am testing
the smtp auth from.

 

-Original Message-
From: Erik Espinoza [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 14, 2006 4:50 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Testing SMTP Authentication

Check vuserinfo on your account and ensure that vpopmail has given
permission for smtp-auth.

Erik

On 11/14/06, Dan Herbon [EMAIL PROTECTED] wrote:
 From the main site. Standard Microsoft Outlook Authentication settings.

 Under the Outgoing Server setting in Outlook for the account it is set to:

 My outgoing server (SMTP) requires authentication

 Bullet is next to: Use same settings as my incoming mail server



 -Original Message-
 From: Eric Shubes [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 14, 2006 4:36 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Testing SMTP Authentication

 [EMAIL PROTECTED] wrote:
  Hello,
 
 
 
  I use the latest build of qmail toaster. I have a quick question on SMTP
  authentication. I setup my email account at my house and attempted to
  send through it to make sure my users will be able to send mail from
  home through the new server. The following is the log when I try:
 
 
 
  --
 
  2006-11-14 14:42:50.364857500 tcpserver: pid 31612 from 67.8.*.*
 
  2006-11-14 14:42:50.364859500 tcpserver: ok 31612
  mail.maildomain.com:10.10.1.188:25 :67.8.*.*::3365
 
  2006-11-14 14:42:50.581087500 CHKUSER accepted sender: from
  [EMAIL PROTECTED]:: remote yourmom:unknown:67.8.*.* rcpt  : sender
  accepted
 
  2006-11-14 14:42:51.218758500 CHKUSER rejected relaying: from
  [EMAIL PROTECTED]:: remote yourmom:unknown:67.8.*.* rcpt
  [EMAIL PROTECTED] : client not allowed to relay
 
  2006-11-14 14:42:54.857312500 tcpserver: end 31612 status 0
 
  -
 
 
 
  When I send the message it first says sender is accepted but the
  following line states that the client is not allowed to relay. The
  message still goes through and arrives at my gmail account.
 
 
 
  I guess I don't understand why it would state that client not allowed
  to relay after the previous line said the sender accepted
 
 
 
  Can anyone explain?
 
 
 
  Thanks in advance.
 

 Looks strange to me. Is this qmail-toaster-1.03-1.3.7 (from the main site)
 or qmail-toaster-1.03-1.3.8 (from the devel site)?

 What are the client settings you're using for smtp authentication?

 --
 -Eric 'shubes'

 -
  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]



RE: [qmailtoaster] Panic mode....

2006-09-29 Thread Dan Herbon
I just went through this problem and since I didn't see a resolution I
thought I'd post.

It was diskspace related.

Df was reporting / at 100%

At some point I created a dump dir for compiling new programs on /. I moved
it to /home and all the emails started pouring in.

Check your diskspace.

 
-Original Message-
From: Operations [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 03, 2006 10:20 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Panic mode

Jake Vickers wrote:

 Eric Shubes wrote:

 Mark Martin wrote:

 Need a little help here, if possible, this a.m.,  all of the sudden 
 I have a server
 refusing messages with the following error:

 Sep  1 09:41:50 64.6.42.10 smtpd: 1157121725.891780 connect(): No 
 such file or directory


 I have recordio turned on shares are mounted, etc. been working fine 
 until this a.m.

 Thanks in advance


 Which distro/version?

qmail-toaster-1.03-1.2.10


 Looks like qmail-smtp can't create the queue file.
 Does the message always contain the same file name (1157121725.891780)?


No.  Log example (names and IP's changed for obvious reasons):

Sep  3 09:14:35 elmer smtpd: 1157292875.827196 tcpserver: pid 14282 from 
88.888.88.88
Sep  3 09:14:35 elmer smtpd: 1157292875.827214 tcpserver: ok 14282 
elmer.frontierbroadband.com:99.9.99.9:25 :88.888.88.88::60972
Sep  3 09:14:36 elmer smtpd: 1157292876.094290 CHKUSER accepted rcpt: 
from [EMAIL PROTECTED]:: remote 
ns1.smallbugs.net:unknown:88.888.88.88 rcpt [EMAIL PROTECTED] 
: found existing recipient
Sep  3 09:14:36 elmer smtpd: 1157292876.172796 connect(): No such file 
or directory


 I'd look into /var/qmail/queue. I think it's the 'mess' subdirectory, 
 but I'm not sure about that. Could be 'info'.

 I would also check disk space to make sure you're not out (had that 
 happen to me once), and do a hard reboot (fixed mine another time that 
 had happened).

Didn't fix, still fighting same problem.


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

Any other ideas?  This thing is killin' me


-
 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]



RE: [qmailtoaster] Strange one

2006-08-14 Thread Dan Herbon
I guess you can also try decreasing your SPF behavior from the default 3 to
1 and restart qmail. This might help it.

/var/qmail/control/spfbehavior

Dan

-Original Message-
From: Josh Dinsdale [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 14, 2006 10:28 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Strange one

Hi Guys

Im still having some issues with this.

I set myself up a yahoo email address and tried to get my password
conformation etc sent to my account at my toaster and another account.

The email was received at the other email account just fine, however not
for the account on the toaster.

After some investigation, I found the same issue that I originally
reported. It shows up in the SMTP log, but doesn't get delivered to the
mailbox.

@400044dc8b7008645a84.s:@400044dc8a991f68cb5c CHKUSER accepted
rcpt: from [EMAIL PROTECTED]:: remote
web27304.mail.ukl.yahoo.com:unknown:217.146.177.165 rcpt
[EMAIL PROTECTED] : found existing recipient
@400044dc8b7008645a84.s:@400044dc8a992f6ba40c
simscan:[31984]:CLEAN
(0.00/6.00):0.2628s:test:217.146.177.165:[EMAIL PROTECTED]:[EMAIL PROTECTED]
net

I followed the information posted by Dan, and removed all domain keys
stuff from my tcp rules files and this is still happening, I'm stumped!

Heres some config info:

vpopmail-toaster-5.4.13-1.3.1
autorespond-toaster-2.0.4-1.3.1
qmailadmin-toaster-1.2.9-1.3.1
isoqlog-toaster-2.1-1.3.1
clamav-toaster-0.88.2-1.3.1
spamassassin-toaster-3.1.3-1.3.1
send-emails-toaster-0.5-1.2.9
ucspi-tcp-toaster-0.88-1.3.1
libdomainkeys-toaster-0.68-1.3.1
qmail-pop3d-toaster-1.03-1.3.3
ezmlm-cgi-toaster-0.53.324-1.3.1
qmailmrtg-toaster-4.2-1.3.1
maildrop-toaster-devel-2.0.2-1.3.1
vqadmin-toaster-2.3.4-1.3.1
ripmime-toaster-1.4.0.6-1.3.1
courier-authlib-toaster-0.58-1.3.1
control-panel-toaster-0.5-1.3.1
daemontools-toaster-0.76-1.3.1
qmail-toaster-1.03-1.3.3
ezmlm-toaster-0.53.324-1.3.1
maildrop-toaster-2.0.2-1.3.1
squirrelmail-toaster-1.4.6-1.3.1
simscan-toaster-1.2-1.3.1
courier-imap-toaster-4.1.1-1.3.2

###

127.:allow,RELAYCLIENT=
*.*.:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/simscan
*.*.:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/simscan
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_W
RONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKQUEUE=/var/qma
il/bin/qmail-queue.orig

Please note that ive Stared (*) out my ip ranges.

Any help would be much appreciated!

Best Regards

 

Josh Dinsdale

IT Engineer

 

Navigate Solutions

Innovation Centre

St Cross Business Park

Newport, IW

PO30 5WB

 

T: 01983 550360

E: [EMAIL PROTECTED]

W: www.navigatesolutions.co.uk

 

IT Excellence Executed

 

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: 11 August 2006 19:40
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Strange one

Since it's working now, I suppose that's the important thing.

If you care to use domainkeys (which yahoo does), follow the directions
on 
the wiki, and see if that doesn't solve your problem.

Dan Herbon wrote:
 It is a fresh qmailtoaster install on CentOS 4.3. I havn't setup any
 DomainKeys on the server.
 
 TCP.SMTP file:
 -
 127.:allow,RELAYCLIENT=

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_W
RONG

RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKQUEUE=/var/qmail/b
in/q
 mail-queue.orig
 -
 Qmail Toaster RPMs:
 
 # rpm -qa | grep toaster
 libdomainkeys-toaster-0.68-1.3.1
 courier-imap-toaster-4.1.1-1.3.2
 ezmlm-cgi-toaster-0.53.324-1.3.1
 maildrop-toaster-devel-2.0.2-1.3.1
 spamassassin-toaster-3.1.3-1.3.1
 simscan-toaster-1.2-1.3.1
 daemontools-toaster-0.76-1.3.1
 vpopmail-toaster-5.4.13-1.3.1
 qmail-toaster-1.03-1.3.5
 courier-authlib-toaster-0.58-1.3.1
 autorespond-toaster-2.0.4-1.3.1
 ezmlm-toaster-0.53.324-1.3.1
 qmailadmin-toaster-1.2.9-1.3.1
 maildrop-toaster-2.0.2-1.3.1
 isoqlog-toaster-2.1-1.3.1
 squirrelmail-toaster-1.4.7-1.3.2
 ripmime-toaster-1.4.0.6-1.3.1
 ucspi-tcp-toaster-0.88-1.3.1
 qmail-pop3d-toaster-1.03-1.3.5
 control-panel-toaster-0.5-1.3.1
 qmailmrtg-toaster-4.2-1.3.1
 vqadmin-toaster-2.3.4-1.3.1
 clamav-toaster-0.88.3-1.3.2
 
 
 My spf file:
 
 # cat /var/qmail/control/spfbehavior
 3
 
 
 
 -Original Message-
 From: Eric Shubes [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 11, 2006 1:30 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Strange one
 
 That's interesting. When I set up domainkeys on my machine, I used my
yahoo 
 email to test and receive from my toaster, and everything worked ok, 
 including groups.
 
 Have you set up anything on the toaster that's dk related? I would
expect 
 incoming dk checking to work ok without setting up keys for outbound,
but 
 apparently that's not the case.
 
 Please show us your tcp.smtp, and # rpm -qa | grep toaster.
 
 Dan Herbon

RE: [qmailtoaster] Strange one

2006-08-11 Thread Dan Herbon








I am going through this same thing right
now. I am having problems receiving email from yahoo.com addresses. There is no
forwarding involved. This is a brand new server that I just built with a new
domain. DNS resolves correctly. It is CentOS 4.3 with the latest qmailtoaster
build.



The mail is hitting my server from yahoo
as you can see in the smtp log below. The simscan line is showing the email as
CLEAN. However the email is just going no where. It never arrives in my user
directory. The spamd log shows the message as a clean message.





SMTPD log:



2006-08-11 11:07:34.198346500 tcpserver:
status: 1/100

2006-08-11 11:07:34.198552500 tcpserver:
pid 11386 from 209.191.126.207

2006-08-11 11:07:34.198657500 tcpserver:
ok 11386 myserver.mydomain.com:192.168.1.188:25 :209.191.126.207::22903

2006-08-11 11:07:35.195345500 CHKUSER
accepted sender: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt  : sender accepted

2006-08-11 11:07:35.365420500 CHKUSER accepted
rcpt: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt [EMAIL PROTECTED] : found existing recipient

2006-08-11 11:07:36.096044500
simscan:[11386]:CLEAN (0.00/12.00):0.6589s:Yahoo!_ Please Verify Your Email 



Address:209.191.126.207:[EMAIL PROTECTED]:[EMAIL PROTECTED]

2006-08-11 11:07:36.240294500 tcpserver:
end 11386 status 0

2006-08-11 11:07:36.240296500 tcpserver:
status: 0/100

2006-08-11 11:09:36.729119500 tcpserver:
status: 1/100

2006-08-11 11:09:36.729314500 tcpserver:
pid 11404 from 209.191.126.207

2006-08-11 11:09:36.729415500 tcpserver:
ok 11404 myserver.mydomain.com:192.168.1.188:25 :209.191.126.207::23247

2006-08-11 11:09:36.878533500 CHKUSER
accepted sender: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt  : sender accepted

2006-08-11 11:09:36.950600500 CHKUSER
accepted rcpt: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt [EMAIL PROTECTED] : found existing recipient

2006-08-11 11:09:37.548473500
simscan:[11404]:CLEAN (0.00/12.00):0.5268s:Yahoo!_ Please Verify Your Email 



Address:209.191.126.207:[EMAIL PROTECTED]:[EMAIL PROTECTED]

2006-08-11 11:09:37.692510500 tcpserver:
end 11404 status 0

2006-08-11 11:09:37.692512500 tcpserver:
status: 0/100

2006-08-11 11:13:06.705166500 tcpserver:
status: 1/100

2006-08-11 11:13:06.705358500 tcpserver:
pid 11464 from 209.191.126.207

2006-08-11 11:13:06.705455500 tcpserver:
ok 11464 myserver.mydomain.com:192.168.1.188:25 :209.191.126.207::23737

2006-08-11 11:13:06.929323500 CHKUSER
accepted sender: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt  : sender accepted

2006-08-11 11:13:07.000521500 CHKUSER
accepted rcpt: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt [EMAIL PROTECTED] : found existing recipient

2006-08-11 11:13:07.594862500
simscan:[11464]:CLEAN (0.00/12.00):0.5231s:Yahoo!_ Please Verify Your Email 



Address:209.191.126.207:[EMAIL PROTECTED]:[EMAIL PROTECTED]

2006-08-11 11:13:07.800367500 tcpserver:
end 11464 status 0

2006-08-11 11:13:07.800370500 tcpserver:
status: 0/100

-



SPAMD log:



@400044dc9ccc05c44ba4 [2054] info:
prefork: child states: II

@400044dc9d412e8399b4 [2281] info:
spamd: connection from myserver.mydomain.com [127.0.0.1] at port 33250

@400044dc9d412ed16b94 [2281] info:
spamd: processing message (unknown) for clamav:89

@400044dc9d42059972e4 [2281] info:
spamd: clean message (0.0/5.0) for clamav:89 in 0.3 seconds, 7506 bytes.

@400044dc9d4205997ab4 [2281] info:
spamd: result: . 0 - HTML_MESSAGE 



scantime=0.3,size=7506,user=clamav,uid=89,required_score=5.0,rhost=myserver.mydomain.com,raddr=127.0.0.1,rport=33250,mid=(unknown),autolearn=ham

@400044dc9d4206dfa6b4 [2054] info:
prefork: child states: II

@400044dc9dbb1247fc2c [2281] info:
spamd: connection from myserver.mydomain.com [127.0.0.1] at port 33251

@400044dc9dbb12903474 [2281] info:
spamd: processing message (unknown) for clamav:89

@400044dc9dbb20904fb4 [2281] info:
spamd: clean message (0.0/5.0) for clamav:89 in 0.2 seconds, 7506 bytes.

@400044dc9dbb20905784 [2281] info:
spamd: result: . 0 - HTML_MESSAGE 



scantime=0.2,size=7506,user=clamav,uid=89,required_score=5.0,rhost=myserver.mydomain.com,raddr=127.0.0.1,rport=33251,mid=(unknown),autolearn=unavailable

@400044dc9dbb21dab5bc [2054] info:
prefork: child states: II

@400044dc9e8d153d5314 [2281] info:
spamd: connection from myserver.mydomain.com [127.0.0.1] at port 33253

@400044dc9e8d158694fc [2281] info:
spamd: processing message (unknown) for clamav:89

@400044dc9e8d23541b04 [2281] info:
spamd: clean message (0.0/5.0) for clamav:89 in 0.2 seconds, 7506 bytes.

@400044dc9e8d23542aa4 [2281] info:
spamd: result: . 0 - HTML_MESSAGE 




RE: [qmailtoaster] Strange one

2006-08-11 Thread Dan Herbon








I removed all instances of anything DK in
the /etc/tcprules.d/tcp.smtp except for DKQUEUE=/var/qmail/bin/qmail-queue.orig.
I rebuilt the db with qmailctl cdb and stop and started qmail for the hell of
it. Now I am able to receive messages from yahoo groups. Dont know why,
but its working.











From: Dan Herbon
[mailto:[EMAIL PROTECTED] 
Sent: Friday, August 11, 2006
11:54 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster]
Strange one





I am going through this same thing right
now. I am having problems receiving email from yahoo.com addresses. There is no
forwarding involved. This is a brand new server that I just built with a new
domain. DNS resolves correctly. It is CentOS 4.3 with the latest qmailtoaster
build.



The mail is hitting my server from yahoo
as you can see in the smtp log below. The simscan line is showing the email as
CLEAN. However the email is just going no where. It never arrives in my user
directory. The spamd log shows the message as a clean message.





SMTPD log:



2006-08-11 11:07:34.198346500 tcpserver:
status: 1/100

2006-08-11 11:07:34.198552500 tcpserver:
pid 11386 from 209.191.126.207

2006-08-11 11:07:34.198657500 tcpserver:
ok 11386 myserver.mydomain.com:192.168.1.188:25 :209.191.126.207::22903

2006-08-11 11:07:35.195345500 CHKUSER
accepted sender: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt  : sender accepted

2006-08-11 11:07:35.365420500 CHKUSER
accepted rcpt: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt [EMAIL PROTECTED] : found existing recipient

2006-08-11 11:07:36.096044500
simscan:[11386]:CLEAN (0.00/12.00):0.6589s:Yahoo!_ Please Verify Your Email 



Address:209.191.126.207:[EMAIL PROTECTED]:[EMAIL PROTECTED]

2006-08-11 11:07:36.240294500 tcpserver: end
11386 status 0

2006-08-11 11:07:36.240296500 tcpserver:
status: 0/100

2006-08-11 11:09:36.729119500 tcpserver:
status: 1/100

2006-08-11 11:09:36.729314500 tcpserver:
pid 11404 from 209.191.126.207

2006-08-11 11:09:36.729415500 tcpserver:
ok 11404 myserver.mydomain.com:192.168.1.188:25 :209.191.126.207::23247

2006-08-11 11:09:36.878533500 CHKUSER
accepted sender: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt  : sender accepted

2006-08-11 11:09:36.950600500 CHKUSER
accepted rcpt: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt [EMAIL PROTECTED] : found existing recipient

2006-08-11 11:09:37.548473500
simscan:[11404]:CLEAN (0.00/12.00):0.5268s:Yahoo!_ Please Verify Your Email 



Address:209.191.126.207:[EMAIL PROTECTED]:[EMAIL PROTECTED]

2006-08-11 11:09:37.692510500 tcpserver:
end 11404 status 0

2006-08-11 11:09:37.692512500 tcpserver:
status: 0/100

2006-08-11 11:13:06.705166500 tcpserver:
status: 1/100

2006-08-11 11:13:06.705358500 tcpserver:
pid 11464 from 209.191.126.207

2006-08-11 11:13:06.705455500 tcpserver:
ok 11464 myserver.mydomain.com:192.168.1.188:25 :209.191.126.207::23737

2006-08-11 11:13:06.929323500 CHKUSER
accepted sender: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt  : sender accepted

2006-08-11 11:13:07.000521500 CHKUSER
accepted rcpt: from
[EMAIL PROTECTED]::
remote 



n1.bullet.mud.yahoo.com:unknown:209.191.126.207
rcpt [EMAIL PROTECTED] : found existing recipient

2006-08-11 11:13:07.594862500
simscan:[11464]:CLEAN (0.00/12.00):0.5231s:Yahoo!_ Please Verify Your Email 



Address:209.191.126.207:[EMAIL PROTECTED]:[EMAIL PROTECTED]

2006-08-11 11:13:07.800367500 tcpserver:
end 11464 status 0

2006-08-11 11:13:07.800370500 tcpserver:
status: 0/100

-



SPAMD log:



@400044dc9ccc05c44ba4 [2054] info:
prefork: child states: II

@400044dc9d412e8399b4 [2281] info: spamd:
connection from myserver.mydomain.com [127.0.0.1] at port 33250

@400044dc9d412ed16b94 [2281] info:
spamd: processing message (unknown) for clamav:89

@400044dc9d42059972e4 [2281] info:
spamd: clean message (0.0/5.0) for clamav:89 in 0.3 seconds, 7506 bytes.

@400044dc9d4205997ab4 [2281] info:
spamd: result: . 0 - HTML_MESSAGE 



scantime=0.3,size=7506,user=clamav,uid=89,required_score=5.0,rhost=myserver.mydomain.com,raddr=127.0.0.1,rport=33250,mid=(unknown),autolearn=ham

@400044dc9d4206dfa6b4 [2054] info:
prefork: child states: II

@400044dc9dbb1247fc2c [2281] info:
spamd: connection from myserver.mydomain.com [127.0.0.1] at port 33251

@400044dc9dbb12903474 [2281] info:
spamd: processing message (unknown) for clamav:89

@400044dc9dbb20904fb4 [2281] info:
spamd: clean message (0.0/5.0) for clamav:89 in 0.2 seconds, 7506 bytes.

@400044dc9dbb20905784 [2281] info:
spamd: result: . 0 - HTML_MESSAGE 



scantime=0.2,size=7506,user=clamav,uid=89,required_score=5.0,rhost=myserver.mydomain.com,raddr=127.0.0.1,rport=33251,mid=(unknown),autolearn=unavailable

@400044dc9dbb21dab5bc [2054] info:
prefork

RE: [qmailtoaster] Strange one

2006-08-11 Thread Dan Herbon
It is a fresh qmailtoaster install on CentOS 4.3. I havn't setup any
DomainKeys on the server.

TCP.SMTP file:
-
127.:allow,RELAYCLIENT=
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKQUEUE=/var/qmail/bin/q
mail-queue.orig
-
Qmail Toaster RPMs:

# rpm -qa | grep toaster
libdomainkeys-toaster-0.68-1.3.1
courier-imap-toaster-4.1.1-1.3.2
ezmlm-cgi-toaster-0.53.324-1.3.1
maildrop-toaster-devel-2.0.2-1.3.1
spamassassin-toaster-3.1.3-1.3.1
simscan-toaster-1.2-1.3.1
daemontools-toaster-0.76-1.3.1
vpopmail-toaster-5.4.13-1.3.1
qmail-toaster-1.03-1.3.5
courier-authlib-toaster-0.58-1.3.1
autorespond-toaster-2.0.4-1.3.1
ezmlm-toaster-0.53.324-1.3.1
qmailadmin-toaster-1.2.9-1.3.1
maildrop-toaster-2.0.2-1.3.1
isoqlog-toaster-2.1-1.3.1
squirrelmail-toaster-1.4.7-1.3.2
ripmime-toaster-1.4.0.6-1.3.1
ucspi-tcp-toaster-0.88-1.3.1
qmail-pop3d-toaster-1.03-1.3.5
control-panel-toaster-0.5-1.3.1
qmailmrtg-toaster-4.2-1.3.1
vqadmin-toaster-2.3.4-1.3.1
clamav-toaster-0.88.3-1.3.2


My spf file:

# cat /var/qmail/control/spfbehavior
3



-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 11, 2006 1:30 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Strange one

That's interesting. When I set up domainkeys on my machine, I used my yahoo 
email to test and receive from my toaster, and everything worked ok, 
including groups.

Have you set up anything on the toaster that's dk related? I would expect 
incoming dk checking to work ok without setting up keys for outbound, but 
apparently that's not the case.

Please show us your tcp.smtp, and # rpm -qa | grep toaster.

Dan Herbon wrote:
 I removed all instances of anything DK in the /etc/tcprules.d/tcp.smtp 
 except for DKQUEUE=/var/qmail/bin/qmail-queue.orig. I rebuilt the db 
 with qmailctl cdb and stop and started qmail for the hell of it. Now I 
 am able to receive messages from yahoo groups. Don't know why, but its 
 working.
 
  
 
 
 
 *From:* Dan Herbon [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, August 11, 2006 11:54 AM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* RE: [qmailtoaster] Strange one
 
  
 
 I am going through this same thing right now. I am having problems 
 receiving email from yahoo.com addresses. There is no forwarding 
 involved. This is a brand new server that I just built with a new 
 domain. DNS resolves correctly. It is CentOS 4.3 with the latest 
 qmailtoaster build.
 
  
 
 The mail is hitting my server from yahoo as you can see in the smtp log 
 below. The simscan line is showing the email as CLEAN. However the email 
 is just going no where. It never arrives in my user directory. The spamd 
 log shows the message as a clean message.
 
  
 
 
 
 SMTPD log:
 
  
 
 2006-08-11 11:07:34.198346500 tcpserver: status: 1/100
 
 2006-08-11 11:07:34.198552500 tcpserver: pid 11386 from 209.191.126.207
 
 2006-08-11 11:07:34.198657500 tcpserver: ok 11386 
 myserver.mydomain.com:192.168.1.188:25 :209.191.126.207::22903
 
 2006-08-11 11:07:35.195345500 CHKUSER accepted sender: from 
 [EMAIL PROTECTED]::

 remote
 
  
 
 n1.bullet.mud.yahoo.com:unknown:209.191.126.207 rcpt  : sender
accepted
 
 2006-08-11 11:07:35.365420500 CHKUSER accepted rcpt: from 
 [EMAIL PROTECTED]::

 remote
 
  
 
 n1.bullet.mud.yahoo.com:unknown:209.191.126.207 rcpt 
 [EMAIL PROTECTED] : found existing recipient
 
 2006-08-11 11:07:36.096044500 simscan:[11386]:CLEAN 
 (0.00/12.00):0.6589s:Yahoo!_ Please Verify Your Email
 
  
 

Address:209.191.126.207:[EMAIL PROTECTED]
rns.bulk.yahoo.com:[EMAIL PROTECTED]
 
 2006-08-11 11:07:36.240294500 tcpserver: end 11386 status 0
 
 2006-08-11 11:07:36.240296500 tcpserver: status: 0/100
 
 2006-08-11 11:09:36.729119500 tcpserver: status: 1/100
 
 2006-08-11 11:09:36.729314500 tcpserver: pid 11404 from 209.191.126.207
 
 2006-08-11 11:09:36.729415500 tcpserver: ok 11404 
 myserver.mydomain.com:192.168.1.188:25 :209.191.126.207::23247
 
 2006-08-11 11:09:36.878533500 CHKUSER accepted sender: from 
 [EMAIL PROTECTED]::

 remote
 
  
 
 n1.bullet.mud.yahoo.com:unknown:209.191.126.207 rcpt  : sender
accepted
 
 2006-08-11 11:09:36.950600500 CHKUSER accepted rcpt: from 
 [EMAIL PROTECTED]::

 remote
 
  
 
 n1.bullet.mud.yahoo.com:unknown:209.191.126.207 rcpt 
 [EMAIL PROTECTED] : found existing recipient
 
 2006-08-11 11:09:37.548473500 simscan:[11404]:CLEAN 
 (0.00/12.00):0.5268s:Yahoo!_ Please Verify Your Email
 
  
 

Address:209.191.126.207:[EMAIL PROTECTED]
rns.bulk.yahoo.com:[EMAIL PROTECTED]
 
 2006-08-11 11:09:37.692510500 tcpserver: end 11404 status 0
 
 2006-08-11 11:09:37.692512500 tcpserver: status: 0/100
 
 2006-08-11 11:13:06.705166500 tcpserver: status: 1/100
 
 2006-08-11 11:13:06.705358500 tcpserver: pid 11464 from

[qmailtoaster] Qmailtoaster has starting rejecting emails from yahoo.com

2006-08-07 Thread Dan Herbon








Hello,



Over the weekend my qmail server has started rejecting
various domains. I have sent a test message from my yahoo test account and it
bounces back and says the following:



[EMAIL PROTECTED] SMTP error from remote mail server after end of data: host mail.fbcloans.com [72.*.*.*]: 554 mail server permanently rejected message (#5.3.0)





I am running all the latest versions of qmailtoaster on
fedora core 5.



Anyone know where I can check to see why its blocking the
yahoo.com email addresses?



Dan








RE: [qmailtoaster] Qmailtoaster has starting rejecting emails from yahoo.com

2006-08-07 Thread Dan Herbon
I disabled the DK stuff in the tcp.smtp file and rebuilt the db. I sent the
test message and it still errors out. The following is what its shows in the
/smtp/current file. It is accepting the message according to the log file:

---
@400044d7947e21d16ad4 tcpserver: status: 1/100
@400044d7947e21d17a74 tcpserver: pid 1020 from 66.97.*.*
@400044d7947e21d18244 tcpserver: ok 1020
orlandomail.fbcloans.com:192.*.*.*:25 :66.97.*.*::59038
@400044d7947f263768bc CHKUSER accepted sender: from
[EMAIL PROTECTED]:: remote web10.*.com:unknown:66.97.*.* rcpt  :
sender accepted
@400044d7947f2e7fbd6c CHKUSER accepted rcpt: from [EMAIL PROTECTED]::
remote web10.*.com:unknown:66.97.*.* rcpt [EMAIL PROTECTED] :
found existing recipient
@400044d794800fddd614 tcpserver: end 1020 status 0
@400044d794800fdde1cc tcpserver: status: 0/100


Nothing is recorded in the /send/current file or any of the other log files.

Not sure where the message is going but it appears that the server accepts
it, and then rejects it.

Dan





-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 07, 2006 3:17 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Qmailtoaster has starting rejecting emails from
yahoo.com

Dan Herbon wrote:
 Hello,
 
  
 
 Over the weekend my qmail server has started rejecting various domains. 
 I have sent a test message from my yahoo test account and it bounces 
 back and says the following:
 
  
 
 [EMAIL PROTECTED]
http://us.f572.mail.yahoo.com/ym/[EMAIL PROTECTED]YY=8401or
der=downsort=datepos=0view=ahead=b
 
 SMTP error from remote mail server after end of data:
 
 host mail.fbcloans.com [72.*.*.*]: 554 mail server permanently 
 
 rejected message (#5.3.0)
 
 I am running all the latest versions of qmailtoaster on fedora core 5.
 
 Anyone know where I can check to see why its blocking the yahoo.com 
 email addresses?
 
  
 
 Dan
 
Oh, and I forgot to mention, check your logs too.
/var/log/qmail/smtp

-- 
-Eric 'shubes'

-
 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]



RE: [qmailtoaster] Qmailtoaster has starting rejecting emails from yahoo.com

2006-08-07 Thread Dan Herbon
This is my tcp.smtp file:


127.:allow,RELAYCLIENT=
:allow,BADMIMETYPE=,BADLOADERTYPE=M,SPFBEHAVIOR=1,CHKUSER_RCPTLIMIT=5
0,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan


This is qmailctl stat:


authlib: up (pid 1506) 276853 seconds
clamd: up (pid 1487) 276853 seconds
imap4: up (pid 1489) 276853 seconds
imap4-ssl: up (pid 1552) 276853 seconds
pop3: up (pid 1502) 276853 seconds
pop3-ssl: up (pid 1516) 276853 seconds
send: up (pid 1009) 1601 seconds
smtp: up (pid 1008) 1601 seconds
spamd: up (pid 1564) 276853 seconds
authlib/log: up (pid 1512) 276853 seconds
clamd/log: up (pid 1497) 276853 seconds
imap4/log: up (pid 1491) 276853 seconds
imap4-ssl/log: up (pid 1553) 276853 seconds
pop3/log: up (pid 1504) 276853 seconds
pop3-ssl/log: up (pid 1518) 276853 seconds
send/log: up (pid 1500) 276853 seconds
smtp/log: up (pid 1495) 276853 seconds
spamd/log: up (pid 1575) 276853 seconds


This is my simcontrol file:
--
# cat /var/qmail/control/simcontrol

:clam=yes,spam=yes,spam_hits=12,attach=.mp3:.src:.bat:.pif
--

This is rpm -qa | grep toaster:

-
# rpm -qa | grep toaster
ucspi-tcp-toaster-0.88-1.3.1
qmailmrtg-toaster-4.2-1.3.1
vqadmin-toaster-2.3.4-1.3.1
ripmime-toaster-1.4.0.6-1.3.1
qmail-pop3d-toaster-1.03-1.3.5
clamav-toaster-0.88.3-1.3.2
daemontools-toaster-0.76-1.3.1
vpopmail-toaster-5.4.13-1.3.1
courier-authlib-toaster-0.58-1.3.1
autorespond-toaster-2.0.4-1.3.1
ezmlm-toaster-0.53.324-1.3.1
qmailadmin-toaster-1.2.9-1.3.1
maildrop-toaster-2.0.2-1.3.1
isoqlog-toaster-2.1-1.3.1
simscan-toaster-1.2-1.3.1
qmail-toaster-1.03-1.3.5
control-panel-toaster-0.5-1.3.1
spamassassin-toaster-3.1.3-1.3.1
libdomainkeys-toaster-0.68-1.3.1
courier-imap-toaster-4.1.1-1.3.2
ezmlm-cgi-toaster-0.53.324-1.3.1
maildrop-toaster-devel-2.0.2-1.3.1
squirrelmail-toaster-1.4.7-1.3.2
-

Dan


-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 07, 2006 3:44 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Qmailtoaster has starting rejecting emails from
yahoo.com

Dan Herbon wrote:
 I disabled the DK stuff in the tcp.smtp file and rebuilt the db. I sent
the
 test message and it still errors out. The following is what its shows in
the
 /smtp/current file. It is accepting the message according to the log file:
 
 ---
 @400044d7947e21d16ad4 tcpserver: status: 1/100
 @400044d7947e21d17a74 tcpserver: pid 1020 from 66.97.*.*
 @400044d7947e21d18244 tcpserver: ok 1020
 orlandomail.fbcloans.com:192.*.*.*:25 :66.97.*.*::59038
 @400044d7947f263768bc CHKUSER accepted sender: from
 [EMAIL PROTECTED]:: remote web10.*.com:unknown:66.97.*.* rcpt  :
 sender accepted
 @400044d7947f2e7fbd6c CHKUSER accepted rcpt: from
[EMAIL PROTECTED]::
 remote web10.*.com:unknown:66.97.*.* rcpt [EMAIL PROTECTED] :
 found existing recipient
 @400044d794800fddd614 tcpserver: end 1020 status 0
 @400044d794800fdde1cc tcpserver: status: 0/100
 
 
 Nothing is recorded in the /send/current file or any of the other log
files.
 
 Not sure where the message is going but it appears that the server accepts
 it, and then rejects it.
 
 Dan
 
SPF failures will reject without a log message, but I wouldn't expect that 
to be the problem, coming straight from yahoo (no forwarding going on, is 
there?). You might want to add SPFBEHAVIOR=1 to your tcp.smtp file just to

eliminate that as a possibility.

simscan doesn't appear in the log. It normally should. Is it not installed 
or disabled for some reason?

What does qmailctl stat show ?
/var/qmail/control/simcontrol ?
# rpm -qa | grep toaster ?

-- 
-Eric 'shubes'

-
 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] SPF: newmail.newdomain.com rejected a message claiming to be from [EMAIL PROTECTED]

2006-08-03 Thread Dan Herbon








Hello,



I currently have a qmail toaster server setup internally that
Im going to migrate our company mail to. The domain setup on the new
server is newdomain.com. Our existing email server is an external Cpanel server
at webhost company. That domain is olddomain.com. I currently have a few users
that are setup internally on the new qmail server. Those users are having all
there mail forwarded from the external email server ([EMAIL PROTECTED]) to the
new internal qmail server (newdomain.com). Most emails are being properly
forwarded but some important client mail is bouncing when the mail is forwarded
from the old email server to the new email server. The following message is what
the users are seeing when the mail is bounced back:





A message that you sent
could not be delivered to one or more of its recipients. This is a permanent
error. The following address(es) failed:



 [EMAIL PROTECTED]


(ultimately generated from [EMAIL PROTECTED])

 SMTP
error from remote mail server after RCPT

TO:[EMAIL PROTECTED]:

 host newmail.newdomain.com
[72.*.*.*]: 550 See http://spf.pobox.com/why.html?sender=mnutter%40netbank.comip=66.111.111.111receiver=newmail.newdomain.com
(#5.7.1)

-



That webpage states at the top:





newmail.newdomain.com rejected a message
claiming to be from [EMAIL PROTECTED]

newmail.newdomain.com
saw a message coming from the IP address 66.111.111.111
which is web10.**.com;
the sender claimed to be [EMAIL PROTECTED].

However, bob.com has announced using SPF that it does not send mail out through 66.111.111.111. That is why the
mail was rejected.





I dont understand why this is happening for a select
few domains. Any help is appreciated. If you need anymore information please
let me know.



I am trying to learn more about SPF as I go.



Thanks








[qmailtoaster] Toaster + Horde + Passwd

2006-07-13 Thread Dan Herbon








So Ive researched this extensively and Id like
to find out if anyone out there has a fix for this.



My toaster install is using the default installation. Each
virtual domain gets its own table in the vpopmail db rather than all in one db.
Now the vpopmail backend in the horde/passwd/config/backends.php file is as
follows:





$backends['vpopmail'] = array (

 'name' = 'Example Vpopmail Server',

 'preferred' = '',

 'password policy' = array(

 'minLength' =
3,

 'maxLength' =
20,

 'maxSpace' =
0,

 'minUpper' =
0,

 'minLower' =
0,

 'minNumeric'
= 0

 ),

 'driver' = 'vpopmail',

 'params' = array(


'phptype' = 'mysql',


'hostspec' = 'localhost',


'username' = 'vpopmail',

 'password'
= 'enterqmail',

 'encryption'
= 'crypt',


'database' = 'vpopmail',


'table' = 'vpopmail', -Problem


'name' = 'pw_name',

 'domain'
= 'pw_domain',

 'passwd'
= 'pw_passwd',

 'clear_passwd'
= 'pw_clear_passwd',


'use_clear_passwd' = true,

 'show_encryption'
= true

 )

);





The vpopmail.php file in /horde/passwd/lib/Driver/ directory
does the SELECT statement. The problem is of course the toaster install tries
to query the vpopmail table in the vpopmail db but this of course doesnt
exist.



The code in the vpopmail.php file:



---

 function _lookup($username,
$old_password)

 {

 /* Connect to the
database. */

 $res =
$this-_connect();

 if (is_a($res,
'PEAR_Error')) {


return $res;

 }



 /* Only split up
username if domain is set in backend

 *
configuration. */

 if
(!empty($this-_params['domain'])) {


list($name, $domain) = explode('@', $username);

 } else {


$name = $username;

 }



 /* Build the SQL
query. */



 $sql = 'SELECT '
. $this-_params['passwd'] .


' FROM ' . $this-_params['table'] .


' WHERE ' . $this-_params['name'] . ' = ?';

 $values =
array($name);

 if
($this-_params['domain']) {


$sql .= ' AND ' . $this-_params['domain'] . ' = ?';


$values[] = $domain;

 }


Horde::logMessage('SQL Query by Passwd_Driver_vpopmail::_lookup(): ' . $sql,
__FILE__, __LINE__, PEAR_LOG_DEBUG);



 /* Execute the
query. */

 $result =
$this-_db-query($sql, $values);

 if
(!is_a($result, 'PEAR_Error')) {


$row = $result-fetchRow(DB_FETCHMODE_ASSOC);


$result-free();


if (is_array($row)) {


/* Get the password from the database. */


$current_password = $row[$this-_params['passwd']];




/* See if the passwords match. */


return $this-comparePasswords($current_password, $old_password);


}

 }



 return
PEAR::raiseError(_(User not found));

 }

---



Any help appreciated



Dan








[qmailtoaster] DJBDNS installation errors

2006-07-10 Thread Dan Herbon








When I attempt to run the fdr50-djbdns-localcache-install.sh
script it functions properly until it attempts to install the djbdns RPMs.



The errors:





[EMAIL PROTECTED] i386]# rpm -Uvh
djbdns-localcache-1.05-1.0.2.i386.rpm

error: Failed dependencies:

 caching-nameserver conflicts with
djbdns-localcache-1.05-1.0.2.i386

[EMAIL PROTECTED] i386]#





Yet rpm qa | grep djb returns nothing.
When I do yum list | grep djb it also returns nothing. Somehow it
thinks its installed but its not.



Any ideas?



Thanks








RE: [qmailtoaster] Turn of Zip Checking

2006-07-10 Thread Dan Herbon
I believe you have to add a # symbol in front of the line below # MyDoom in
the /var/qmail/control/badmimetypes. 

# MyDoom (*.zip)
UEsDBAoAA

Then rebuild the cdb file by running qmailstat cdb

-Original Message-
From: Francisco Villagrana [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 10, 2006 4:42 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Turn of Zip Checking


how can turn off Zip Checking in QmailToaster.

I dont want anymore qmail checks for viruses,  my box have external 
virus checker


Regards.


-
 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] Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)

2006-07-03 Thread Dan Herbon








Hello,



When I tail my /var/log/qmail/send/current file I keep
getting the following lines in my log file:



@400044a573c306758aa4
starting delivery 41: msg 2352387 to remote postmaster@
@400044a573c306759a44 status: local 0/10 remote 1/60
@400044a573c30675a214 starting delivery 42: msg 2352417 to remote
postmaster@
@400044a573c30675a5fc status: local 0/10 remote 2/60
@400044a573c306808b0c delivery 41: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a573c306809aac status: local 0/10 remote 1/60
@400044a573c30685edf4 delivery 42: deferral: Sorry,_I_couldn't_find_any_host_by_that_name._(#4.
1.2)/
@400044a573c30685fd94 status: local 0/10 remote 0/60
@400044a5740006c8f234 starting delivery 43: msg 2352420 to remote
postmaster@
@400044a5740006c901d4 status: local 0/10 remote 1/60
@400044a5740006d64844 delivery 43: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5740006d657e4 status: local 0/10 remote 0/60
@400044a5743b07011164 starting delivery 44: msg 2352423 to remote
postmaster@
@400044a5743b07012104 status: local 0/10 remote 1/60
@400044a5743b070e5fa4 delivery 44: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5743b070e6b5c status: local 0/10 remote 0/60
@400044a57477079dc2ac starting delivery 45: msg 2352426 to remote
postmaster@
@400044a57477079dce64 status: local 0/10 remote 1/60
@400044a5747707ab014c delivery 45: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5747707ab0d04 status: local 0/10 remote 0/60
@400044a574b307eca9e4 starting delivery 46: msg 2352429 to remote
postmaster@
@400044a574b307ecb984 status: local 0/10 remote 1/60
@400044a574b307fa07c4 delivery 46: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a574b307fa1764 status: local 0/10 remote 0/60
@400044a574c6088c4d14 starting delivery 47: msg 2352534 to remote [EMAIL PROTECTED]
@400044a574c6088c5cb4 status: local 0/10 remote 1/60
@400044a574c6089983e4 delivery 47: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a574c608999384 status: local 0/10 remote 0/60
@400044a574ef08dbd474 starting delivery 48: msg 2352432 to remote
postmaster@
@400044a574ef08dbe02c status: local 0/10 remote 1/60
@400044a574ef08e8f7bc delivery 48: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a574ef08e90374 status: local 0/10 remote 0/60
@400044a5750a097541cc starting delivery 49: msg 2352703 to remote [EMAIL PROTECTED]
@400044a5750a0975516c status: local 0/10 remote 1/60
@400044a5750a0982ce8c delivery 49: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5750a0982da44 status: local 0/10 remote 0/60
@400044a5752c0a54207c starting delivery 50: msg 2352435 to remote
postmaster@
@400044a5752c0a54301c status: local 0/10 remote 1/60
@400044a5752c0a616ebc delivery 50: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5752c0a617a74 status: local 0/10 remote 0/60
@400044a5753d0a965d84 starting delivery 51: msg 2352706 to remote [EMAIL PROTECTED]
@400044a5753d0a966d24 status: local 0/10 remote 1/60
@400044a5753d0aa37514 delivery 51: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5753d0aa384b4 status: local 0/10 remote 0/60
@400044a575670abeffdc starting delivery 52: msg 2352438 to remote
postmaster@
@400044a575670abf0f7c status: local 0/10 remote 1/60
@400044a575670acc4e1c delivery 52: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a575670acc5dbc status: local 0/10 remote 0/60
@400044a575790ace615c starting delivery 53: msg 2352709 to remote [EMAIL PROTECTED]
@400044a575790ace6d14 status: local 0/10 remote 1/60
@400044a575790adba7cc delivery 53: deferral: Sorry,_I_couldn't_find_any_host_by_that_name._(#4.
1.2)/
@400044a575790adbb76c status: local 0/10 remote 0/60
@400044a575a30af5b3c4 starting delivery 54: msg 2352441 to remote
postmaster@
@400044a575a30af5c364 status: local 0/10 remote 1/60
@400044a575a30b0290bc delivery 54: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a575a30b02a05c status: local 0/10 remote 0/60
@400044a575b50b099d6c starting delivery 55: msg 2352712 to remote [EMAIL PROTECTED]
@400044a575b50b09ad0c status: local 0/10 remote 1/60
@400044a575b50b17e5ac delivery 55: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a575b50b17f164 status: local 0/10 remote 0/60
@400044a575df0b2f848c starting delivery 56: msg 2352444 to remote
postmaster@
@400044a575df0b2f942c status: local 0/10 remote 1/60
@400044a575df0b3cda9c delivery 56: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a575df0b3cea3c status: local 0/10 remote 0/60

RE: [qmailtoaster] Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)

2006-07-03 Thread Dan Herbon








I dont understand. The file /var/qmail/control/aliases doesnt exist on my qmail-toaster
install.











From: Gabriel Lai - E
Technology [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 03, 2006 10:54
AM
To:
qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster]
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)







hi dan, 











it was your domain aliases you can
change this under /var/qmail/control/aliases







- Original Message - 





From: Dan Herbon 





To: qmailtoaster-list@qmailtoaster.com






Sent: Monday, July 03,
2006 10:52 PM





Subject: [qmailtoaster]
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)









Hello,



When I tail my /var/log/qmail/send/current file I keep
getting the following lines in my log file:



@400044a573c306758aa4
starting delivery 41: msg 2352387 to remote postmaster@
@400044a573c306759a44 status: local 0/10 remote 1/60
@400044a573c30675a214 starting delivery 42: msg 2352417 to remote
postmaster@
@400044a573c30675a5fc status: local 0/10 remote 2/60
@400044a573c306808b0c delivery 41: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a573c306809aac status: local 0/10 remote 1/60
@400044a573c30685edf4 delivery 42: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a573c30685fd94 status: local 0/10 remote 0/60
@400044a5740006c8f234 starting delivery 43: msg 2352420 to remote
postmaster@
@400044a5740006c901d4 status: local 0/10 remote 1/60
@400044a5740006d64844 delivery 43: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5740006d657e4 status: local 0/10 remote 0/60
@400044a5743b07011164 starting delivery 44: msg 2352423 to remote
postmaster@
@400044a5743b07012104 status: local 0/10 remote 1/60
@400044a5743b070e5fa4 delivery 44: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5743b070e6b5c status: local 0/10 remote 0/60
@400044a57477079dc2ac starting delivery 45: msg 2352426 to remote
postmaster@
@400044a57477079dce64 status: local 0/10 remote 1/60
@400044a5747707ab014c delivery 45: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5747707ab0d04 status: local 0/10 remote 0/60
@400044a574b307eca9e4 starting delivery 46: msg 2352429 to remote
postmaster@
@400044a574b307ecb984 status: local 0/10 remote 1/60
@400044a574b307fa07c4 delivery 46: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a574b307fa1764 status: local 0/10 remote 0/60
@400044a574c6088c4d14 starting delivery 47: msg 2352534 to remote [EMAIL PROTECTED]
@400044a574c6088c5cb4 status: local 0/10 remote 1/60
@400044a574c6089983e4 delivery 47: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a574c608999384 status: local 0/10 remote 0/60
@400044a574ef08dbd474 starting delivery 48: msg 2352432 to remote
postmaster@
@400044a574ef08dbe02c status: local 0/10 remote 1/60
@400044a574ef08e8f7bc delivery 48: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a574ef08e90374 status: local 0/10 remote 0/60
@400044a5750a097541cc starting delivery 49: msg 2352703 to remote [EMAIL PROTECTED]
@400044a5750a0975516c status: local 0/10 remote 1/60
@400044a5750a0982ce8c delivery 49: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5750a0982da44 status: local 0/10 remote 0/60
@400044a5752c0a54207c starting delivery 50: msg 2352435 to remote
postmaster@
@400044a5752c0a54301c status: local 0/10 remote 1/60
@400044a5752c0a616ebc delivery 50: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a5752c0a617a74 status: local 0/10 remote 0/60
@400044a5753d0a965d84 starting delivery 51: msg 2352706 to remote [EMAIL PROTECTED]
@400044a5753d0a966d24 status: local 0/10 remote 1/60
@400044a5753d0aa37514 delivery 51: deferral: Sorry,_I_couldn't_find_any_host_by_that_name._(#4.
1.2)/
@400044a5753d0aa384b4 status: local 0/10 remote 0/60
@400044a575670abeffdc starting delivery 52: msg 2352438 to remote
postmaster@
@400044a575670abf0f7c status: local 0/10 remote 1/60
@400044a575670acc4e1c delivery 52: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a575670acc5dbc status: local 0/10 remote 0/60
@400044a575790ace615c starting delivery 53: msg 2352709 to remote [EMAIL PROTECTED]
@400044a575790ace6d14 status: local 0/10 remote 1/60
@400044a575790adba7cc delivery 53: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2)/
@400044a575790adbb76c status: local 0/10 remote 0/60
@400044a575a30af5b3c4 starting delivery 54: msg 2352441 to remote
postmaster@
@400044a575a30af5c364 status: local 0/10 remote 1/60
@400044a575a30b0290bc delivery 54: deferral:
Sorry,_I_couldn't_find_any_host_by_that_name._(#4. 1.2

[qmailtoaster] Spamassassin not showing up in headers

2006-06-29 Thread Dan Herbon








Can anyone help me? Spamassassin isnt showing up in
my headers. Im not sure if its working or not. Simscan and Clamav
are showing.



Return-Path: [EMAIL PROTECTED]

Delivered-To: [EMAIL PROTECTED]

Received: (qmail 16067 invoked by uid 89); 29 Jun 2006
18:47:56 -

Comment: DomainKeys? See
http://antispam.yahoo.com/domainkeys

DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;

 s=private; d=fbcloans.com;


b=jfP+DYWP1zMjCAX6qDQYanDsLtFDQoaA/tIIGAGbZtwJqkGCwyjVQ7/FEbGJzo6Y ;

Received: by simscan 1.2.0 ppid: 16058, pid: 16062, t:
0.0453s

 scanners: attach: 1.2.0 clamav: 0.88.2/m:39/d:1576

Received: from unknown (HELO FBCDAN) ([EMAIL PROTECTED]@192.168.1.12)

 by localhost.localdomain with ESMTPA; 29 Jun 2006 18:47:55
-

From: Dan Herbon [EMAIL PROTECTED]

To: [EMAIL PROTECTED]

Subject: test234

Date: Thu, 29 Jun 2006 14:47:12 -0400

Message-ID:
[EMAIL PROTECTED]

MIME-Version: 1.0

Content-Type: multipart/alternative;

 boundary==_NextPart_000_002E_01C69B8A.E8341F80

X-Mailer: Microsoft Office Outlook 11

Thread-Index: AcabrG7jxPK6BrWGSVGnv3O+c8Nksw==

X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869



What is the best way I can test it?








[qmailtoaster] vaddaliasdomain

2006-06-28 Thread Dan Herbon








I have added a new domain alias on my Qmail server with
vaddaliasdomain. How does it link the domain? I have searched through the
vpopmail db and also checked for symlinks. Can anyone tell me how it actually
links the aliased domain to the real domain? I guess Im just missing it.



Thanks,



Dan








[qmailtoaster] Spamassassin not showing up in my headers

2006-06-27 Thread Dan Herbon








Hello,



I have built a new qmail-toaster server. Everything appears
to be working correctly but my headers arent showing that the emails are
being processed by Spamassassin:



Return-Path: [EMAIL PROTECTED]

Delivered-To: [EMAIL PROTECTED]

Received: (qmail 25375 invoked by uid 89); 27 Jun 2006
20:15:05 -

Comment: DomainKeys? See
http://antispam.yahoo.com/domainkeys

DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;

 s=private; d=fbcloans.com;

 b=1PZ8vMglHEUypvMeIjwIv72BHAwMbZlvbeiMYrKxh4yyvRkA3U0rVWICmtYe9JTN
;

Received: by simscan 1.2.0 ppid: 25323, pid: 25372, t:
0.0958s

 scanners:none

Received: from unknown (HELO FBCDAN)
([EMAIL PROTECTED]@192.168.1.12)

 by localhost.localdomain with ESMTPA; 27 Jun 2006 20:15:05
-

From: Dan Herbon [EMAIL PROTECTED]

To: [EMAIL PROTECTED]

Subject: test

Date: Tue, 27 Jun 2006 16:14:46 -0400

Message-ID:
[EMAIL PROTECTED]

MIME-Version: 1.0

Content-Type: multipart/alternative;

 boundary==_NextPart_000_00A4_01C69A04.CF15D8E0

X-Mailer: Microsoft Office Outlook 11

X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869

Thread-Index: AcaaJlXP9V0g+nteSrOc4cgeW7jpnA==



The received: by line shows simscan but isnt showing
clamav or spamassassin. I am using Fedora Core 5. I followed the instructions on
the qmailtoaster site for the fedora5 installation. Could someone help point
out what Im doing wrong.



Thanks in advance.



Dan