Re: sendmail problems

2007-10-19 Thread Giorgos Keramidas
On 2007-10-19 00:23, Steve Bertrand [EMAIL PROTECTED] wrote:
Duane Winner wrote:
 Hello,

 I need help to resolve a problem with my sendmail server.

 Usually when 'sendmail' is in a subject line, one can usually expect
 Giorgos respond :)

Thanks Steve, I'm honored by the confidence :)

I've been having network connectivity issues and fell a lot back in my
email backlog.  I'm back online, with a better setup now, so things will
start improving I guess.

 This is not a Sendmail issue, per-se.

You are right about that.  The original email by Duane Winner said:

I need help to resolve a problem with my sendmail server.

In my /var/log/maillog, I've been seeing:

sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com
[69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during connection
to IPv4

This usually means that there is an incoming connection from the host
outbound-mail-10.bluehost.com, whose IP address is 69.89.17.210, but the
connection was lost before the host managed to issue any commands to
deliver email, query for alias expansion, and so on.

Whenever I've seen this happening, it is usually some sort of network
setup error, broken routing, a misconfigured router in the path between
the originating host (outbound-mail-10.bluehost.com) and Sendmail, or
something similar.

 If we can take this back one step to re-evaluate the entire situation
 it may help:

 - what is the domain you are seeing issues with (are there more than
   one? If so, are they on the same box/IP?)
 - what IP is this domain's mail operating on
 - examples of domains you see problems with, and examples of those you don't
 - is it only mailing lists you have problems with
 - do you receive this email I am sending on the problematic server

 Do you have another site that you can confirm working/not working?

Good points :)

Duane, can you respond to the questions of Steve above?  They will at
least provide us with hints to start troubleshooting this better.

- Giorgos

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2007-10-18 Thread Derek Ragona

At 01:27 PM 10/18/2007, Duane Winner wrote:

Derek Ragona wrote:
 At 06:15 PM 10/17/2007, Duane Winner wrote:
 Derek Ragona wrote:
  At 04:07 PM 10/17/2007, Duane Winner wrote:
  Hello,
 
  I need help to resolve a problem with my sendmail server.
 
  In my /var/log/maillog, I've been seeing:
 
  sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com
  [69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during connection to
  IPv4
 
  I use this server to manage mailman lists, so I knew something was
 wrong
  when I started notice that my own list posts (using a bluehost.com
  account) were not showing up.
  So I looked in the logs and noticed the above.
 
  At first I thought it might be bluehost.com acting up again, but then
  tried to send mail from a gmail.com account. Same thing:
 
  sm-mta[1785]: l9H4OdFq001785: py-out-1112.google.com [64.233.166.176]
  did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4
 
 
  It accepts fine from my company's external email server (different
  domain, different network), and also accepts from my att.net email
  account, and many others who post to my lists.
 
  I'm not sure where to even begin looking. Any help appreciated!
 
  -DW
 
  Are you running only IPv4?  or are you running IPv6?  Or both?

 IPv4 only. When I restart sendmail, I get the following output, which if
 I'm interpreting correctly, means that sendmail isn't going to try to
 use IPv6 when it's running:

 Oct 17 19:13:23 mymailserver sm-mta[33703]: starting daemon (8.13.6):
 [EMAIL PROTECTED]:30:00
 Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
 opendaemonsocket: daemon IPv6: can't create server SMTP socket: Protocol
 not supported
 Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
 opendaemonsocket: daemon IPv6: optional socket disabled
 Oct 17 19:13:23 mymailserver sm-msp-queue[33707]: starting daemon
 (8.13.6): [EMAIL PROTECTED]:30:00

 It looks like you are trying to run sendmail on IPv6.  You can turn on
 or off support for IPv6 in the DaemonPortOptions in your *.cf files in
 /etc/mail.  I would check those and also check your IP stack
 configuration doing:
 ifconfig -a

Still broken; I disabled IPv6 in my cf's, and sendmail doesn't even try
to listen on IPv6 now when I restart it.
I don't think it did anyway before, it was just trying to but I don't
have IPv6 in my stack since I disable it in the kernel config, so it
just ignored ipv6 after startup.

I think something else is going on. The weird thing is that it's just
certain mail hosts that it's rejecting.


Check the DNS forward and reverse of the rejected hosts.  It may be a DNS 
issue.


