메뉴 건너뛰기

리눅스 관련 모음

본문시작

조회 수 20665 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

국산 통나무 수공예 남원제기, 남원목기

자료가 도움이 되셨다면
혼수용품제수용품 필요시
남원제기 공식 홈페이지 http://남원제기.kr
남원목기 공식 홈페이지 http://otchil.kr
에서 구매 해 주세요
정성껏 모시겠습니다.
 

squirrelmail 실행시 받음편지함 목록에서 삭제할 때 휴지통으로 버려지지만 받음편지함 목록에 지워지지 않고 그대로

남아서 존재하는 문제가 발생 하였다.

즉, //var/mail/* 계정 메일은 삭제가 되지 않는 다는 것이다.

 

에러 메일 확인 한 결과 다음과 같다.

 

deliver(xxxxxxxx): Error: file_dotlock_create(/var/mail/xxxxxxxx)
failed: Permission denied (euid=3003(xxxxxxxx) egid=3010(smig) missing
+w perm: /var/mail) (set mail_privileged_group=mail)  <-- 이렇게 되어 있어도 에러가 발생 했다.

Doea this means I have to chmod 777 the /var/mail directory ?

물론 위와 같이 /var/mail 디렉토리 퍼미션을 777로 하면 문제가 없었지만 퍼미션이 755일때

메일 삭제시 퍼미션 에러없이 작동이 되어야 속이 후련 할 것 같았다. 이 놈의 성질 머리가 지랄 같아서....

 

다음과 같이 옵션 변경을 해 주면 에러 없이 잘 되었다.

 

 10-mail.conf 파일에 보면 다음과 같은 설정 부분이 있다.

# Which locking methods to use for locking mbox. There are four available:
#  dotlock: Create <mailbox>.lock file. This is the oldest and most NFS-safe
#           solution. If you want to use /var/mail/ like directory, the users
#           will need write access to that directory.
#  dotlock_try: Same as dotlock, but if it fails because of permissions or
#               because there isn't enough disk space, just skip it.
#  fcntl  : Use this if possible. Works with NFS too if lockd is used.
#  flock  : May not exist in all systems. Doesn't work with NFS.
#  lockf  : May not exist in all systems. Doesn't work with NFS.
#
# You can use multiple locking methods; if you do the order they're declared
# in is important to avoid deadlocks if other MTAs/MUAs are using multiple
# locking methods as well. Some operating systems don't allow using some of
# them simultaneously.


#mbox_read_locks = fcntl
#mbox_write_locks = dotlock fcntl

이것을

 

mbox_read_locks = fcntl
mbox_write_locks = fcntl

이렇게 수정하면 될 것이다.

   

  1. BIND 9: "Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones"

  2. No Image 06Dec
    by 햇빛소년
    2012/12/06 by 햇빛소년
    Views 20108 

    Sendmail 스패머 IP 차단 쉘스크립트 v2

  3. No Image 06Jan
    by 햇빛소년
    2013/01/06 by 햇빛소년
    Views 20515 

    php-5.4.10 make시 gd관련 에러...

  4. squirrelmail에서 메일 삭제시 Error: file_dotlock_create... 에러에 대하여.

  5. No Image 06Dec
    by 햇빛소년
    2012/12/06 by 햇빛소년
    Views 21181 

    센드메일(sendmail) RBL 이용하여 해외, 국내 스팸 차단하는 법.

  6. Luajit 다운로드 및 설치

  7. No Image 11Oct
    by 햇빛소년
    2012/10/11 by 햇빛소년
    Views 23347 

    mysql 문자열치환

  8. CentOS 7 rc.local 자동실행 boot

  9. dnssec-keygen 사용법 및 구축과 검증

  10. ZendGuardLoader 설치 에러

  11. 특정 디렉토리에 있는 파일 또는 디렉토리의 퍼미션 변경

  12. .htaccess 이용 스팸 IP 차단

  13. Starting Dovecot Imap: Error: service(pop3-login): listen(*, 110) failed: Address already in use

  14. No Image 02Oct
    by 햇빛소년
    2012/10/02 by 햇빛소년
    Views 25385 

    대용량 첨부파일시 100%후 첨부되지 않고 사라지는 현상 해결법

  15. ZendGuardLoader.so: undefined symbol: compiler_globals

  16. No Image 06Jul
    by 햇빛소년
    2012/07/06 by 햇빛소년
    Views 26524 

    커널 컴파일 후 모듈 추가하기...

  17. No Image 03Oct
    by 햇빛소년
    2012/10/03 by 햇빛소년
    Views 26647 

    php.ini 환경설정에서 원격지의 파일을 열지 못하도록 되어 있습니다. -- 에러메세지 해결

  18. No Image 16Jun
    by 햇빛소년
    2012/06/16 by 햇빛소년
    Views 27019 

    procmail: Lock failure on "spamassassin.lock"

  19. No Image 19Jun
    by 햇빛소년
    2012/06/19 by 햇빛소년
    Views 27485 

    passwd, groups, gpasswd 알아두면 좋을듯한 생소한 명령사용법.

  20. No Image 20Jun
    by 햇빛소년
    2012/06/20 by 햇빛소년
    Views 27734 

    rpm 파일 삭제시 에러 - specifies multiple packages 해결방법

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 Next
/ 10