<<< Date Index >>>     <<< Thread Index >>>

Re: MAIL getting queued only



Hi Rocco,

Mutt version is 1.5.18. And -a option also appears ok. I don't see any
error message in any one system log file.

[root@BRS-UA1-ZAFRODB1 ~]# /usr/local/bin/mutt --help
/usr/local/bin/mutt: invalid option -- -
Mutt 1.5.18 (2008-05-17)
usage: mutt [<options>] [-z] [-f <file> | -yZ]
       mutt [<options>] [-x] [-Hi <file>] [-s <subj>] [-bc <addr>] [-a
<file> [...]] [--] <addr> [...]
       mutt [<options>] -p
       mutt [<options>] -A <alias> [...]
       mutt [<options>] -Q <query> [...]
       mutt [<options>] -D
       mutt -v[v]

options:
  -A <alias>    expand the given alias
  -a <file>     attach a file to the message
  -b <address>  specify a blind carbon-copy (BCC) address
  -c <address>  specify a carbon-copy (CC) address
  -D            print the value of all variables to stdout
  -e <command>  specify a command to be executed after initialization
  -f <file>     specify which mailbox to read
  -F <file>     specify an alternate muttrc file
  -H <file>     specify a draft file to read header and body from
  -i <file>     specify a file which Mutt should include in the body
  -m <type>     specify a default mailbox type
  -n            causes Mutt not to read the system Muttrc
  -p            recall a postponed message
  -Q <variable> query a configuration variable
  -R            open mailbox in read-only mode
  -s <subj>     specify a subject (must be in quotes if it has spaces)
  -v            show version and compile-time definitions
  -x            simulate the mailx send mode
  -y            select a mailbox specified in your `mailboxes' list
  -z            exit immediately if there are no messages in the mailbox
  -Z            open the first folder with new message, exit immediately
if none
  -h            this help message
  --            treat remaining arguments as addr even if starting with
a dash
                when using -a with multiple filenames using -- is
mandatory


Best Regards,
        
Sunil Kataria 
        

-----Original Message-----
From: owner-mutt-users@xxxxxxxx [mailto:owner-mutt-users@xxxxxxxx] On
Behalf Of Rocco Rutte
Sent: Friday, 3 July 2009 10:04 PM
To: mutt-users@xxxxxxxx
Subject: Re: MAIL getting queued only

Hi,

* Kataria, Sunil wrote:

> When I send mail using the following command

> /usr/local/bin/mutt -e 'set content_type="text/html"' -a
"/usr/ud/FirstBag/REPORT/TotalBags_15036_81JA.xls" -c "" -b "" -s
"Report Total Bags CX162 01 Mar 2009" "sunil.kataria@xxxxxxxxxxxxx" <
"/usr/ud/FirstBag/REPORT/BODYJON"

What version of mutt do you use? Check the mutt manpage for how to use
it, the handling of -a parameter was changed some time ago in a way that
requires you to adjust that call.

> This results the mail queued in /var/spool/clientmqueue directory -
> from there it never move to the mail server.

So, when mutt actually sends the message, it cannot do anything about it
if the delivery tool doesn't report an error. In your case, then the
message is in /var/..., it seems it didn't. So there's no reason for
mutt to further investigate.

You need to look at server logfiles about they're being held back.

Rocco