-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2007-10-18 Thread Duane Winner
Derek Ragona wrote:
 At 06:15 PM 10/17/2007, Duane Winner wrote:
 Derek Ragona wrote:
  At 04:07 PM 10/17/2007, Duane Winner wrote:
  Hello,
 
  I need help to resolve a problem with my sendmail server.
 
  In my /var/log/maillog, I've been seeing:
 
  sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com
  [69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during connection to
  IPv4
 
  I use this server to manage mailman lists, so I knew something was
 wrong
  when I started notice that my own list posts (using a bluehost.com
  account) were not showing up.
  So I looked in the logs and noticed the above.
 
  At first I thought it might be bluehost.com acting up again, but then
  tried to send mail from a gmail.com account. Same thing:
 
  sm-mta[1785]: l9H4OdFq001785: py-out-1112.google.com [64.233.166.176]
  did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4
 
 
  It accepts fine from my company's external email server (different
  domain, different network), and also accepts from my att.net email
  account, and many others who post to my lists.
 
  I'm not sure where to even begin looking. Any help appreciated!
 
  -DW
 
  Are you running only IPv4?  or are you running IPv6?  Or both?

 IPv4 only. When I restart sendmail, I get the following output, which if
 I'm interpreting correctly, means that sendmail isn't going to try to
 use IPv6 when it's running:

 Oct 17 19:13:23 mymailserver sm-mta[33703]: starting daemon (8.13.6):
 [EMAIL PROTECTED]:30:00
 Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
 opendaemonsocket: daemon IPv6: can't create server SMTP socket: Protocol
 not supported
 Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
 opendaemonsocket: daemon IPv6: optional socket disabled
 Oct 17 19:13:23 mymailserver sm-msp-queue[33707]: starting daemon
 (8.13.6): [EMAIL PROTECTED]:30:00

 It looks like you are trying to run sendmail on IPv6.  You can turn on
 or off support for IPv6 in the DaemonPortOptions in your *.cf files in
 /etc/mail.  I would check those and also check your IP stack
 configuration doing:
 ifconfig -a

Still broken; I disabled IPv6 in my cf's, and sendmail doesn't even try
to listen on IPv6 now when I restart it.
I don't think it did anyway before, it was just trying to but I don't
have IPv6 in my stack since I disable it in the kernel config, so it
just ignored ipv6 after startup.

I think something else is going on. The weird thing is that it's just
certain mail hosts that it's rejecting.





 -Derek

 -- 
 This message has been scanned for viruses and
 dangerous content by *MailScanner* http://www.mailscanner.info/, and is
 believed to be clean.
 MailScanner thanks transtec Computers http://www.transtec.co.uk/ for
 their support. 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2007-10-18 Thread Duane Winner
Derek Ragona wrote:
 At 01:27 PM 10/18/2007, Duane Winner wrote:
 Derek Ragona wrote:
  At 06:15 PM 10/17/2007, Duane Winner wrote:
  Derek Ragona wrote:
   At 04:07 PM 10/17/2007, Duane Winner wrote:
   Hello,
  
   I need help to resolve a problem with my sendmail server.
  
   In my /var/log/maillog, I've been seeing:
  
   sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com
   [69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during
 connection to
   IPv4
  
   I use this server to manage mailman lists, so I knew something was
  wrong
   when I started notice that my own list posts (using a bluehost.com
   account) were not showing up.
   So I looked in the logs and noticed the above.
  
   At first I thought it might be bluehost.com acting up again,
 but then
   tried to send mail from a gmail.com account. Same thing:
  
   sm-mta[1785]: l9H4OdFq001785: py-out-1112.google.com
 [64.233.166.176]
   did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4
  
  
   It accepts fine from my company's external email server (different
   domain, different network), and also accepts from my att.net email
   account, and many others who post to my lists.
  
   I'm not sure where to even begin looking. Any help appreciated!
  
   -DW
  
   Are you running only IPv4?  or are you running IPv6?  Or both?
 
  IPv4 only. When I restart sendmail, I get the following output,
 which if
  I'm interpreting correctly, means that sendmail isn't going to try to
  use IPv6 when it's running:
 
  Oct 17 19:13:23 mymailserver sm-mta[33703]: starting daemon (8.13.6):
  [EMAIL PROTECTED]:30:00
  Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
  opendaemonsocket: daemon IPv6: can't create server SMTP socket:
 Protocol
  not supported
  Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
  opendaemonsocket: daemon IPv6: optional socket disabled
  Oct 17 19:13:23 mymailserver sm-msp-queue[33707]: starting daemon
  (8.13.6): [EMAIL PROTECTED]:30:00
 
  It looks like you are trying to run sendmail on IPv6.  You can turn on
  or off support for IPv6 in the DaemonPortOptions in your *.cf files in
  /etc/mail.  I would check those and also check your IP stack
  configuration doing:
  ifconfig -a

 Still broken; I disabled IPv6 in my cf's, and sendmail doesn't even try
 to listen on IPv6 now when I restart it.
 I don't think it did anyway before, it was just trying to but I don't
 have IPv6 in my stack since I disable it in the kernel config, so it
 just ignored ipv6 after startup.

 I think something else is going on. The weird thing is that it's just
 certain mail hosts that it's rejecting.

 Check the DNS forward and reverse of the rejected hosts.  It may be a
 DNS issue.

 -Derek

