[Indimail-support] (no subject)

21 views
Skip to first unread message

Vivek Patil

unread,
Mar 3, 2014, 2:22:21 AM3/3/14
to Manvendra Bhangui, indimail...@lists.sourceforge.net

Got an error when sending mail

 

451 qq unable to run QHPSI scanner (#4.3.0)

 

With Regards,

Vivek Patil | System Admin

http://iknowledgefactory.com/ikf_email/ikf_logo.jpg

 

I Knowledge Factory Pvt. Ltd.
Manohar, Plot No. 2, S.No : 47/1B- 1/2,
3rd Floor, Taware Colony, Near Muktangan School, Aranyeshwar Road. Pune - 411009
Tel : +91 – 020- 2422 - 786 - 1/ 2 / 3 / 4 - Extn No - 205

http://iknowledgefactory.com/ikf_email/facebook.jpg

linkedin

 

 

image001.jpg
image002.jpg
image003.jpg

Manvendra Bhangui

unread,
Mar 3, 2014, 4:14:19 AM3/3/14
to Vivek Patil, indimail...@lists.sourceforge.net
On Mon, Mar 3, 2014 at 12:52 PM, Vivek Patil <viv...@ikf.co.in> wrote:

Got an error when sending mail


How are you sending email? SMTP? sendmail? qmail-inject?
 

 

451 qq unable to run QHPSI scanner (#4.3.0)


most likely it is something to do with clamd

check /var/log/indimail/clamd/current

You can run clamdscan manually to check

$ /var/indimail/bin/clamdscan /etc/hosts --quiet --no-summary
$ echo $?

 

Vivek Patil

unread,
Mar 3, 2014, 6:29:53 AM3/3/14
to Manvendra Bhangui, indimail...@lists.sourceforge.net

 

 

/var/log/indimail/clamd/current

 

@4000000053142c7637a6a694 --- Stopped at Mon Mar  3 12:47:00 2014

@4000000053142c7637a6b634 Socket file removed.

@40000000531431f00d302ad4 Limits: Global size limit set to 104857600 bytes.

@40000000531431f02a912204 Limits: File size limit set to 26214400 bytes.

@40000000531431f02a91358c Limits: Recursion level limit set to 16.

@40000000531431f02a914144 Limits: Files limit set to 10000.

@40000000531431f02a914cfc Archive support enabled.

@40000000531431f02a9154cc Algorithmic detection enabled.

@40000000531431f02a915c9c Portable Executable support enabled.

@40000000531431f02a916854 ELF support enabled.

@40000000531431f02a917024 Detection of broken executables enabled.

@40000000531431f02a917bdc Mail files support enabled.

@40000000531431f02a919f04 OLE2 support enabled.

@40000000531431f02a91aabc PDF support enabled.

@40000000531431f02a91b28c HTML support enabled.

@40000000531431f02a91ba5c Self checking every 600 seconds.

@400000005314321f2a5b3554 fd[9]: OK

@400000005314326e20f9007c fd[9]: OK

@400000005314327212c371a4 fd[9]: OK

@40000000531432bc235eae0c fd[9]: OK

@40000000531432c4201c350c fd[9]: OK

@4000000053143307323dc354 fd[9]: OK

 

 

Service indimail restart It hanged at

Stopping svscan:

 

 

[root@relay ~]# /var/indimail/bin/clamdscan /etc/hosts --quiet --no-summary

ERROR: Can't connect to clamd: No such file or directory

Manvendra Bhangui

unread,
Mar 3, 2014, 8:10:45 AM3/3/14
to Vivek Patil, indimail...@lists.sourceforge.net
On Mon, Mar 3, 2014 at 4:59 PM, Vivek Patil <viv...@ikf.co.in> wrote:

 

On Mon, Mar 3, 2014 at 12:52 PM, Vivek Patil <viv...@ikf.co.in> wrote:

Got an error when sending mail

 

How are you sending email? SMTP? sendmail? qmail-inject?

 

 

451 qq unable to run QHPSI scanner (#4.3.0)

 

most likely it is something to do with clamd

 

check /var/log/indimail/clamd/current

 

snip
 

/var/log/indimail/clamd/current

 

@4000000053142c7637a6a694 --- Stopped at Mon Mar  3 12:47:00 2014

@4000000053142c7637a6b634 Socket file removed.

@40000000531431f00d302ad4 Limits: Global size limit set to 104857600 bytes.

@40000000531431f02a912204 Limits: File size limit set to 26214400 bytes.

@40000000531431f02a91358c Limits: Recursion level limit set to 16.

@40000000531431f02a914144 Limits: Files limit set to 10000.

@40000000531431f02a914cfc Archive support enabled.

@40000000531431f02a9154cc Algorithmic detection enabled.

@40000000531431f02a915c9c Portable Executable support enabled.

@40000000531431f02a916854 ELF support enabled.

@40000000531431f02a917024 Detection of broken executables enabled.

@40000000531431f02a917bdc Mail files support enabled.

@40000000531431f02a919f04 OLE2 support enabled.

@40000000531431f02a91aabc PDF support enabled.

@40000000531431f02a91b28c HTML support enabled.

@40000000531431f02a91ba5c Self checking every 600 seconds.

@400000005314321f2a5b3554 fd[9]: OK

@400000005314326e20f9007c fd[9]: OK

@400000005314327212c371a4 fd[9]: OK

@40000000531432bc235eae0c fd[9]: OK

@40000000531432c4201c350c fd[9]: OK

@4000000053143307323dc354 fd[9]: OK

 


The last line gives a timetamp of

$ echo @4000000053143307323dc354 | tai64nlocal
2014-03-03 13:15:01.842908500

at what time did you try the clamdscan command?

 

Service indimail restart It hanged at

Stopping svscan:

 


hmm. This should not happen. Why did you want to restart indimail? You should not be doing that. You can always stop and restart individual services like

# svc -d /service/clamd
# svc -u /service/clamd
 

 

[root@relay ~]# /var/indimail/bin/clamdscan /etc/hosts --quiet --no-summary

ERROR: Can't connect to clamd: No such file or directory


Looks like clamd is not running. Use svstat to check clamd service

$ sudo /var/indimail/bin/svstat /service/clamd
/service/clamd: up (pid 1258) 32698 seconds



--
Regards Manvendra - http://www.indimail.org

Vivek Patil

unread,
Mar 4, 2014, 12:24:59 AM3/4/14
to Manvendra Bhangui, indimail...@lists.sourceforge.net

Hi,

Mails are in queue , not going on Qmail toaster server, going properly on Gmail, Yahoo, Rediff

 

Another important thing is, I am using my indimail server to send bulk mails ( marketing purpose ). In gmail mails are going into inbox, but in rediff, yahoo, hotmail mails are going in spam.

 

How I can sort this spamming issue.

Manvendra Bhangui

unread,
Mar 4, 2014, 3:17:29 AM3/4/14
to Vivek Patil, indimail...@lists.sourceforge.net
Setup spf records, dkim signing. Check if the DKIM signature verifies on the recipient domain.

Vivek Patil

unread,
Mar 4, 2014, 4:09:16 AM3/4/14
to Manvendra Bhangui, indimail...@lists.sourceforge.net

I browsed the given link, but not able to understand what to do, I am newer for IT.

Can you please steps here to setup spf and dkim signing.

Manvendra Bhangui

unread,
Mar 4, 2014, 8:30:55 AM3/4/14
to Vivek Patil, indimail...@lists.sourceforge.net

I browsed the given link, but not able to understand what to do, I am newer for IT.

Can you please steps here to setup spf and dkim signing.


The procedure and commands to setup DKIM is already given in the above document. You can also use google


Another excellent guide is Roberto's qmail note

Reply all
Reply to author
Forward
0 new messages