sendmail on FreeBSD


 
Thread Tools Search this Thread
Operating Systems BSD sendmail on FreeBSD
# 1  
Old 01-24-2006
sendmail on FreeBSD

Dear all,

I have been using freebsd 5.4 for 2 months using fetchmail to retrieve mails and using sendmail to send mails.
I have no problem with fetchmail to retrieve mails from pop3 server.
And most of the time I have no problem with sendmail.
But recently I found that I could not send mails to freebsd-stable@freebsd.org.
Actually sendmail is a mail server (not a client), which sends mails directly from my host to other mail servers without relaying and SMTP is a server-to-server protocol, which requires reverse DNS to gain full functionality.
Correct me, if I'm wrong.
I found that rDNS was not supported to the given IP address and PTR record was not found (I don't know so much about them).
So my sendmail can not work with some destination servers.
How to config rDNS? Shall I call ISP?
Does relay help me solve this problem? And how to config it?

More info: I'm on dual stack; dynamic IPv4 and static IPv6 (6bone).
Somebody who experienced this problem please point me out.

Thanks in advance,
Jaguar
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies

2. UNIX for Advanced & Expert Users

Need help with sendmail email filtering on FreeBSD

Hi All, Sorry, for the double posting. Don't know how to move to a different forum. I am very new to Unix. I have a test server running FreeBSD 10.1 and SendMail 8.14.9. I need to filter incoming emails based on the sender's email address or domain and forward them to another address on a... (1 Reply)
Discussion started by: simplemind
1 Replies

3. UNIX for Advanced & Expert Users

Sendmail questions, SCO 5.0.6 sendmail 8.11.0

I am running SCO 5.0.6 and using sendmail 8.11.0 and having issues with smtp authentication. When trying to send mail the following message will kick back. (reason: 530 5.7.1 Authentication required) 530 5.7.1 Authentication required Not sure what needs to be tweeked in sendmail.cf but I... (1 Reply)
Discussion started by: ziggy6
1 Replies

4. Fedora

FreeBSD

I'm using Windows mostly and the only *nix thing I used during my life was cygwin (I like command line :)). But currently I have (by an occasion) a DVD with latest FreeBSD. I don't know why, but I want to install it... But probably, this OS is too difficult for a beginner. I heard, it's used on... (3 Replies)
Discussion started by: TeenageWerewolf
3 Replies

5. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

6. BSD

please help me in FreeBSD

Hi to all, Iam doing a project in Free BSD and i am stuck with a puzzle. Please any one of you clarify my doubt : How to add a mechanism to check the status of the file system which alerts the root user via. email if any single partition is greater than 90% full. This alert should include the... (3 Replies)
Discussion started by: tadakamalla
3 Replies

7. BSD

FreeBSD 5.2.1

I want someone tell me the positives and negatives points of FreeBSD 5.2.1, if someone help me, i thanks a lot! (4 Replies)
Discussion started by: israel
4 Replies

8. UNIX for Dummies Questions & Answers

FreeBSD

What is FreeBSD, who does use Free? (3 Replies)
Discussion started by: cyberangel
3 Replies

9. UNIX for Dummies Questions & Answers

Freebsd 4.5

i am new at unix and am VERY confused about the compression processes. what progs do i need to unzip and zip files? there must be a standard one similar to winzip? (1 Reply)
Discussion started by: Mindscan
1 Replies

10. UNIX for Dummies Questions & Answers

FreeBSD

I am on AOL now,and i am using 56 k,i was gonna install FreeBSD,but i dont know if aol works on BSD,or my modem. Do they work on BSD? (2 Replies)
Discussion started by: kita
2 Replies
Login or Register to Ask a Question
WMAIL(1)							   User Commands							  WMAIL(1)

NAME
wmail - watches your inbox SYNOPSIS
wmail [OPTIONS] DESCRIPTION
wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir format. It provides a nice little GUI displaying some useful pieces of information about your inbox. -display <string> display to use -c, --command <string> command to run on button-click ("xterm -e mail" is default) -i, --intervall <number> number of seconds between mail-status updates (1 is default) -f, --familyname tickers the family-name if available -fps, --frames <number> ticker frames per second -s, --shortname tickers the nickname (all before the '@') -sc, --symbolcolor <string> symbol color-name -fc, --fontcolor <string> ticker-font color-name -bc, --backcolor <string> backlight color-name -oc, --offcolor <string> off-light color-name -bg, --background <string> frame-background for non-shaped window -ns, --noshape make the dockapp non-shaped (combine with -w) -n, --new forces wmail to show new mail exclusively -mb, --mailbox <string> specify another mailbox ($MAIL is default) -e, --execute <string> command to execute when receiving a new mail -sf, --statusfield consider the status-field of the mail header to distinguish unread mails -rs, --readstatus <string> status field content that your client uses to mark read mails -fn, --tickerfont <string> use specified X11 font to draw the ticker -h, --help shows this help text and exit -v, --version shows program version and exit -w, --windowed runs the application in windowed mode ENVIRONMENT
wmail recognizes the following environment variables: $MAIL The location of the inbox you are using NOTES
Other mailing mechanisms like POP or IMAP are not supported. Use a tool like fetchmail to retrieve POP or IMAP based mail. AUTHORS
wmail was written by Sven Geisenhainer. This man page was written by Felipe Augusto van de Wiel. SEE ALSO
fetchmail(1). July 2006 wmail v2.0 (C) 2000~2002 Sven Geisenhainer WMAIL(1)