Can't find much wrong with DNS:

FYI: I had dnsbl enabled (which worked fine for the past couple years on
this server), but disabled that too, and still no luck.

dig -x 69.89.18.10

;  DiG 9.3.2  -x 69.89.18.10
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 48077
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2

;; QUESTION SECTION:
;10.18.89.69.in-addr.arpa.  IN  PTR

;; ANSWER SECTION:
10.18.89.69.in-addr.arpa. 86279 IN  PTR
outbound-mail-41.bluehost.com.

;; AUTHORITY SECTION:
18.89.69.in-addr.arpa.  86279   IN  NS  ns3.bluehost.com.
18.89.69.in-addr.arpa.  86279   IN  NS  ns1.bluehost.com.
18.89.69.in-addr.arpa.  86279   IN  NS  ns2.bluehost.com.

;; ADDITIONAL SECTION:
ns1.bluehost.com.   171739  IN  A   74.220.195.31
ns2.bluehost.com.   171739  IN  A   69.89.16.4

;; Query time: 0 msec
;; SERVER: 10.20.237.8#53(10.20.237.8)
;; WHEN: Thu Oct 18 15:05:42 2007
;; MSG SIZE  rcvd: 171



dig -x 64.233.166.177

;  DiG 9.3.2  -x 64.233.166.177
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 30043
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;177.166.233.64.in-addr.arpa.   IN  PTR

;; ANSWER SECTION:
177.166.233.64.in-addr.arpa. 85685 IN   PTR py-out-1112.google.com.

;; AUTHORITY SECTION:
166.233.64.in-addr.arpa. 85304  IN  NS  ns1.google.com.
166.233.64.in-addr.arpa. 85304  IN  NS  ns2.google.com.
166.233.64.in-addr.arpa. 85304  IN  NS  ns3.google.com.
166.233.64.in-addr.arpa. 85304  IN  NS  ns4.google.com.

;; ADDITIONAL SECTION:
ns1.google.com. 171704  IN  A   216.239.32.10
ns2.google.com. 171704  IN  A   216.239.34.10
ns3.google.com. 171704  IN  A   216.239.36.10
ns4.google.com. 171704  IN  A   216.239.38.10

;; Query time: 0 msec
;; SERVER: 10.20.237.8#53(10.20.237.8)
;; WHEN: Thu Oct 18 15:07:09 2007
;; MSG SIZE  rcvd: 217


 -- 
 This message has been scanned for viruses and
 dangerous content by *MailScanner* http://www.mailscanner.info/, and is
 believed to be clean.
 MailScanner 

Re: sendmail problems

2007-10-18 Thread Derek Ragona

At 02:09 PM 10/18/2007, Duane Winner wrote:

Derek Ragona wrote:
 At 01:27 PM 10/18/2007, Duane Winner wrote:
 Derek Ragona wrote:
  At 06:15 PM 10/17/2007, Duane Winner wrote:
  Derek Ragona wrote:
   At 04:07 PM 10/17/2007, Duane Winner wrote:
   Hello,
  
   I need help to resolve a problem with my sendmail server.
  
   In my /var/log/maillog, I've been seeing:
  
   sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com
   [69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during
 connection to
   IPv4
  
   I use this server to manage mailman lists, so I knew something was
  wrong
   when I started notice that my own list posts (using a bluehost.com
   account) were not showing up.
   So I looked in the logs and noticed the above.
  
   At first I thought it might be bluehost.com acting up again,
 but then
   tried to send mail from a gmail.com account. Same thing:
  
   sm-mta[1785]: l9H4OdFq001785: py-out-1112.google.com
 [64.233.166.176]
   did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4
  
  
   It accepts fine from my company's external email server (different
   domain, different network), and also accepts from my att.net email
   account, and many others who post to my lists.
  
   I'm not sure where to even begin looking. Any help appreciated!
  
   -DW
  
   Are you running only IPv4?  or are you running IPv6?  Or both?
 
  IPv4 only. When I restart sendmail, I get the following output,
 which if
  I'm interpreting correctly, means that sendmail isn't going to try to
  use IPv6 when it's running:
 
  Oct 17 19:13:23 mymailserver sm-mta[33703]: starting daemon (8.13.6):
  [EMAIL PROTECTED]:30:00
  Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
  opendaemonsocket: daemon IPv6: can't create server SMTP socket:
 Protocol
  not supported
  Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
  opendaemonsocket: daemon IPv6: optional socket disabled
  Oct 17 19:13:23 mymailserver sm-msp-queue[33707]: starting daemon
  (8.13.6): [EMAIL PROTECTED]:30:00
 
  It looks like you are trying to run sendmail on IPv6.  You can turn on
  or off support for IPv6 in the DaemonPortOptions in your *.cf files in
  /etc/mail.  I would check those and also check your IP stack
  configuration doing:
  ifconfig -a

 Still broken; I disabled IPv6 in my cf's, and sendmail doesn't even try
 to listen on IPv6 now when I restart it.
 I don't think it did anyway before, it was just trying to but I don't
 have IPv6 in my stack since I disable it in the kernel config, so it
 just ignored ipv6 after startup.

 I think something else is going on. The weird thing is that it's just
 certain mail hosts that it's rejecting.

 Check the DNS forward and reverse of the rejected hosts.  It may be a
 DNS issue.

 -Derek

