> From owner-freebsd-questi...@freebsd.org Thu Jan 10 17:04:06 2013
> From: Robert Huff
> Date: Thu, 10 Jan 2013 18:00:42 -0500
> To: freebsd-questions@freebsd.org
> Subject: Re: sendmail not working
>
>
> Karl Vogel writes:
>
> > R> After looking into
Karl Vogel writes:
> R> After looking into several things, I can now send mail successfully.
> R> However, delivery to local mailboxes is still blocked. sm-mta reports
> R> "accepting connections", but maillog is still full of:
> R> jerusalem sm-mta[28896]: r05KsfdB048780: smtpquit: mailer
>> On Thu, 10 Jan 2013 11:30:01 -0500,
>> Robert Huff said:
R> After looking into several things, I can now send mail successfully.
R> However, delivery to local mailboxes is still blocked. sm-mta reports
R> "accepting connections", but maillog is still full of:
R> jerusalem sm-mta[28896]: r0
On 1/8/2013 2:04 PM, Robert Bonomi wrote:
> WHAT HAPPENS when you 'telnet' to your mailserver port(s) and try
> doing smtp transaction(s) manually?
I don't get the SMTP prompt.
"Insufficient data"
a) does telnet say "connected"?
Yes.
b) if yes, how long did you wait fo
Progress has been made.
After looking into several things, I can now send mail successfully.
However, delivery to local mailboxes is still blocked. sm-mta reports
"accepting connections", but maillog is still full of:
jerusalem sm-mta[28896]: r05KsfdB048780: smtpquit: mailer
> From owner-freebsd-questi...@freebsd.org Tue Jan 8 11:12:57 2013
> Date: Tue, 08 Jan 2013 12:09:36 -0500
> From: Robert Huff
> To: Robert Bonomi
> Subject: Re: sendmail not working
> Cc: freebsd-questions@freebsd.org
>
> On 1/8/2013 9:18 AM, Robert Bonomi wrot
On Jan 8, 2013, at 9:09 AM, Robert Huff wrote:
>> WHAT HAPPENS when you 'telnet' to your mailserver port(s) and try
>> doing smtp transaction(s) manually?
>
> I don't get the SMTP prompt.
OK, so sendmail either isn't starting, isn't binding to port 25, or some sort
of network/firewall is
On 1/8/2013 9:18 AM, Robert Bonomi wrote:
I have compiled sendmail following the instructions in the
cyrus-sasl port. Sendmail starts, but no mail is processed either
way. /var/log/maillog has this:
No clue, except the first message might be saying it's not going to
honor an
> From owner-freebsd-questi...@freebsd.org Tue Jan 8 07:43:00 2013
> Date: Tue, 08 Jan 2013 08:39:39 -0500
> From: Robert Huff
> To: freebsd-questions@freebsd.org, free...@dreamchaser.org,
> Robert Huff
> Subject: Re: sendmail not working
>
> On 1/7/2013 11:48 PM, Gary
On 08.01.2013 07:39, Robert Huff wrote:
On 1/7/2013 11:48 PM, Gary Aitken wrote:
On 01/07/13 19:45, Robert Huff wrote:
I have compiled sendmail following the instructions in the
cyrus-sasl port.
Sendmail starts, but no mail is processed either way.
/var/log/maillog has this:
Ja
On 1/7/2013 11:48 PM, Gary Aitken wrote:
On 01/07/13 19:45, Robert Huff wrote:
I have compiled sendmail following the instructions in the cyrus-sasl port.
Sendmail starts, but no mail is processed either way. /var/log/maillog
has this:
Jan 7 21:07:42 jerusalem sm-mta[69792]: r05
On 01/07/13 19:45, Robert Huff wrote:
>
> On a system running:
>
> FreeBSD 10.0-CURRENT #0: Sun Dec 30 12:52:09 EST 2012 amd64
>
> I have compiled sendmail following the instructions in the cyrus-sasl
> port.
> Sendmail starts, but no mail is processed either way. /var/log/mail
Postfix is designed to keep a firm separation of MTA and MDA
functionality for security reasons and always wants to receive
incoming mail via the MTA...it will not short-circuit to doing local
delivery the way sendmail can.
So I really need sendmail, not postfix, because I have a different
On Mar 15, 2007, at 6:15 AM, Nagy László Zsolt wrote:
I know it is not the newest, but should work. I rebooted the
machine, but it did not help. By the way, I do NOT want postfix to
listen on TCP/25. I have to use an ssh tunnel. But I would like to
be able to deliver e-mail messages locally.
On Thursday March 15, 2007 at 09:15:50 (AM) Nagy László Zsolt wrote:
> And it works! But why couldn't I do this with postfix?
Because you have postfix configured wrong. I would need the output of
postconf -n
to even begin to tell what is happening.
Are you subscribed to the postfix mail f
Nagy László Zsolt wrote:
I'm sorry, I did not paste all lines related to sendmail. Here are the
options:
messias# cat /etc/rc.conf | grep sendm
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
messias# cat /etc/rc.conf | grep postf
You haven't configured it correctly.
I think I did.
To enable postfix startup script please add postfix_enable="YES" in
your rc.conf
If you not need Sendmail anymore, please add in your rc.conf:
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_qu
On Wed, 14 Mar 2007 22:23:32 +0100
Nagy László Zsolt <[EMAIL PROTECTED]> wrote:
> Derek Ragona wrote
> > You need to make sure sendmail is starting and running. Check your
> > rc.conf and any variables that might need to be set.
> Thanks!
>
> In my rc.conf:
>
> sendmail_enable="NO"
>
> Howe
Postfix is the mail transfer agent, or MTA. That means it does the local
delivery. In a sendmail only server you have two instances of sendmail
running one to send the mail, one as the MTA. You need at least one running.
-Derek
At 04:23 PM 3/14/2007, Nagy László Zsolt wrote:
Derek
Derek Ragona wrote
You need to make sure sendmail is starting and running. Check your
rc.conf and any variables that might need to be set.
Thanks!
In my rc.conf:
sendmail_enable="NO"
However, as I wrote, I was using postfix. I'm not a big guru but I
believe that postfix has its own daemon a
You need to make sure sendmail is starting and running. Check your rc.conf
and any variables that might need to be set.
-Derek
At 03:58 PM 3/14/2007, Laszlo Nagy wrote:
Hi All,
Got a problem with FreeBSD 6.2 (upgraded from 6.1): cron is not sending
out e-mails. However, it is run
Hi All,
Got a problem with FreeBSD 6.2 (upgraded from 6.1): cron is not sending
out e-mails. However, it is running:
messias# ps ax | grep cron
988 ?? Ss 0:01.86 /usr/sbin/cron -s
But, if I write this into the crontab of root:
SHELL=/bin/csh
* * * * * echo "Test"
then I do not get
On Fri, Jan 10, 2003 at 10:23:04AM +0100, Niklas Saers Mailinglistaccount wrote:
> Hi, I just recently installed 4.7-mini.iso on a server, cvs'd STABLE src,
> made world, kernel, and did a mergemaster. But from the moment the
> computer was up, sendmail has sent messages such as:
>
> Jan 10 10:10:
Hi, I just recently installed 4.7-mini.iso on a server, cvs'd STABLE src,
made world, kernel, and did a mergemaster. But from the moment the
computer was up, sendmail has sent messages such as:
Jan 10 10:10:10 ns2 sendmail[231]: h0A9I5om000231: Loosing
./qfh0A9I5om000231: savemail panic
Jan 10 10:
24 matches
Mail list logo