Can't find much wrong with DNS:

FYI: I had dnsbl enabled (which worked fine for the past couple years on
this server), but disabled that too, and still no luck.

dig -x 69.89.18.10

;  DiG 9.3.2  -x 69.89.18.10
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 48077
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2

;; QUESTION SECTION:
;10.18.89.69.in-addr.arpa.  IN  PTR

;; ANSWER SECTION:
10.18.89.69.in-addr.arpa. 86279 IN  PTR
outbound-mail-41.bluehost.com.

;; AUTHORITY SECTION:
18.89.69.in-addr.arpa.  86279   IN  NS  ns3.bluehost.com.
18.89.69.in-addr.arpa.  86279   IN  NS  ns1.bluehost.com.
18.89.69.in-addr.arpa.  86279   IN  NS  ns2.bluehost.com.

;; ADDITIONAL SECTION:
ns1.bluehost.com.   171739  IN  A   74.220.195.31
ns2.bluehost.com.   171739  IN  A   69.89.16.4

;; Query time: 0 msec
;; SERVER: 10.20.237.8#53(10.20.237.8)
;; WHEN: Thu Oct 18 15:05:42 2007
;; MSG SIZE  rcvd: 171



dig -x 64.233.166.177

;  DiG 9.3.2  -x 64.233.166.177
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 30043
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;177.166.233.64.in-addr.arpa.   IN  PTR

;; ANSWER SECTION:
177.166.233.64.in-addr.arpa. 85685 IN   PTR py-out-1112.google.com.

;; AUTHORITY SECTION:
166.233.64.in-addr.arpa. 85304  IN  NS  ns1.google.com.
166.233.64.in-addr.arpa. 85304  IN  NS  ns2.google.com.
166.233.64.in-addr.arpa. 85304  IN  NS  ns3.google.com.
166.233.64.in-addr.arpa. 85304  IN  NS  ns4.google.com.

;; ADDITIONAL SECTION:
ns1.google.com. 171704  IN  A   216.239.32.10
ns2.google.com. 171704  IN  A   216.239.34.10
ns3.google.com. 171704  IN  A   216.239.36.10
ns4.google.com. 171704  IN  A   216.239.38.10

;; Query time: 0 msec
;; SERVER: 10.20.237.8#53(10.20.237.8)
;; WHEN: Thu Oct 18 15:07:09 2007
;; MSG SIZE  rcvd: 217



I would try up-ing the logging for sendmail and see what the logs show with 
one of these rejects.  I usually add:

-O 

Re: sendmail problems

2007-10-18 Thread Steve Bertrand
Duane Winner wrote:
 Hello,
 
 I need help to resolve a problem with my sendmail server.

Usually when 'sendmail' is in a subject line, one can usually expect
Giorgos respond :)

This is not a Sendmail issue, per-se.

If we can take this back one step to re-evaluate the entire situation it
may help:

- what is the domain you are seeing issues with (are there more than
one? If so, are they on the same box/IP?)
- what IP is this domain's mail operating on
- examples of domains you see problems with, and examples of those you don't
- is it only mailing lists you have problems with
- do you receive this email I am sending on the problematic server

Do you have another site that you can confirm working/not working?

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail problems

2007-10-17 Thread Duane Winner
Hello,

I need help to resolve a problem with my sendmail server.

In my /var/log/maillog, I've been seeing:

sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com
[69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4

I use this server to manage mailman lists, so I knew something was wrong
when I started notice that my own list posts (using a bluehost.com
account) were not showing up.
So I looked in the logs and noticed the above.

At first I thought it might be bluehost.com acting up again, but then
tried to send mail from a gmail.com account. Same thing:

sm-mta[1785]: l9H4OdFq001785: py-out-1112.google.com [64.233.166.176]
did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4


It accepts fine from my company's external email server (different
domain, different network), and also accepts from my att.net email
account, and many others who post to my lists.

I'm not sure where to even begin looking. Any help appreciated!

-DW

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2007-10-17 Thread Derek Ragona

At 04:07 PM 10/17/2007, Duane Winner wrote:

Hello,

I need help to resolve a problem with my sendmail server.

In my /var/log/maillog, I've been seeing:

sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com
[69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4

I use this server to manage mailman lists, so I knew something was wrong
when I started notice that my own list posts (using a bluehost.com
account) were not showing up.
So I looked in the logs and noticed the above.

At first I thought it might be bluehost.com acting up again, but then
tried to send mail from a gmail.com account. Same thing:

sm-mta[1785]: l9H4OdFq001785: py-out-1112.google.com [64.233.166.176]
did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4


It accepts fine from my company's external email server (different
domain, different network), and also accepts from my att.net email
account, and many others who post to my lists.

I'm not sure where to even begin looking. Any help appreciated!

-DW


Are you running only IPv4?  or are you running IPv6?  Or both?

-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2007-10-17 Thread Duane Winner
Derek Ragona wrote:
 At 04:07 PM 10/17/2007, Duane Winner wrote:
 Hello,

 I need help to resolve a problem with my sendmail server.

 In my /var/log/maillog, I've been seeing:

 sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com
 [69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during connection to
 IPv4

 I use this server to manage mailman lists, so I knew something was wrong
 when I started notice that my own list posts (using a bluehost.com
 account) were not showing up.
 So I looked in the logs and noticed the above.

 At first I thought it might be bluehost.com acting up again, but then
 tried to send mail from a gmail.com account. Same thing:

 sm-mta[1785]: l9H4OdFq001785: py-out-1112.google.com [64.233.166.176]
 did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4


 It accepts fine from my company's external email server (different
 domain, different network), and also accepts from my att.net email
 account, and many others who post to my lists.

 I'm not sure where to even begin looking. Any help appreciated!

 -DW

 Are you running only IPv4?  or are you running IPv6?  Or both?

IPv4 only. When I restart sendmail, I get the following output, which if
I'm interpreting correctly, means that sendmail isn't going to try to
use IPv6 when it's running:

Oct 17 19:13:23 mymailserver sm-mta[33703]: starting daemon (8.13.6):
[EMAIL PROTECTED]:30:00
Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon IPv6: can't create server SMTP socket: Protocol
not supported
Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon IPv6: optional socket disabled
Oct 17 19:13:23 mymailserver sm-msp-queue[33707]: starting daemon
(8.13.6): [EMAIL PROTECTED]:30:00





 -Derek


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2007-10-17 Thread Derek Ragona

At 06:15 PM 10/17/2007, Duane Winner wrote:

Derek Ragona wrote:
 At 04:07 PM 10/17/2007, Duane Winner wrote:
 Hello,

 I need help to resolve a problem with my sendmail server.

 In my /var/log/maillog, I've been seeing:

 sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com
 [69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during connection to
 IPv4

 I use this server to manage mailman lists, so I knew something was wrong
 when I started notice that my own list posts (using a bluehost.com
 account) were not showing up.
 So I looked in the logs and noticed the above.

 At first I thought it might be bluehost.com acting up again, but then
 tried to send mail from a gmail.com account. Same thing:

 sm-mta[1785]: l9H4OdFq001785: py-out-1112.google.com [64.233.166.176]
 did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4


 It accepts fine from my company's external email server (different
 domain, different network), and also accepts from my att.net email
 account, and many others who post to my lists.

 I'm not sure where to even begin looking. Any help appreciated!

 -DW

 Are you running only IPv4?  or are you running IPv6?  Or both?

IPv4 only. When I restart sendmail, I get the following output, which if
I'm interpreting correctly, means that sendmail isn't going to try to
use IPv6 when it's running:

Oct 17 19:13:23 mymailserver sm-mta[33703]: starting daemon (8.13.6):
[EMAIL PROTECTED]:30:00
Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon IPv6: can't create server SMTP socket: Protocol
not supported
Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon IPv6: optional socket disabled
Oct 17 19:13:23 mymailserver sm-msp-queue[33707]: starting daemon
(8.13.6): [EMAIL PROTECTED]:30:00


It looks like you are trying to run sendmail on IPv6.  You can turn on or 
off support for IPv6 in the DaemonPortOptions in your *.cf files in 
/etc/mail.  I would check those and also check your IP stack configuration 
doing:

ifconfig -a

-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


strange sendmail problems

2007-08-30 Thread Thierry Lacoste
Hello,

I experienced a strange problem with sendmail on FreeBSD 6.1
which happened during a routing problem on a network which
isolated my network from the outside.

On five out of seven boxes my logs started to show (capital names
used to hide real ones) :

Aug 30 15:53:13 MYHOST sm-mta[6247]: l7UAqbOp091438: [EMAIL PROTECTED], 
delay=03:00:00, xdelay=00:00:00, mailer=esmtp, pri=618410, 
relay=MYMAILER.MYDOMAIN., dsn=4.0.0, stat=Deferred: Name server: 
MYMAILER.MYDOMAIN.: host name lookup failure

Running an MX query with nslookup on MYHOST was correctly giving
MYDOMAIN   mail exchanger = 1 MYMAILER.MYDOMAIN.
and 'host MYMAILER.MYDOMAIN' was correctly resolving the name.

The problem did not show up on two boxes.

All boxes run 6.1 and have default sendmail configurations.
The only difference that I can see is that the two unaffected boxes
run dhclient while the affected ones have static IP but I don't how
it could affect the issue.

Any idea what could explain this?

Regards,
Thierry.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail problems on FBSD-6.1-R

2007-07-04 Thread luizbcampos

Hi...after I had nearly setup my localhost to enable sendmail on my
box, I got the message when I try to restart it:


restarting/var/run/sendmail.pid not found sendmail-clientmqueue
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail problems on FBSD-6.1-R

2007-07-04 Thread luizbcampos

Dear Sirs


After I had nearly setup sendmail on my localhost I got the following
messages when I try to restart it:

#make restart

Starting: sendmail554 5.0.0 /etc/mail/sendmail.cf: line 66 unknown
configuration line 

sendmail-clientmqueue-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Sendmail problems on FBSD-6.1-R

2007-07-04 Thread Ted Mittelstaedt
Do the following:

cd /etc/mail
rm *.cf
make install
make start

Your sendmail.cf file is generated from a *.mc file in
that directory.  It sounds like you have been editing
the sendmail.cf file directly which is not what your
supposed to be doing.

Ted

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 [EMAIL PROTECTED]
 Sent: Wednesday, July 04, 2007 7:58 AM
 To: freebsd-questions@freebsd.org
 Subject: Sendmail problems on FBSD-6.1-R


  Dear Sirs


  After I had nearly setup sendmail on my localhost I got the following
 messages when I try to restart it:

 #make restart

 Starting: sendmail554 5.0.0 /etc/mail/sendmail.cf: line 66 unknown
 configuration line 
 
 sendmail-clientmqueue-
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SSH and Sendmail problems w/ld-elf.so.1 after upgrade

2007-07-02 Thread William R. Dickson

Greetings,

Last night, I performed a binary upgrade on two servers from 4.11 to  
6.2. Both servers appeared to have identical configurations, apart  
from small differences like perl modules and the like. I built one of  
them myself a few years ago; a former co-worker built the other while  
I was on vacation, and I have no way to reach him to determine what  
he may have done differently.


Both upgrades appeared to work without any trouble. The server I  
originally built is operating normally. The server my former co- 
worker built is having problems with SSH and Sendmail (and possibly  
other things I haven't yet discovered).


Attempting to ssh into the new box results in:

  ssh: connect to host localhost port 22: Connection refused

Watching ssh -d I see:

  debug1: sshd version OpenSSH_4.5p1 FreeBSD-20061110
  debug1: read PEM private key done: type DSA
  debug1: private host key: #0 type 2 DSA
  debug1: rexec_argv[0]='/usr/sbin/sshd'
  debug1: rexec_argv[1]='-d'
  debug1: Bind to port 22 on ::.
  Server listening on :: port 22.
  debug1: Bind to port 22 on 0.0.0.0.
  Server listening on 0.0.0.0 port 22.
  debug1: fd 5 clearing O_NONBLOCK
  debug1: Server will not fork when running in debugging mode.
  debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
  debug1: inetd sockets after dupping: 3, 3
  /libexec/ld-elf.so.1: /usr/sbin/sshd: Undefined symbol __res_state

Running sendmail I get:

  # sendmail -v
  /libexec/ld-elf.so.1: sendmail: Undefined symbol __res_state

I get the same error when attempting to build openssh from ports.  
Building openssl works fine.


Any suggestions would be appreciated!

Thanks,

-Bill
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2005-06-04 Thread P.U.Kruppa

On Fri, 3 Jun 2005, John Larson wrote:


I am trying to configure sendmail. I have a lan in my
room with a personal freebsd 4.11 apache2 web server
with one client machine connected directly to it. when
I use a form to send mail to the server it is marked
as undeliverable to the username and ends up someplace
I can't find. when I log in it says I have mail but
when I try to access it using mail it says no mail.
John Larson
[EMAIL PROTECTED]


Since sendmail is very complex: Did you have a look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail.html
???

Regards,

Uli.

*
* Peter Ulrich Kruppa - Wuppertal - Germany * 
*

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail problems

2005-06-03 Thread John Larson
I am trying to configure sendmail. I have a lan in my
room with a personal freebsd 4.11 apache2 web server
with one client machine connected directly to it. when
I use a form to send mail to the server it is marked
as undeliverable to the username and ends up someplace
I can't find. when I log in it says I have mail but
when I try to access it using mail it says no mail. 
John Larson
[EMAIL PROTECTED]



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2004-05-18 Thread Andri Kok
yikes... the problem is solved now. Thx a lot for the great help =)
regards,
Andri

From: [EMAIL PROTECTED]
To: Vulpes Velox [EMAIL PROTECTED]
CC: Andri Kok [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: sendmail problems
Date: Mon, 17 May 2004 23:17:19 +0200
 This means you don't have a fully qualified domain name on that box.
 Put it in using hostname in rc.conf, hosts, or what ever does your
 dns.
You actually need to do both - set a hostname in your /etc/rc.conf (using
hostname=what.ev.er) and then resolve that through your /etc/hosts -
follow the example entries.
Both config files have their own man pages.
Cheers, J.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
_
What's your house worth? Click here to find out:  
http://www.ninemsn.realestate.com.au

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail problems

2004-05-17 Thread Andri Kok
Hi gurus,
I don't know wether this problem have come up beore, so here it goes... 
After a fresh installing and rebooting, the sendmail takes around 1 min and 
10 sec to load. Then everytime it starts up, it takes the same amount of 
time to load. Is that normal? The hardware is a PIII 500 with 256MB of ram. 
I'm asking this because I'm not encountering this with my FreeBSD laptop. 
TIA guys =)

Btw, FreeBSD = FreeBSD4.9 - JPSNAP (latest stable snapshot at that time)
Thx.
Regards,
Andri
_
Get Extra Storage in 10MB, 25MB, 50MB and 100MB options now! Go to  
http://join.msn.com/?pgmarket=en-aupage=hotmail/es2

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2004-05-17 Thread Matthew Seaman
On Tue, May 18, 2004 at 05:01:09AM +1000, Andri Kok wrote:

 I don't know wether this problem have come up beore, so here it goes... 
 After a fresh installing and rebooting, the sendmail takes around 1 min and 
 10 sec to load. Then everytime it starts up, it takes the same amount of 
 time to load. Is that normal? The hardware is a PIII 500 with 256MB of ram. 
 I'm asking this because I'm not encountering this with my FreeBSD laptop. 
 TIA guys =)

FAQ.  Sendmail is trying to get the FQDN for all of your network
interfaces, but the appropriate data is not available in the DNS,
which forces sendmail to wait for the entire DNS timeout (30s per
server usually) in order to confirm that.  If you look at
/var/log/maillog you will see that sendmail says as much in its log
output.  Reading the system log should be just about your *first*
response to a daemon process misbehaving.

Either get the correct data entered into the DNS or put domain names
-- that is with at least one dot in the name -- into /etc/hosts.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpLWLMNwXCPr.pgp
Description: PGP signature


Re: sendmail problems

2004-05-17 Thread Vulpes Velox
On Tue, 18 May 2004 05:01:09 +1000
Andri Kok [EMAIL PROTECTED] wrote:

 Hi gurus,
 
 I don't know wether this problem have come up beore, so here it
 goes... After a fresh installing and rebooting, the sendmail takes
 around 1 min and 10 sec to load. Then everytime it starts up, it
 takes the same amount of time to load. Is that normal? The hardware
 is a PIII 500 with 256MB of ram. I'm asking this because I'm not
 encountering this with my FreeBSD laptop. TIA guys =)

This means you don't have a fully qualified domain name on that box.
Put it in using hostname in rc.conf, hosts, or what ever does your
dns.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail problems

2004-05-17 Thread jan . muenther

 This means you don't have a fully qualified domain name on that box.
 Put it in using hostname in rc.conf, hosts, or what ever does your
 dns.

You actually need to do both - set a hostname in your /etc/rc.conf (using
hostname=what.ev.er) and then resolve that through your /etc/hosts -
follow the example entries. 

Both config files have their own man pages. 

Cheers, J.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 4.8-STABLE + UW-IMAP + Sendmail problems.

2003-09-18 Thread Steven Wiltshire
Hi,

I run what has, until recently, been a fairly stable and reliable mail 
server setup. On about the 12th of September, the server and its DNS was 
offline due to a large DDoS. When the machine came alive again, 
everything appeared to be working fine. Currently, another almost 
identical server that was also similarly affected by the DDoS is 
functioning perfectly.

On the 14th, users suddenly started having troubles checking their email 
using POP3. Login attempts would time out. Investigation of 
/var/log/maillog showed several interesting messages, such as (of 
course, hostnames and IP addresses have been changed):

Sep 18 09:58:10 wgservices ipop3d[10310]: Command stream end of file 
while reading line user=stan host=[10.0.0.22]

Sep 18 15:06:45 wgservices ipop3d[13566]: Auth user=wgs host=[10.0.0.12] 
nmsgs=0/0
Sep 18 15:06:45 wgservices ipop3d[13566]: Connection reset by peer while 
reading line user=wgs host=[10.0.0.12]

Sep 18 09:37:11 wgservices ipop3d[10060]: Error opening or locking INBOX 
user=wgs host=UNKNOWN
Sep 18 09:37:11 wgservices ipop3d[10060]: Login user=wgs host=UNKNOWN no 
mailbox
Sep 18 09:37:11 wgservices ipop3d[10060]: Logout user=wgs host=UNKNOWN 
nmsgs=5 ndele=0

The confusing thing for me is that other users, such as myself, can 
check their mail using POP3 perfectly. Only some accounts seem to be 
unable to do so. I tried looking for and removing lock files, checking 
disk-free space, installing and using qpopper, and even went as far as 
removing one user's account and readding it - but this had no impact on 
the problem. Why ipop3d seems unable to determine the host of a machine 
on the LAN is a bit puzzling - it should be 10.0.0.22.

When I telnet to the POP3 server from a remote site, I appear to be able 
to access it normally:

Trying 150.101.whatever...
Connected to mail.whatever.com
Escape character is ''.
+OK POP3 whatever.com v2003.83 server ready
user wgs
+OK User name accepted, password please
pass correctpassword
+OK Mailbox open, 0 messages
quit
+OK Sayonara
Connection closed by foreign host.
Does anyone have any ideas what this problem is caused by and how it can 
be fixed? We're using Sendmail in conjunction with Mailscanner, Sophos 
antivirus, and Spamassassin, and the Eudora and Mozilla mail clients. 
Several machines check the same accounts (rather than having an alias - 
not my ideal, but I'm just the monkey that does what's asked). 
Apparently, similar problems can be caused by clients such as Outlook 
Express (which we don't use) failing to disconnect cleanly from the 
server, or something like that.

Thanks,

--Steven

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail problems with a Verizon relay

2002-11-15 Thread Louis LeBlanc
Hey all.  I recently got some great help here setting up sendmail to
authorize against my ISP mail relay.  The problem I am just noticing
is that when I send mail, it looks like the Reply-To: or From header
is getting rewritten.  Take a look at it in this message.  The
Reply-To: header should say [EMAIL PROTECTED] The From:
header should say [EMAIL PROTECTED]  Chances are it says
[EMAIL PROTECTED]  This is the behavior I'm trying
to fix.  I don't know if it's in my sendmail.mc or at the verizon
relay.

Here are the relevant parts (I think) of my sendmail.mc:

FEATURE(relay_based_on_MX)
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
FEATURE(`nocanonify')

TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
define(`SMART_HOST', `smtp:outgoing.verizon.net')
MASQUERADE_AS(outgoing.verizon.net)
FEATURE(masquerade_envelope)
FEATURE(`authinfo', `hash -o /etc/mail/authinfo')

Anyone have any ideas?
TIA
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

filibuster, n.:
  Throwing your wait around.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Sendmail problems with a Verizon relay

2002-11-15 Thread Louis LeBlanc
Uh, I think I found the problem.  Very silly to be telling sendmail to
Masquerade as outgoing.verizon.net when I don't want to masquerade as
outgoing.verizon.net.
I simply changed this line:
MASQUERADE_AS(outgoing.verizon.net)
to this:
dnl MASQUERADE_AS(outgoing.verizon.net)
effectively removing it from sendmail.mc.  Rebuild sendmail.cf and
restart sendmail, and that's it.

I hope this helps someone else avoid the same silly mistake.
Lou

On 11/15/02 10:28 AM, Louis LeBlanc sat at the `puter and typed:
 Hey all.  I recently got some great help here setting up sendmail to
 authorize against my ISP mail relay.  The problem I am just noticing
 is that when I send mail, it looks like the Reply-To: or From header
 is getting rewritten.  Take a look at it in this message.  The
 Reply-To: header should say [EMAIL PROTECTED] The From:
 header should say [EMAIL PROTECTED]  Chances are it says
 [EMAIL PROTECTED]  This is the behavior I'm trying
 to fix.  I don't know if it's in my sendmail.mc or at the verizon
 relay.
 
 Here are the relevant parts (I think) of my sendmail.mc:
 
 FEATURE(relay_based_on_MX)
 FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
 FEATURE(`nocanonify')
 
 TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
 define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
 define(`SMART_HOST', `smtp:outgoing.verizon.net')
 MASQUERADE_AS(outgoing.verizon.net)
 FEATURE(masquerade_envelope)
 FEATURE(`authinfo', `hash -o /etc/mail/authinfo')
 
 Anyone have any ideas?
 TIA
 Lou
 -- 
 Louis LeBlanc   [EMAIL PROTECTED]
 Fully Funded Hobbyist, KeySlapper Extrordinaire :)
 http://www.keyslapper.org ԿԬ
 
 filibuster, n.:
   Throwing your wait around.
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 

-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

Peace, n.:
  In international affairs, a period of cheating between two
  periods of fighting.
-- Ambrose Bierce, The Devil's Dictionary

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message